File tree 2 files changed +17
-7
lines changed
2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 89
89
},
90
90
"devDependencies" : {
91
91
"docsify-cli" : " 4.1.12" ,
92
- "eslint" : " 4.11.0 " ,
92
+ "eslint" : " 4.12.1 " ,
93
93
"eslint-config-prettier" : " 2.8.0" ,
94
94
"husky" : " 0.14.3" ,
95
95
"lerna" : " 2.5.1" ,
Original file line number Diff line number Diff line change @@ -2278,6 +2278,12 @@ doctrine@^2.0.0:
2278
2278
esutils "^2.0.2"
2279
2279
isarray "^1.0.0"
2280
2280
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
+
2281
2287
dot-prop@^3.0.0 :
2282
2288
version "3.0.0"
2283
2289
resolved "https://registry.npmjs.org/dot-prop/-/dot-prop-3.0.0.tgz#1b708af094a49c9a0e7dbcad790aba539dac1177"
@@ -2563,17 +2569,17 @@ eslint-scope@^3.7.1:
2563
2569
esrecurse "^4.1.0"
2564
2570
estraverse "^4.1.1"
2565
2571
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 "
2569
2575
dependencies :
2570
2576
ajv "^5.3.0"
2571
2577
babel-code-frame "^6.22.0"
2572
2578
chalk "^2.1.0"
2573
2579
concat-stream "^1.6.0"
2574
2580
cross-spawn "^5.1.0"
2575
2581
debug "^3.0.1"
2576
- doctrine "^2.0.0 "
2582
+ doctrine "^2.0.2 "
2577
2583
eslint-scope "^3.7.1"
2578
2584
espree "^3.5.2"
2579
2585
esquery "^1.0.0"
2582
2588
file-entry-cache "^2.0.0"
2583
2589
functional-red-black-tree "^1.0.1"
2584
2590
glob "^7.1.2"
2585
- globals "^9.17.0 "
2591
+ globals "^11.0.1 "
2586
2592
ignore "^3.3.3"
2587
2593
imurmurhash "^0.1.4"
2588
2594
inquirer "^3.0.6"
@@ -3272,7 +3278,11 @@ global-prefix@^0.1.4:
3272
3278
is-windows "^0.2.0"
3273
3279
which "^1.2.12"
3274
3280
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 :
3276
3286
version "9.18.0"
3277
3287
resolved "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
3278
3288
You can’t perform that action at this time.
0 commit comments