From e3179e86c935f8271c030872dbc74fca5257a62e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Apr 2021 04:41:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18bce8c..e5d88a4 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "jquery": "^3.5.1", "markdown-it": "^10.0.0", "meteor-node-stubs": "^1.0.0", - "sanitize-html": "^1.20.0", + "sanitize-html": "^2.0.0", "simpl-schema": "^1.5.5", "file-saver": "^2.0.5", "file-type": "^16.2.0",