diff --git a/package-lock.json b/package-lock.json index e5944f332..58b35d91e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -142,7 +142,7 @@ "@types/react": "18.3.20", "@types/react-dom": "18.3.5", "@types/safe-compare": "1.1.2", - "@types/sanitize-html": "2.13.0", + "@types/sanitize-html": "2.15.0", "@types/sax": "1.2.7", "@types/serve-favicon": "2.5.7", "@types/session-file-store": "1.2.5", @@ -6199,9 +6199,9 @@ "license": "MIT" }, "node_modules/@types/sanitize-html": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/@types/sanitize-html/-/sanitize-html-2.13.0.tgz", - "integrity": "sha512-X31WxbvW9TjIhZZNyNBZ/p5ax4ti7qsNDBDEnH4zAgmEh35YnFD1UiS6z9Cd34kKm0LslFW0KPmTQzu/oGtsqQ==", + "version": "2.15.0", + "resolved": "https://registry.npmjs.org/@types/sanitize-html/-/sanitize-html-2.15.0.tgz", + "integrity": "sha512-71Z6PbYsVKfp4i6Jvr37s5ql6if1Q/iJQT80NbaSi7uGaG8CqBMXP0pk/EsURAOuGdk5IJCd/vnzKrR7S3Txsw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 72c59aaa9..1f27509cf 100644 --- a/package.json +++ b/package.json @@ -198,7 +198,7 @@ "@types/react": "18.3.20", "@types/react-dom": "18.3.5", "@types/safe-compare": "1.1.2", - "@types/sanitize-html": "2.13.0", + "@types/sanitize-html": "2.15.0", "@types/sax": "1.2.7", "@types/serve-favicon": "2.5.7", "@types/session-file-store": "1.2.5",