From 97ba48d5866bd3b856c61fa8f0301c1a7fa6d922 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Oct 2019 05:38:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOMPURIFY-474012 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d7f5ce672e9..943057bab7b 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "d3-shape": "^1.2.0", "date-fns": "^1.30.1", "diff-match-patch": "^1.0.0", - "dompurify": "^1.0.4", + "dompurify": "^2.0.7", "formik": "^1.4.1", "human-readable-ids": "^1.0.4", "jquery": "3.4.0",