From ad6c5c1b69753e50afec9316583c94bcae1f023a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Mar 2026 08:32:07 +0000 Subject: [PATCH] fix: packages/module/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-15371376 --- packages/module/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/module/package.json b/packages/module/package.json index 45eae5e2..93a5c4e7 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -51,7 +51,7 @@ "react-dom": "^17 || ^18 || ^19" }, "dependencies": { - "dompurify": "^3.2.4", + "dompurify": "^3.3.2", "history": "^5.0.0" }, "devDependencies": {