diff --git a/package-lock.json b/package-lock.json index 336a88975..6e1ef17c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "license": "MPL-2.0", "dependencies": { - "dompurify": "3.4.13", + "dompurify": "3.4.14", "foundation-sites": "6.9.0", "glob": "13.0.6", "hamburgers": "1.2.1", @@ -4285,9 +4285,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 f8d9508a6..a73945e15 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "not dead" ], "dependencies": { - "dompurify": "3.4.13", + "dompurify": "3.4.14", "foundation-sites": "6.9.0", "glob": "13.0.6", "hamburgers": "1.2.1",