Bump dompurify

This commit is contained in:
Owen
2026-03-10 16:43:40 -07:00
parent dbdff6812d
commit 072c89e704
2 changed files with 8 additions and 4 deletions

9
package-lock.json generated
View File

@@ -11767,10 +11767,13 @@
} }
}, },
"node_modules/dompurify": { "node_modules/dompurify": {
"version": "3.2.7", "version": "3.3.2",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.7.tgz", "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.2.tgz",
"integrity": "sha512-WhL/YuveyGXJaerVlMYGWhvQswa7myDG17P7Vu65EWC05o8vfeNbvNf4d/BOvH99+ZW+LlQsc1GDKMa1vNK6dw==", "integrity": "sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==",
"license": "(MPL-2.0 OR Apache-2.0)", "license": "(MPL-2.0 OR Apache-2.0)",
"engines": {
"node": ">=20"
},
"optionalDependencies": { "optionalDependencies": {
"@types/trusted-types": "^2.0.7" "@types/trusted-types": "^2.0.7"
} }

View File

@@ -173,6 +173,7 @@
"typescript-eslint": "8.55.0" "typescript-eslint": "8.55.0"
}, },
"overrides": { "overrides": {
"esbuild": "0.27.3" "esbuild": "0.27.3",
"dompurify": "3.3.2"
} }
} }