From 40a619e074d1515992f07ffd28039c0df3d5cae9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Sep 2024 09:39:22 +0000 Subject: [PATCH] feat: upgrade express-fileupload from 0.4.0 to 1.5.1 Snyk has created this PR to upgrade express-fileupload from 0.4.0 to 1.5.1. See this package in npm: express-fileupload See this project in Snyk: https://app.snyk.io/org/abhipost12/project/fc803a1d-f71b-4d66-948b-5b0ae7794b2d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7841e55..d422da2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "csurf": "^1.9.0", "ejs": "^2.5.7", "express": "^4.16.2", - "express-fileupload": "^0.4.0", + "express-fileupload": "^1.5.1", "express-flash": "0.0.2", "express-session": "^1.15.6", "flash": "^1.1.0",