From 42d86b97d73eb7b0436c20e362fbc72a4d90307b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jan 2021 07:16:13 +0000 Subject: [PATCH] Bump express-fileupload from 1.1.6 to 1.1.10 Bumps [express-fileupload](https://github.com/richardgirges/express-fileupload) from 1.1.6 to 1.1.10. - [Release notes](https://github.com/richardgirges/express-fileupload/releases) - [Commits](https://github.com/richardgirges/express-fileupload/compare/1.1.6...1.1.10) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ce9996..f43fac5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -631,9 +631,9 @@ } }, "express-fileupload": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.6.tgz", - "integrity": "sha512-w24zPWT8DkoIxSVkbxYPo9hkTiLpCQQzNsLRTCnecBhfbYv+IkIC5uLw2MIUAxBZ+7UMmXPjGxlhzUXo4RcbZw==", + "version": "1.1.10", + "resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.10.tgz", + "integrity": "sha512-VEbeJBMDl+N+I/vXjQ17Xg+R35El6l6n/EELcSSpnwQbjqFmtAfXY9p5NpBpto5FqnksIleYImJ1jNlIWlP2aw==", "requires": { "busboy": "^0.3.1" } diff --git a/package.json b/package.json index 6154b46..be69de4 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "cors": "^2.8.5", "dotenv": "^8.2.0", "express": "^4.17.1", - "express-fileupload": "^1.1.6", + "express-fileupload": "^1.1.10", "express-mongo-sanitize": "^2.0.2", "express-rate-limit": "^5.2.3", "helmet": "^4.3.1",