From 3730cec29fc079a26903153244470a9eb782e765 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 21:16:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-7984421 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b90699101b..e78e054865 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "classnames": "^2.2.6", "d3": "^3.5.17", "debug": "^3.1.0", - "dompurify": "^2.0.7", + "dompurify": "^2.5.4", "font-awesome": "^4.7.0", "history": "^4.10.1", "hoist-non-react-statics": "^3.3.0",