From d98568ce8dad4eeedde3727a9eea5cce872044dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Mar 2022 23:04:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0ca4cc58..19641d099 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "bcrypt": "^1.0.3", "csurf": "^1.9.0", "ejs": "0.3.1", - "express": "3.19.1", + "express": "4.0.0", "express-fileupload": "^0.4.0", "express-flash": "0.0.2", "express-session": "^1.15.6",