From dd3dcdd69baa8113da1d7cc6e808b5f3341733a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Feb 2025 20:46:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-8722251 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45efd216ea..2f2a52eb0a 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "@types/node": "^13.11.1", "classnames": "^2.2.6", "decko": "^1.2.0", - "dompurify": "^2.0.12", + "dompurify": "^3.2.4", "eventemitter3": "^4.0.4", "json-pointer": "^0.6.0", "json-schema-ref-parser": "^6.1.0",