This repository was archived by the owner on Mar 19, 2024. It is now read-only.
File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 37
37
]
38
38
},
39
39
"devDependencies" : {
40
- "eslint" : " ^5.14.1 " ,
40
+ "eslint" : " ^5.15.0 " ,
41
41
"eslint-config-standard" : " ^12.0.0" ,
42
42
"eslint-plugin-import" : " ^2.16.0" ,
43
43
"eslint-plugin-node" : " ^8.0.1" ,
Original file line number Diff line number Diff line change @@ -1292,6 +1292,14 @@ eslint-scope@^4.0.0:
1292
1292
esrecurse "^4.1.0"
1293
1293
estraverse "^4.1.1"
1294
1294
1295
+ eslint-scope@^4.0.2 :
1296
+ version "4.0.2"
1297
+ resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.2.tgz#5f10cd6cabb1965bf479fa65745673439e21cb0e"
1298
+ integrity sha512-5q1+B/ogmHl8+paxtOKx38Z8LtWkVGuNt3+GQNErqwLl6ViNp/gdJGMCjZNxZ8j/VYjDNZ2Fo+eQc1TAVPIzbg==
1299
+ dependencies :
1300
+ esrecurse "^4.1.0"
1301
+ estraverse "^4.1.1"
1302
+
1295
1303
eslint-utils@^1.3.0, eslint-utils@^1.3.1 :
1296
1304
version "1.3.1"
1297
1305
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512"
@@ -1302,18 +1310,18 @@ eslint-visitor-keys@^1.0.0:
1302
1310
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
1303
1311
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
1304
1312
1305
- eslint@^5.14.1 :
1306
- version "5.14.1 "
1307
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.14.1 .tgz#490a28906be313685c55ccd43a39e8d22efc04ba "
1308
- integrity sha512-CyUMbmsjxedx8B0mr79mNOqetvkbij/zrXnFeK2zc3pGRn3/tibjiNAv/3UxFEyfMDjh+ZqTrJrEGBFiGfD5Og ==
1313
+ eslint@^5.15.0 :
1314
+ version "5.15.0 "
1315
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.0 .tgz#f313a2f7c7628d39adeefdba4a9c41f842012c9e "
1316
+ integrity sha512-xwG7SS5JLeqkiR3iOmVgtF8Y6xPdtr6AAsN6ph7Q6R/fv+3UlKYoika8SmNzmb35qdRF+RfTY35kMEdtbi+9wg ==
1309
1317
dependencies :
1310
1318
" @babel/code-frame" " ^7.0.0"
1311
1319
ajv "^6.9.1"
1312
1320
chalk "^2.1.0"
1313
1321
cross-spawn "^6.0.5"
1314
1322
debug "^4.0.1"
1315
1323
doctrine "^3.0.0"
1316
- eslint-scope "^4.0.0 "
1324
+ eslint-scope "^4.0.2 "
1317
1325
eslint-utils "^1.3.1"
1318
1326
eslint-visitor-keys "^1.0.0"
1319
1327
espree "^5.0.1"
You can’t perform that action at this time.
0 commit comments