Merge pull request 'fix(security): override @xmldom/xmldom to ^0.8.13 (#74)' (#77) from fix/vuln-A-xmldom-override into master

This commit is contained in:
maximus 2026-04-24 18:13:56 +00:00
commit dfe5214b57
2 changed files with 5 additions and 4 deletions

6
package-lock.json generated
View file

@ -3816,9 +3816,9 @@
}
},
"node_modules/@xmldom/xmldom": {
"version": "0.8.12",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.12.tgz",
"integrity": "sha512-9k/gHF6n/pAi/9tqr3m3aqkuiNosYTurLLUtc7xQ9sxB/wm7WPygCv8GYa6mS0fLJEHhqMC1ATYhz++U/lRHqg==",
"version": "0.8.13",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.13.tgz",
"integrity": "sha512-KRYzxepc14G/CEpEGc3Yn+JKaAeT63smlDr+vjB8jRfgTBBI9wRj/nkQEO+ucV8p8I9bfKLWp37uHgFrbntPvw==",
"license": "MIT",
"engines": {
"node": ">=10.0.0"

View file

@ -64,7 +64,8 @@
"typescript": "~5.9.2"
},
"overrides": {
"esbuild": "^0.25.0"
"esbuild": "^0.25.0",
"@xmldom/xmldom": "^0.8.13"
},
"private": true
}