From 4c0bc2d7202f4390f9b239eeefd4e1ad7926fdaf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Jun 2024 15:40:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DUSTJSLINKEDIN-1089257 - https://snyk.io/vuln/SNYK-JS-EXPRESSFILEUPLOAD-595969 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f367c6babc4..c276e2e9443 100644 --- a/package.json +++ b/package.json @@ -17,13 +17,13 @@ "cfenv": "^1.0.4", "cookie-parser": "1.3.3", "consolidate": "0.14.5", - "dustjs-linkedin": "2.5.0", + "dustjs-linkedin": "3.0.0", "dustjs-helpers": "1.5.0", "ejs": "1.0.0", "ejs-locals": "1.0.2", "errorhandler": "1.2.0", "express": "4.12.4", - "express-fileupload": "0.0.5", + "express-fileupload": "1.1.10", "humanize-ms": "1.0.1", "jquery": "^2.2.4", "marked": "0.3.5",