From d7663739e19b25693088865a57010b4ece890a2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 17:25:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-6474511 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be02a30..0453c1a 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": "^2.4.9", "prop-types": "^15.7.2", "react": "^17.0.0", "react-dom": "^17.0.0",