Skip to content

Commit be1fda7

Browse files
fix(deps): update dependency yaml-eslint-parser to ^0.5.0 (#264)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 06b0bc5 commit be1fda7

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
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": "^8.0.0",
40-
"yaml-eslint-parser": "^0.4.0"
40+
"yaml-eslint-parser": "^0.5.0"
4141
},
4242
"devDependencies": {
4343
"@types/debug": "^4.1.5",

yarn.lock

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4437,11 +4437,6 @@ eslint-visitor-keys@^2.0.0:
44374437
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
44384438
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
44394439

4440-
eslint-visitor-keys@^2.1.0:
4441-
version "2.1.0"
4442-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
4443-
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
4444-
44454440
eslint-visitor-keys@^3.0.0:
44464441
version "3.0.0"
44474442
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz#e32e99c6cdc2eb063f204eda5db67bfe58bb4186"
@@ -11437,19 +11432,19 @@ yallist@^4.0.0:
1143711432
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
1143811433
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
1143911434

11440-
yaml-eslint-parser@^0.4.0:
11441-
version "0.4.1"
11442-
resolved "https://registry.yarnpkg.com/yaml-eslint-parser/-/yaml-eslint-parser-0.4.1.tgz#66966662010ac6ab372e61b99618e59dc903ccf1"
11443-
integrity sha512-GoJ/p1EW8O2tbTbuhfxjo1XhfUFU3uX3kwvfEQoOaZjO2Lubx8POjlsSqB+18b3SxkujAdQYT9r9nURaUWNYWQ==
11435+
yaml-eslint-parser@^0.5.0:
11436+
version "0.5.0"
11437+
resolved "https://registry.yarnpkg.com/yaml-eslint-parser/-/yaml-eslint-parser-0.5.0.tgz#01d4e4d992a820769ea85ef5fd526dfc20ebc6f5"
11438+
integrity sha512-nJeyLA3YHAzhBTZbRAbu3W6xrSCucyxExmA+ZDtEdUFpGllxAZpto2Zxo2IG0r0eiuEiBM4e+wiAdxTziTq94g==
1144411439
dependencies:
11445-
eslint-visitor-keys "^2.1.0"
11446-
lodash "^4.17.20"
11447-
yaml "^1.10.0"
11440+
eslint-visitor-keys "^3.0.0"
11441+
lodash "^4.17.21"
11442+
yaml "^1.10.2"
1144811443

11449-
yaml@^1.10.0:
11450-
version "1.10.0"
11451-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
11452-
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==
11444+
yaml@^1.10.2:
11445+
version "1.10.2"
11446+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
11447+
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
1145311448

1145411449
1145511450
version "20.2.4"

0 commit comments

Comments
 (0)