File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 101
101
"codecov" : " ^3.2.0" ,
102
102
"codemirror" : " ^5.44.0" ,
103
103
"cross-env" : " ^5.2.0" ,
104
- "eslint" : " ^5.14.1 " ,
104
+ "eslint" : " ^5.15.0 " ,
105
105
"eslint-config-prettier" : " ^4.1.0" ,
106
106
"eslint-config-standard" : " ^12.0.0" ,
107
107
"eslint-config-vue" : " ^2.0.2" ,
Original file line number Diff line number Diff line change @@ -4271,6 +4271,14 @@ eslint-scope@^4.0.0:
4271
4271
esrecurse "^4.1.0"
4272
4272
estraverse "^4.1.1"
4273
4273
4274
+ eslint-scope@^4.0.2 :
4275
+ version "4.0.2"
4276
+ resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.2.tgz#5f10cd6cabb1965bf479fa65745673439e21cb0e"
4277
+ integrity sha512-5q1+B/ogmHl8+paxtOKx38Z8LtWkVGuNt3+GQNErqwLl6ViNp/gdJGMCjZNxZ8j/VYjDNZ2Fo+eQc1TAVPIzbg==
4278
+ dependencies :
4279
+ esrecurse "^4.1.0"
4280
+ estraverse "^4.1.1"
4281
+
4274
4282
eslint-utils@^1.3.0, eslint-utils@^1.3.1 :
4275
4283
version "1.3.1"
4276
4284
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512"
@@ -4281,18 +4289,18 @@ eslint-visitor-keys@^1.0.0:
4281
4289
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
4282
4290
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
4283
4291
4284
- eslint@^5.14.1 :
4285
- version "5.14.1 "
4286
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.14.1 .tgz#490a28906be313685c55ccd43a39e8d22efc04ba "
4287
- integrity sha512-CyUMbmsjxedx8B0mr79mNOqetvkbij/zrXnFeK2zc3pGRn3/tibjiNAv/3UxFEyfMDjh+ZqTrJrEGBFiGfD5Og ==
4292
+ eslint@^5.15.0 :
4293
+ version "5.15.0 "
4294
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.0 .tgz#f313a2f7c7628d39adeefdba4a9c41f842012c9e "
4295
+ integrity sha512-xwG7SS5JLeqkiR3iOmVgtF8Y6xPdtr6AAsN6ph7Q6R/fv+3UlKYoika8SmNzmb35qdRF+RfTY35kMEdtbi+9wg ==
4288
4296
dependencies :
4289
4297
" @babel/code-frame" " ^7.0.0"
4290
4298
ajv "^6.9.1"
4291
4299
chalk "^2.1.0"
4292
4300
cross-spawn "^6.0.5"
4293
4301
debug "^4.0.1"
4294
4302
doctrine "^3.0.0"
4295
- eslint-scope "^4.0.0 "
4303
+ eslint-scope "^4.0.2 "
4296
4304
eslint-utils "^1.3.1"
4297
4305
eslint-visitor-keys "^1.0.0"
4298
4306
espree "^5.0.1"
You can’t perform that action at this time.
0 commit comments