From 0c7a362b8c13cda9a7839a856e93486f404e0567 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Oct 2024 18:51:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-8184974 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b90699101b..e6c4846e29 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.0", "font-awesome": "^4.7.0", "history": "^4.10.1", "hoist-non-react-statics": "^3.3.0",