diff --git a/web/package-lock.json b/web/package-lock.json index ed4366eb9c..d16a197882 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -30,7 +30,7 @@ "i18next-browser-languagedetector": "^8.2.1", "isomorphic-dompurify": "^3.15.0", "jose": "^6.2.3", - "js-yaml": "^4.1.1", + "js-yaml": "^4.2.0", "lucide-react": "^1.16.0", "react": "^19.2.6", "react-dom": "^19.2.6", @@ -7246,9 +7246,19 @@ "license": "MIT" }, "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/web/package.json b/web/package.json index 384d38a74f..9a3f09f36d 100644 --- a/web/package.json +++ b/web/package.json @@ -81,7 +81,7 @@ "i18next-browser-languagedetector": "^8.2.1", "isomorphic-dompurify": "^3.15.0", "jose": "^6.2.3", - "js-yaml": "^4.1.1", + "js-yaml": "^4.2.0", "lucide-react": "^1.16.0", "react": "^19.2.6", "react-dom": "^19.2.6",