diff --git a/package-lock.json b/package-lock.json index ce42e6b..241a858 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "chalk": "^5.3.0", "commander": "^12.0.0", "glob": "^10.3.10", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "just-extend": "^6.2.0", "just-flatten-it": "^5.2.0", "ora": "^8.0.1" @@ -30,7 +30,7 @@ }, "engines": { "node": ">=18.0.0", - "npm": ">=9.0.0" + "npm": ">=9.8.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -7060,9 +7060,10 @@ "dev": true }, "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" }, @@ -9100,4 +9101,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 916f109..d2b873a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "chalk": "^5.3.0", "commander": "^12.0.0", "glob": "^10.3.10", - "js-yaml": "^4.1.0", + "js-yaml": "^4.1.1", "just-extend": "^6.2.0", "just-flatten-it": "^5.2.0", "ora": "^8.0.1"