chore(deps): update dependency js-yaml to v4.2.0 (#1177)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-06-01 11:45:17 +09:00
committed by GitHub
parent c9d7d87ec4
commit 9576d643ad
2 changed files with 18 additions and 8 deletions
+17 -7
View File
@@ -33,7 +33,7 @@
"husky": "9.1.7",
"jest": "30.4.2",
"jest-circus": "30.4.2",
"js-yaml": "4.1.1",
"js-yaml": "4.2.0",
"lint-staged": "17.0.6",
"prettier": "3.8.3",
"standard-version": "9.5.0",
@@ -6533,10 +6533,20 @@
"license": "MIT"
},
"node_modules/js-yaml": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz",
"integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==",
"dev": true,
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/puzrin"
},
{
"type": "github",
"url": "https://github.com/sponsors/nodeca"
}
],
"license": "MIT",
"dependencies": {
"argparse": "^2.0.1"
@@ -13790,9 +13800,9 @@
"dev": true
},
"js-yaml": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz",
"integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==",
"dev": true,
"requires": {
"argparse": "^2.0.1"
+1 -1
View File
@@ -71,7 +71,7 @@
"husky": "9.1.7",
"jest": "30.4.2",
"jest-circus": "30.4.2",
"js-yaml": "4.1.1",
"js-yaml": "4.2.0",
"lint-staged": "17.0.6",
"prettier": "3.8.3",
"standard-version": "9.5.0",