diff --git a/frontend-modern/package-lock.json b/frontend-modern/package-lock.json index 6205c18d6..680a41518 100644 --- a/frontend-modern/package-lock.json +++ b/frontend-modern/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@solidjs/router": "^0.10.10", - "dompurify": "^3.4.11", + "dompurify": "^3.4.12", "highlight.js": "^11.11.1", "lucide-solid": "^0.545.0", "marked": "^17.0.1", @@ -3361,9 +3361,9 @@ "license": "MIT" }, "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/frontend-modern/package.json b/frontend-modern/package.json index e792b7f66..92581f3ac 100644 --- a/frontend-modern/package.json +++ b/frontend-modern/package.json @@ -48,7 +48,7 @@ }, "dependencies": { "@solidjs/router": "^0.10.10", - "dompurify": "^3.4.11", + "dompurify": "^3.4.12", "highlight.js": "^11.11.1", "lucide-solid": "^0.545.0", "marked": "^17.0.1",