From 37cb846c251447bc2e41962188b0340b815c7ae0 Mon Sep 17 00:00:00 2001 From: Jimmy Conner Date: Sun, 21 Jun 2026 22:37:23 -0500 Subject: [PATCH] Upgrade dompurify to resolve GHSA-cmwh-pvxp-8882 --- awx/ui/package-lock.json | 8 ++++---- awx/ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/awx/ui/package-lock.json b/awx/ui/package-lock.json index 79e3c2cdf..a49af63df 100644 --- a/awx/ui/package-lock.json +++ b/awx/ui/package-lock.json @@ -16,7 +16,7 @@ "ansi-to-html": "0.7.2", "cheerio": "1.0.0-rc.12", "d3": "7.9.0", - "dompurify": "^3.4.9", + "dompurify": "^3.4.11", "formik": "2.4.9", "has-ansi": "5.0.1", "html-entities": "2.6.0", @@ -11065,9 +11065,9 @@ } }, "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/awx/ui/package.json b/awx/ui/package.json index eb7204749..cbf7bf603 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -16,7 +16,7 @@ "cheerio": "1.0.0-rc.12", "d3": "7.9.0", "@dagrejs/dagre": "^3.0.0", - "dompurify": "^3.4.9", + "dompurify": "^3.4.11", "formik": "2.4.9", "has-ansi": "5.0.1", "html-entities": "2.6.0",