From ee03f843cdd0b941f565758041c94ea41741b1bd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Feb 2024 21:10:28 +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 7d5c7c32226..85ec120e4da 100644 --- a/package.json +++ b/package.json @@ -164,7 +164,7 @@ "replace": "^1.2.0", "request": "^2.88.2", "sanitize-filename": "^1.6.3", - "sanitize-html": "1.4.2", + "sanitize-html": "2.12.1", "semver": "^7.3.2", "sequelize": "^6.15.1", "serve-index": "^1.9.1",