Skip to content

Commit 7a48283

Browse files
fix(deps): update dependency js-yaml to ^4.1.1 (#308)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 39a5f6e commit 7a48283

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
@@ -21,7 +21,7 @@
2121
"@actions/core": "^1.11.1",
2222
"@actions/exec": "^1.1.1",
2323
"@actions/glob": "^0.5.0",
24-
"js-yaml": "^4.1.0",
24+
"js-yaml": "^4.1.1",
2525
"shellwords-ts": "^3.0.1"
2626
},
2727
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2425,10 +2425,10 @@ js-yaml@^3.13.1:
24252425
argparse "^1.0.7"
24262426
esprima "^4.0.0"
24272427

2428-
js-yaml@^4.1.0:
2429-
version "4.1.0"
2430-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
2431-
integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
2428+
js-yaml@^4.1.1:
2429+
version "4.1.1"
2430+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
2431+
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
24322432
dependencies:
24332433
argparse "^2.0.1"
24342434

0 commit comments

Comments
 (0)