From c94a2c7b43821ed8768b849522e62f13ba4cb0ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Oct 2023 15:21:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a38a5ecc904..09669b976d8 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "redux-logger": "*", "remarkable": "^1.7.1", "reselect": "2.5.3", - "sanitize-html": "^1.14.1", + "sanitize-html": "^2.0.0", "scroll-to-element": "^2.0.0", "serialize-error": "2.0.0", "shallowequal": "0.2.2",