From d6bb1f378b27e3ef453d4fbfed8a9b2ec9031a0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Oct 2023 14:02:01 +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 b4ed1a006e..a73cd07c95 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "request-promise": "^4.2.2", "resolve": "^1.9.0", "rimraf": "^2.6.3", - "sanitize-html": "^1.19.3", + "sanitize-html": "^2.0.0", "server-destroy": "^1.0.1", "sluggo": "^0.2.0", "syntax-error": "^1.3.0",