From 063257800397da0c8fbd8520f9ab42abdf5a796c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Feb 2025 08:17:09 +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 be02a30..b127f9a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "antd": "^4.4.1", "axios": "^0.21.1", "bootstrap": "^5.0.0", - "dompurify": "^2.3.0", + "dompurify": "^3.2.4", "prop-types": "^15.7.2", "react": "^17.0.0", "react-dom": "^17.0.0",