diff --git a/scripts/changesets/categorized/package-lock.json b/scripts/changesets/categorized/package-lock.json index 24ca04769d6..36c23feff5b 100644 --- a/scripts/changesets/categorized/package-lock.json +++ b/scripts/changesets/categorized/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "categorized", "dependencies": { - "js-yaml": "^4.1.0" + "js-yaml": "^4.2.0" } }, "node_modules/argparse": { @@ -17,9 +17,19 @@ "license": "Python-2.0" }, "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==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1" diff --git a/scripts/changesets/categorized/package.json b/scripts/changesets/categorized/package.json index f10c2dcbf0a..9821b53647c 100644 --- a/scripts/changesets/categorized/package.json +++ b/scripts/changesets/categorized/package.json @@ -3,6 +3,6 @@ "private": true, "type": "module", "dependencies": { - "js-yaml": "^4.1.0" + "js-yaml": "^4.2.0" } }