From 4406a8600cf88fe52035732e1ef4f1c07581a9a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2020 08:51:57 +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 fdacc0b..a593d52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1197,9 +1197,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 58afd09..d5980b6 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "crypto": "^1.0.1", "dotenv": "^8.2.0", "express": "^4.17.1", - "express-fileupload": "^1.1.6", + "express-fileupload": "^1.1.10", "express-mongo-sanitize": "^1.3.2", "express-rate-limit": "^5.1.1", "geocoder": "^0.2.3",