From b439b5445bd69494b493b8e7a6c5b18472bf27b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Mar 2024 14:23:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SANITIZEHTML-6256334 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cebbf17..1795ce8 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "jquery": "^3.5.1", "markdown-it": "^10.0.0", "meteor-node-stubs": "^1.0.0", - "sanitize-html": "^1.20.0", + "sanitize-html": "^2.12.1", "simpl-schema": "^1.5.5" }, "repository": {