diff --git a/package-lock.json b/package-lock.json index 5743d290a..dd85d383e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@skjnldsv/vue-plyr": "^7.5.0", "camelcase": "^8.0.0", "debounce": "^3.0.0", - "dompurify": "^3.4.0", + "dompurify": "^3.4.12", "filerobot-image-editor": "^4.8.1", "nextcloud-server": "^0.15.10", "path-parse": "^1.0.7", @@ -7135,9 +7135,9 @@ } }, "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/package.json b/package.json index d0ed2407a..e01720c3c 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@skjnldsv/vue-plyr": "^7.5.0", "camelcase": "^8.0.0", "debounce": "^3.0.0", - "dompurify": "^3.4.0", + "dompurify": "^3.4.12", "filerobot-image-editor": "^4.8.1", "nextcloud-server": "^0.15.10", "path-parse": "^1.0.7",