From 766913f59dea3d3e75c15ef12cca1e3d80592c13 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Oct 2024 18:40:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIE-8163060 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f277d2..e53f6c5 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "bluebird": "^3.5.1", "body-parser": "^1.13.2", - "express": "3.2.*", + "express": "4.0.0", "formidable": "^1.0.17", "fs": "0.0.2", "multer": "^0.1.8",