From b8b6e14950f591f7ae2904837794be6fcd4a2fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 16:18:09 +0000 Subject: [PATCH] Bump express-fileupload from 1.1.6 to 1.1.9 in /Project 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] --- Project/package-lock.json | 6 +++--- Project/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Project/package-lock.json b/Project/package-lock.json index e43af45..6cfe945 100644 --- a/Project/package-lock.json +++ b/Project/package-lock.json @@ -175,9 +175,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/Project/package.json b/Project/package.json index bf9a2e0..b2390b5 100644 --- a/Project/package.json +++ b/Project/package.json @@ -12,7 +12,7 @@ "body-parser": "^1.19.0", "ejs": "^3.0.1", "express": "^4.17.1", - "express-fileupload": "^1.1.6", + "express-fileupload": "^1.1.9", "mysql": "^2.18.1", "pg": "^7.18.2", "req-flash": "0.0.3"