From ba6610e1e49ff797767d32e3c7bb87bf6a286e5d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Apr 2021 04:41:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- 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",