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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-08-26 05:04:12 +00:00
committed by peril-parse-community[bot]
parent c4880f0b5a
commit 17126599af
2 changed files with 17 additions and 16 deletions

31
package-lock.json generated
View File

@@ -2223,17 +2223,28 @@
"integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==" "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ=="
}, },
"babel-eslint": { "babel-eslint": {
"version": "10.0.2", "version": "10.0.3",
"resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.0.2.tgz", "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.0.3.tgz",
"integrity": "sha512-UdsurWPtgiPgpJ06ryUnuaSXC2s0WoSZnQmEpbAH65XZSdwowgN5MvyP7e88nW07FYXv72erVtpBkxyDVKhH1Q==", "integrity": "sha512-z3U7eMY6r/3f3/JB9mTsLjyxrv0Yb1zb8PCWCLpguxfCzBIZUwy23R1t/XKewP+8mEN2Ck8Dtr4q20z6ce6SoA==",
"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.0.0",
"@babel/traverse": "^7.0.0", "@babel/traverse": "^7.0.0",
"@babel/types": "^7.0.0", "@babel/types": "^7.0.0",
"eslint-scope": "3.7.1", "eslint-visitor-keys": "^1.0.0",
"eslint-visitor-keys": "^1.0.0" "resolve": "^1.12.0"
},
"dependencies": {
"resolve": {
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.12.0.tgz",
"integrity": "sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==",
"dev": true,
"requires": {
"path-parse": "^1.0.6"
}
}
} }
}, },
"babel-plugin-dynamic-import-node": { "babel-plugin-dynamic-import-node": {
@@ -4098,16 +4109,6 @@
"lodash": "^4.17.15" "lodash": "^4.17.15"
} }
}, },
"eslint-scope": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-3.7.1.tgz",
"integrity": "sha1-PWPD7f2gLgbgGkUq2IyqzHzctug=",
"dev": true,
"requires": {
"esrecurse": "^4.1.0",
"estraverse": "^4.1.1"
}
},
"eslint-utils": { "eslint-utils": {
"version": "1.4.0", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.0.tgz", "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.4.0.tgz",

View File

@@ -69,7 +69,7 @@
"apollo-link-ws": "1.0.18", "apollo-link-ws": "1.0.18",
"apollo-upload-client": "11.0.0", "apollo-upload-client": "11.0.0",
"apollo-utilities": "1.3.2", "apollo-utilities": "1.3.2",
"babel-eslint": "10.0.2", "babel-eslint": "10.0.3",
"bcrypt-nodejs": "0.0.3", "bcrypt-nodejs": "0.0.3",
"cross-env": "5.2.0", "cross-env": "5.2.0",
"deep-diff": "1.0.2", "deep-diff": "1.0.2",