diff --git a/package-lock.json b/package-lock.json index 5cbd0904b1..d97db54cc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13268,9 +13268,9 @@ "license": "MIT" }, "node_modules/dompurify": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.10.tgz", - "integrity": "sha512-0xzNv0e7oYC6yyuOGZIABPM4qtg3QxLFniDNPP4ZP90wR8Yq3zgwpRbrNiT4N3IKqDbbYFEJLV+JWEs19aZ//w==", + "version": "3.4.11", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.11.tgz", + "integrity": "sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index 842c73e56c..1fb64348ac 100644 --- a/package.json +++ b/package.json @@ -338,7 +338,7 @@ ] }, "overrides": { - "dompurify": "^3.4.9", + "dompurify": "^3.4.11", "postcss": "^8.5.14", "ip-address": "10.2.0", "qs": "^6.15.2",