Skip to content

Commit f363faa

Browse files
chore(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] <support@github.com>
1 parent 4086526 commit f363faa

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@actions/core": "^1.11.1",
3030
"@actions/github": "^6.0.0",
31-
"js-yaml": "^4.1.0",
31+
"js-yaml": "^4.1.1",
3232
"matcher": "^3.0.0"
3333
},
3434
"devDependencies": {

yarn.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3201,7 +3201,7 @@ __metadata:
32013201
eslint-plugin-jest: "npm:^27.2.3"
32023202
eslint-plugin-prettier: "npm:^5.0.0"
32033203
jest: "npm:^29.6.4"
3204-
js-yaml: "npm:^4.1.0"
3204+
js-yaml: "npm:^4.1.1"
32053205
matcher: "npm:^3.0.0"
32063206
prettier: "npm:^3.0.3"
32073207
ts-jest: "npm:^29.1.1"
@@ -4159,6 +4159,17 @@ __metadata:
41594159
languageName: node
41604160
linkType: hard
41614161

4162+
"js-yaml@npm:^4.1.1":
4163+
version: 4.1.1
4164+
resolution: "js-yaml@npm:4.1.1"
4165+
dependencies:
4166+
argparse: "npm:^2.0.1"
4167+
bin:
4168+
js-yaml: bin/js-yaml.js
4169+
checksum: 10/a52d0519f0f4ef5b4adc1cde466cb54c50d56e2b4a983b9d5c9c0f2f99462047007a6274d7e95617a21d3c91fde3ee6115536ed70991cd645ba8521058b78f77
4170+
languageName: node
4171+
linkType: hard
4172+
41624173
"jsesc@npm:^2.5.1":
41634174
version: 2.5.2
41644175
resolution: "jsesc@npm:2.5.2"

0 commit comments

Comments
 (0)