Update babel-eslint to the latest version 🚀 (#6449)

* chore(package): update babel-eslint to version 10.1.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2020-02-28 22:30:12 +00:00
committed by GitHub
parent 5c7918980c
commit 8487d2376f
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -3351,15 +3351,15 @@
"integrity": "sha512-Uvq6hVe90D0B2WEnUqtdgY1bATGz3mw33nH9Y+dmA+w5DHvUmBgkr5rM/KCHpCsiFNRUfokW/szpPPgMK2hm4A==" "integrity": "sha512-Uvq6hVe90D0B2WEnUqtdgY1bATGz3mw33nH9Y+dmA+w5DHvUmBgkr5rM/KCHpCsiFNRUfokW/szpPPgMK2hm4A=="
}, },
"babel-eslint": { "babel-eslint": {
"version": "10.0.3", "version": "10.1.0",
"resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.0.3.tgz", "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz",
"integrity": "sha512-z3U7eMY6r/3f3/JB9mTsLjyxrv0Yb1zb8PCWCLpguxfCzBIZUwy23R1t/XKewP+8mEN2Ck8Dtr4q20z6ce6SoA==", "integrity": "sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/code-frame": "^7.0.0", "@babel/code-frame": "^7.0.0",
"@babel/parser": "^7.0.0", "@babel/parser": "^7.7.0",
"@babel/traverse": "^7.0.0", "@babel/traverse": "^7.7.0",
"@babel/types": "^7.0.0", "@babel/types": "^7.7.0",
"eslint-visitor-keys": "^1.0.0", "eslint-visitor-keys": "^1.0.0",
"resolve": "^1.12.0" "resolve": "^1.12.0"
} }

View File

@@ -71,7 +71,7 @@
"apollo-link-ws": "1.0.19", "apollo-link-ws": "1.0.19",
"apollo-upload-client": "12.1.0", "apollo-upload-client": "12.1.0",
"apollo-utilities": "1.3.3", "apollo-utilities": "1.3.3",
"babel-eslint": "10.0.3", "babel-eslint": "10.1.0",
"bcrypt-nodejs": "0.0.3", "bcrypt-nodejs": "0.0.3",
"cross-env": "7.0.0", "cross-env": "7.0.0",
"deep-diff": "1.0.2", "deep-diff": "1.0.2",