diff --git a/.github/scripts/package-lock.json b/.github/scripts/package-lock.json index 9283d56..fc65b49 100644 --- a/.github/scripts/package-lock.json +++ b/.github/scripts/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "axios": "^1.11.0", "glob": "^11.0.3", - "js-yaml": "^4.1.0" + "js-yaml": "^4.1.1" } }, "node_modules/@isaacs/balanced-match": { @@ -438,9 +438,9 @@ } }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "license": "MIT", "dependencies": { "argparse": "^2.0.1" diff --git a/.github/scripts/package.json b/.github/scripts/package.json index 141b006..c0f4073 100644 --- a/.github/scripts/package.json +++ b/.github/scripts/package.json @@ -9,6 +9,6 @@ "dependencies": { "axios": "^1.11.0", "glob": "^11.0.3", - "js-yaml": "^4.1.0" + "js-yaml": "^4.1.1" } }