Skip to content

Commit e4d6740

Browse files
committed
fix(deps): update dependency yaml-eslint-parser to ^0.4.0
1 parent be06c3b commit e4d6740

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"parse5": "^6.0.0",
3838
"semver": "^7.3.4",
3939
"vue-eslint-parser": "^7.3.0",
40-
"yaml-eslint-parser": "^0.3.0"
40+
"yaml-eslint-parser": "^0.4.0"
4141
},
4242
"devDependencies": {
4343
"@types/debug": "^4.1.5",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4395,6 +4395,11 @@ eslint-visitor-keys@^2.0.0:
43954395
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
43964396
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
43974397

4398+
eslint-visitor-keys@^3.0.0:
4399+
version "3.0.0"
4400+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
4401+
integrity sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q==
4402+
43984403
eslint4b@^7.16.0:
43994404
version "7.16.0"
44004405
resolved "https://registry.yarnpkg.com/eslint4b/-/eslint4b-7.16.0.tgz#6bea3e3440814828deef6e5e9e42448603edf3b2"
@@ -11365,12 +11370,12 @@ yallist@^4.0.0:
1136511370
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
1136611371
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
1136711372

11368-
yaml-eslint-parser@^0.3.0:
11369-
version "0.3.0"
11370-
resolved "https://registry.yarnpkg.com/yaml-eslint-parser/-/yaml-eslint-parser-0.3.0.tgz#7958039a5c418379dcc5ab4d2f4c19ade1ff338f"
11371-
integrity sha512-2nXnz3+gcOLFIV6zdsPA5Sq7sbR62HQ0u3dd3cRzeXpbkfiDVa7Ne0/3zEykTztFk05AkAao6T8EJ52Xq27J1A==
11373+
yaml-eslint-parser@^0.4.0:
11374+
version "0.4.0"
11375+
resolved "https://registry.yarnpkg.com/yaml-eslint-parser/-/yaml-eslint-parser-0.4.0.tgz#82319e227edc1b2183b7461d542cb1ecc4068556"
11376+
integrity sha512-mO6AstXfBuzqyKPjxMXlsB7IN7ZwpbibvyTeqJP0RCjmJ9IKl5Icyuh3g8oVjt/5m9B8xvnf2oX5hfmr2Oq5BA==
1137211377
dependencies:
11373-
eslint-visitor-keys "^1.3.0"
11378+
eslint-visitor-keys "^3.0.0"
1137411379
lodash "^4.17.20"
1137511380
yaml "^1.10.0"
1137611381

0 commit comments

Comments
 (0)