diff --git a/scripts/package-lock.json b/scripts/package-lock.json index 9ad5ce777..9f91b4479 100644 --- a/scripts/package-lock.json +++ b/scripts/package-lock.json @@ -19,7 +19,8 @@ "tsx": "^4.21.0", "undici": "^7.0.0", "web-push": "^3.6.7", - "ws": "^8.18.0" + "ws": "^8.18.0", + "yaml": "^2.8.3" }, "engines": { "node": ">=20" @@ -4159,6 +4160,21 @@ "node": ">=0.10.32" } }, + "node_modules/yaml": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz", + "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==", + "license": "ISC", + "bin": { + "yaml": "bin.mjs" + }, + "engines": { + "node": ">= 14.6" + }, + "funding": { + "url": "https://github.com/sponsors/eemeli" + } + }, "node_modules/zip-stream": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-4.1.1.tgz", diff --git a/scripts/package.json b/scripts/package.json index d6532e836..166dc35bf 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -21,7 +21,8 @@ "tsx": "^4.21.0", "undici": "^7.0.0", "web-push": "^3.6.7", - "ws": "^8.18.0" + "ws": "^8.18.0", + "yaml": "^2.8.3" }, "engines": { "node": ">=20"