From 9ea28a96c8982dd6c49f8289501da613c4a4a0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 16:06:55 +0000 Subject: [PATCH] Bump express-fileupload from 1.1.6 to 1.1.9 in /ishaer-api 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] --- ishaer-api/package-lock.json | 6 +++--- ishaer-api/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ishaer-api/package-lock.json b/ishaer-api/package-lock.json index 3f02ea5..efc0c0e 100644 --- a/ishaer-api/package-lock.json +++ b/ishaer-api/package-lock.json @@ -870,9 +870,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/ishaer-api/package.json b/ishaer-api/package.json index 320da96..338eff2 100644 --- a/ishaer-api/package.json +++ b/ishaer-api/package.json @@ -14,7 +14,7 @@ "debug": "~2.6.9", "dotenv": "^8.2.0", "express": "~4.16.1", - "express-fileupload": "^1.1.6", + "express-fileupload": "^1.1.9", "express-useragent": "^1.0.13", "formidable": "^1.2.1", "http-errors": "~1.6.3",