diff --git a/package-lock.json b/package-lock.json index a34c29a20c..445bde9abd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "color-convert": "^3.1.3", "core-js": "^3.50.0", "debounce-promise": "^3.1.2", - "dompurify": "^3.4.13", + "dompurify": "^3.4.14", "escape-html": "^1.0.3", "franc": "^6.2.0", "html-to-text": "^10.0.0", @@ -8367,9 +8367,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.13", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.13.tgz", - "integrity": "sha512-2vmYIoqjze2d+kakP8S/nS5shfsl587kzwEjcGlTdiksUVgFHnFCsLYDVj/JNqJVOQZGSYBTmuycv0PodwmnMQ==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.14.tgz", + "integrity": "sha512-dVoH9z+MY+C9IilgGCk3YfFqjLi3fChm2OiKJMzh6axrJ5qwxqWaZamgmHrpv22CN/KdbZJuGEGgfQoL00LTdg==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index 94350e9966..ec9946145c 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "color-convert": "^3.1.3", "core-js": "^3.50.0", "debounce-promise": "^3.1.2", - "dompurify": "^3.4.13", + "dompurify": "^3.4.14", "escape-html": "^1.0.3", "franc": "^6.2.0", "html-to-text": "^10.0.0",