From 43ebafa903feefdc24f4735cf7b501f8198d6b65 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Sep 2020 21:11:40 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SANITIZEHTML-585892 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2654db59b6dfba..eb14f59ae42cc7 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "react-vimeo": "^0.0.3", "request": "~2.53.0", "rx": "^2.5.3", - "sanitize-html": "~1.6.1", + "sanitize-html": "~2.0.0", "source-map-support": "^0.3.2", "thundercats": "^2.1.0", "thundercats-react": "^0.1.0",