From 64a97fd909925b7a2feb368ca9785dae8e32bf3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Sep 2022 00:52:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SANITIZEHTML-2957526 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 33fd31eea96593..de427d85c238f0 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.7.1", "snyk": "^1.19.1", "store": "https://github.com/berkeleytrue/store.js.git#feature/noop-server", "uuid": "^3.0.1",