From 2fbb417ed5606aaa179b765a293e7e4718cd1a41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 16:11:05 +0000 Subject: [PATCH] Bump express-fileupload from 1.1.6 to 1.1.9 Bumps [express-fileupload](https://github.com/richardgirges/express-fileupload) from 1.1.6 to 1.1.9. - [Release notes](https://github.com/richardgirges/express-fileupload/releases) - [Commits](https://github.com/richardgirges/express-fileupload/compare/1.1.6...1.1.9) 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 8d72f39..c94ad81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -342,9 +342,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.9", + "resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.9.tgz", + "integrity": "sha512-f2w0aoe7lj3NeD8a4MXmYQsqir3Z66I08l9AKq04QbFUAjeZNmPwTlR5Lx2NGwSu/PslsAjGC38MWzo5tTjoBg==", "requires": { "busboy": "^0.3.1" } diff --git a/package.json b/package.json index 308e720..9de8d53 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "cookie-parser": "^1.4.5", "dotenv": "^8.2.0", "express": "^4.17.1", - "express-fileupload": "^1.1.6", + "express-fileupload": "^1.1.9", "jsonwebtoken": "^8.5.1", "mongoose": "^5.9.2", "morgan": "^1.9.1",