Bump js-yaml from 4.1.0 to 4.1.1 in /scripts (#2366)

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](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-11-17 10:30:11 +01:00
committed by GitHub
parent 161d7e4bf5
commit 9975a65340
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -7,7 +7,7 @@
"devDependencies": { "devDependencies": {
"@octokit/request": "^5.6.2", "@octokit/request": "^5.6.2",
"colors": "^1.3.3", "colors": "^1.3.3",
"js-yaml": "^4.0.0", "js-yaml": "^4.1.1",
"node-fetch": "^3.0.0", "node-fetch": "^3.0.0",
"xml2js": "^0.4.22" "xml2js": "^0.4.22"
} }
@@ -171,9 +171,9 @@
} }
}, },
"node_modules/js-yaml": { "node_modules/js-yaml": {
"version": "4.1.0", "version": "4.1.1",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
+1 -1
View File
@@ -2,7 +2,7 @@
"devDependencies": { "devDependencies": {
"@octokit/request": "^5.6.2", "@octokit/request": "^5.6.2",
"colors": "^1.3.3", "colors": "^1.3.3",
"js-yaml": "^4.0.0", "js-yaml": "^4.1.1",
"node-fetch": "^3.0.0", "node-fetch": "^3.0.0",
"xml2js": "^0.4.22" "xml2js": "^0.4.22"
}, },