File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 37
37
"parse5" : " ^6.0.0" ,
38
38
"semver" : " ^7.3.4" ,
39
39
"vue-eslint-parser" : " ^7.3.0" ,
40
- "yaml-eslint-parser" : " ^0.3 .0"
40
+ "yaml-eslint-parser" : " ^0.4 .0"
41
41
},
42
42
"devDependencies" : {
43
43
"@types/debug" : " ^4.1.5" ,
Original file line number Diff line number Diff line change @@ -4381,6 +4381,11 @@ eslint-visitor-keys@^2.0.0:
4381
4381
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
4382
4382
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
4383
4383
4384
+ eslint-visitor-keys@^2.1.0 :
4385
+ version "2.1.0"
4386
+ resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
4387
+ integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
4388
+
4384
4389
eslint4b@^7.16.0 :
4385
4390
version "7.16.0"
4386
4391
resolved "https://registry.yarnpkg.com/eslint4b/-/eslint4b-7.16.0.tgz#6bea3e3440814828deef6e5e9e42448603edf3b2"
@@ -11332,12 +11337,12 @@ yallist@^4.0.0:
11332
11337
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
11333
11338
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
11334
11339
11335
- yaml-eslint-parser@^0.3 .0 :
11336
- version "0.3.0 "
11337
- resolved "https://registry.yarnpkg.com/yaml-eslint-parser/-/yaml-eslint-parser-0.3.0 .tgz#7958039a5c418379dcc5ab4d2f4c19ade1ff338f "
11338
- integrity sha512-2nXnz3+gcOLFIV6zdsPA5Sq7sbR62HQ0u3dd3cRzeXpbkfiDVa7Ne0/3zEykTztFk05AkAao6T8EJ52Xq27J1A ==
11340
+ yaml-eslint-parser@^0.4 .0 :
11341
+ version "0.4.1 "
11342
+ resolved "https://registry.yarnpkg.com/yaml-eslint-parser/-/yaml-eslint-parser-0.4.1 .tgz#66966662010ac6ab372e61b99618e59dc903ccf1 "
11343
+ integrity sha512-GoJ/p1EW8O2tbTbuhfxjo1XhfUFU3uX3kwvfEQoOaZjO2Lubx8POjlsSqB+18b3SxkujAdQYT9r9nURaUWNYWQ ==
11339
11344
dependencies :
11340
- eslint-visitor-keys "^1.3 .0"
11345
+ eslint-visitor-keys "^2.1 .0"
11341
11346
lodash "^4.17.20"
11342
11347
yaml "^1.10.0"
11343
11348
You can’t perform that action at this time.
0 commit comments