Fix vulnerability in the js-yaml dependency

This patch is generated automatically using `npm audit fix` and fixes
GHSA-h67p-54hq-rp68.
This commit is contained in:
Tim van der Meij 2026-07-04 14:35:28 +02:00
parent 86dad16df3
commit d62118073b
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762

6
package-lock.json generated
View File

@ -8596,9 +8596,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/js-yaml": { "node_modules/js-yaml": {
"version": "3.14.2", "version": "3.15.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.15.0.tgz",
"integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==", "integrity": "sha512-ttBQIIQPDeLjpPOohtUdXuXUVoA2uIB6fEH9HyJ7234s5mBJ5wTx20njxplLZQgLaOfpmPQA7X2t5AX6tIPbog==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {