fix(core): Replace sanitize-html with xss in XSS validator constraint (#10479)

This commit is contained in:
Iván Ovejero
2024-08-20 20:52:04 +02:00
committed by GitHub
parent aad3e5b677
commit 5dea51aad7
4 changed files with 38 additions and 72 deletions

View File

@@ -155,7 +155,6 @@
"reflect-metadata": "0.2.2",
"replacestream": "4.0.3",
"samlify": "2.8.9",
"sanitize-html": "2.12.1",
"semver": "7.5.4",
"shelljs": "0.8.5",
"simple-git": "3.17.0",
@@ -172,6 +171,7 @@
"ws": "8.17.1",
"xml2js": "catalog:",
"xmllint-wasm": "3.0.1",
"xss": "^1.0.14",
"yamljs": "0.3.0",
"zod": "3.22.4"
}