From 7eae6fd5b1fe0e2caf997da429f108470e7e2929 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Feb 2021 05:21:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SANITIZEHTML-1070780 - https://snyk.io/vuln/SNYK-JS-SANITIZEHTML-1070786 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec849e9def1f14..418c1a07ee7aa3 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "request": "^2.65.0", "reselect": "^2.0.2", "rx": "^4.0.0", - "sanitize-html": "^1.11.1", + "sanitize-html": "^2.3.2", "snyk": "^1.19.1", "stampit": "^2.1.1", "store": "https://github.com/berkeleytrue/store.js.git#feature/noop-server",