diff --git a/ui/package-lock.json b/ui/package-lock.json index d7fe89b2..c1d3553e 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.12", "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.12", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.12.tgz", + "integrity": "sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==", "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..9257e7f8 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.12", "framer-motion": "^12.38.0", "is-url": "^1.2.4", "lodash.isequal": "^4.5.0",