security fix

This commit is contained in:
Ishaan Jaffer
2025-11-14 18:34:53 -08:00
parent 09e226b140
commit a1286fb609
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
# js-yaml CVE-2025-64718
# This vulnerability is not applicable because we've forced js-yaml to version 4.1.1
# via npm overrides in package.json. Trivy incorrectly reports this based on
# dependency requirements in the lockfile, but the actual installed version is 4.1.1.
# Verified with: npm list js-yaml
CVE-2025-64718

View File

@@ -45,7 +45,8 @@
]
},
"engines": {
"node": ">=16.14"
"node": ">=16.14",
"npm": ">=8.3.0"
},
"overrides": {
"webpack-dev-server": ">=5.2.1",