Skip to content

Commit 56ca8d9

Browse files
fix(deps): update dependency js-yaml to ^5.2.1 (#405)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 920e88c commit 56ca8d9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@actions/core": "^3.0.1",
2323
"@actions/exec": "^3.0.0",
2424
"@actions/glob": "^0.7.0",
25-
"js-yaml": "^5.2.0",
25+
"js-yaml": "^5.2.1",
2626
"shellwords-ts": "^3.0.1"
2727
},
2828
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2397,10 +2397,10 @@ js-yaml@^3.13.1:
23972397
argparse "^1.0.7"
23982398
esprima "^4.0.0"
23992399

2400-
js-yaml@^5.2.0:
2401-
version "5.2.0"
2402-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-5.2.0.tgz#b559a892cae3e32fc5afecc9f18e1672378ddb68"
2403-
integrity sha512-YeLUMlvR4Ou1B119LIaM0r65JvbOBooJDc9yEu0dClb/uSC5P4FrLU8OCCz/HXWvtPoIrR0dRzABTjo1sTN9Bw==
2400+
js-yaml@^5.2.1:
2401+
version "5.2.1"
2402+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-5.2.1.tgz#bb3f2e87295ebfe6ef0a75e17c62834daeff9ce2"
2403+
integrity sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==
24042404
dependencies:
24052405
argparse "^2.0.1"
24062406

0 commit comments

Comments
 (0)