diff --git a/ui/package-lock.json b/ui/package-lock.json index d7fe89b2..a6c0a0ad 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -22,7 +22,7 @@ "@types/semver": "^7.5.8", "clsx": "^1.2.1", "diff2html": "^3.4.51", - "dompurify": "^3.4.11", + "dompurify": "^3.4.13", "framer-motion": "^12.38.0", "is-url": "^1.2.4", "lodash.isequal": "^4.5.0", @@ -4391,9 +4391,9 @@ "peer": true }, "node_modules/dompurify": { - "version": "3.4.11", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.11.tgz", - "integrity": "sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.13.tgz", + "integrity": "sha512-2vmYIoqjze2d+kakP8S/nS5shfsl587kzwEjcGlTdiksUVgFHnFCsLYDVj/JNqJVOQZGSYBTmuycv0PodwmnMQ==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/ui/package.json b/ui/package.json index b5ce4a24..48f6295a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -28,7 +28,7 @@ "@types/semver": "^7.5.8", "clsx": "^1.2.1", "diff2html": "^3.4.51", - "dompurify": "^3.4.11", + "dompurify": "^3.4.13", "framer-motion": "^12.38.0", "is-url": "^1.2.4", "lodash.isequal": "^4.5.0",