Skip to content

Commit 9a647c4

Browse files
build(deps): bump js-yaml from 4.1.0 to 4.1.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 74ba830 commit 9a647c4

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@actions/core": "^1.11.1",
2929
"@docker/actions-toolkit": "^0.63.0",
3030
"axios": "^1.13.2",
31-
"js-yaml": "^4.1.0"
31+
"js-yaml": "^4.1.1"
3232
},
3333
"devDependencies": {
3434
"@types/js-yaml": "^4.0.9",

yarn.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3349,7 +3349,7 @@ __metadata:
33493349
eslint-plugin-jest: "npm:^28.14.0"
33503350
eslint-plugin-prettier: "npm:^5.5.4"
33513351
jest: "npm:^29.7.0"
3352-
js-yaml: "npm:^4.1.0"
3352+
js-yaml: "npm:^4.1.1"
33533353
prettier: "npm:^3.6.2"
33543354
ts-jest: "npm:^29.4.1"
33553355
ts-node: "npm:^10.9.2"
@@ -5127,6 +5127,17 @@ __metadata:
51275127
languageName: node
51285128
linkType: hard
51295129

5130+
"js-yaml@npm:^4.1.1":
5131+
version: 4.1.1
5132+
resolution: "js-yaml@npm:4.1.1"
5133+
dependencies:
5134+
argparse: "npm:^2.0.1"
5135+
bin:
5136+
js-yaml: bin/js-yaml.js
5137+
checksum: 10/a52d0519f0f4ef5b4adc1cde466cb54c50d56e2b4a983b9d5c9c0f2f99462047007a6274d7e95617a21d3c91fde3ee6115536ed70991cd645ba8521058b78f77
5138+
languageName: node
5139+
linkType: hard
5140+
51305141
"jsbn@npm:1.1.0":
51315142
version: 1.1.0
51325143
resolution: "jsbn@npm:1.1.0"

0 commit comments

Comments
 (0)