From 9ae7e8147babc9e6a9c740f968c3335ba54f3e85 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Feb 2021 21:22:48 +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 9332ef5b118e8..0211a7d06c45c 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "redux-form": "7.0.2", "redux-thunk": "1.0.0", "rtlcss": "2.0.5", - "sanitize-html": "1.11.1", + "sanitize-html": "2.3.2", "semver": "5.1.0", "social-logos": "1.0.1", "socket.io-client": "1.4.5",