From 9ac4a8b34b261773ca1a866ea0eef10fc3359ee5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 18:27:15 +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 9952a28789..4d773cbddc 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,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",