From 59a3e715c808d7559c8ab1ab80e0266b8e5ee3f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Oct 2023 14:02:24 +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 0d36e669a29..cdfa810ccf8 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "redux-immutable": "3.0.8", "redux-logger": "*", "reselect": "2.5.3", - "sanitize-html": "^1.14.1", + "sanitize-html": "^2.0.0", "serialize-error": "2.0.0", "shallowequal": "0.2.2", "swagger-client": "~3.0.15",