Skip to content

Commit 876c9dc

Browse files
renovate[bot]marionebl
authored andcommitted
chore: update dependency eslint to v4.12.1
1 parent d8c4b26 commit 876c9dc

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
},
9090
"devDependencies": {
9191
"docsify-cli": "4.1.12",
92-
"eslint": "4.11.0",
92+
"eslint": "4.12.1",
9393
"eslint-config-prettier": "2.8.0",
9494
"husky": "0.14.3",
9595
"lerna": "2.5.1",

yarn.lock

+16-6
Original file line numberDiff line numberDiff line change
@@ -2278,6 +2278,12 @@ doctrine@^2.0.0:
22782278
esutils "^2.0.2"
22792279
isarray "^1.0.0"
22802280

2281+
doctrine@^2.0.2:
2282+
version "2.0.2"
2283+
resolved "https://registry.npmjs.org/doctrine/-/doctrine-2.0.2.tgz#68f96ce8efc56cc42651f1faadb4f175273b0075"
2284+
dependencies:
2285+
esutils "^2.0.2"
2286+
22812287
dot-prop@^3.0.0:
22822288
version "3.0.0"
22832289
resolved "https://registry.npmjs.org/dot-prop/-/dot-prop-3.0.0.tgz#1b708af094a49c9a0e7dbcad790aba539dac1177"
@@ -2563,17 +2569,17 @@ eslint-scope@^3.7.1:
25632569
esrecurse "^4.1.0"
25642570
estraverse "^4.1.1"
25652571

2566-
eslint@4.11.0:
2567-
version "4.11.0"
2568-
resolved "https://registry.npmjs.org/eslint/-/eslint-4.11.0.tgz#39a8c82bc0a3783adf5a39fa27fdd9d36fac9a34"
2572+
eslint@4.12.1:
2573+
version "4.12.1"
2574+
resolved "https://registry.npmjs.org/eslint/-/eslint-4.12.1.tgz#5ec1973822b4a066b353770c3c6d69a2a188e880"
25692575
dependencies:
25702576
ajv "^5.3.0"
25712577
babel-code-frame "^6.22.0"
25722578
chalk "^2.1.0"
25732579
concat-stream "^1.6.0"
25742580
cross-spawn "^5.1.0"
25752581
debug "^3.0.1"
2576-
doctrine "^2.0.0"
2582+
doctrine "^2.0.2"
25772583
eslint-scope "^3.7.1"
25782584
espree "^3.5.2"
25792585
esquery "^1.0.0"
@@ -2582,7 +2588,7 @@ [email protected]:
25822588
file-entry-cache "^2.0.0"
25832589
functional-red-black-tree "^1.0.1"
25842590
glob "^7.1.2"
2585-
globals "^9.17.0"
2591+
globals "^11.0.1"
25862592
ignore "^3.3.3"
25872593
imurmurhash "^0.1.4"
25882594
inquirer "^3.0.6"
@@ -3272,7 +3278,11 @@ global-prefix@^0.1.4:
32723278
is-windows "^0.2.0"
32733279
which "^1.2.12"
32743280

3275-
globals@^9.14.0, globals@^9.17.0, globals@^9.18.0:
3281+
globals@^11.0.1:
3282+
version "11.0.1"
3283+
resolved "https://registry.npmjs.org/globals/-/globals-11.0.1.tgz#12a87bb010e5154396acc535e1e43fc753b0e5e8"
3284+
3285+
globals@^9.14.0, globals@^9.18.0:
32763286
version "9.18.0"
32773287
resolved "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
32783288

0 commit comments

Comments
 (0)