From ddced0ce115457a497db00b6278cf6aabaeb952d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 15:52:34 +0000 Subject: [PATCH] Bump express-fileupload from 1.1.5 to 1.1.9 Bumps [express-fileupload](https://github.com/richardgirges/express-fileupload) from 1.1.5 to 1.1.9. - [Release notes](https://github.com/richardgirges/express-fileupload/releases) - [Commits](https://github.com/richardgirges/express-fileupload/compare/v1.1.5...1.1.9) Signed-off-by: dependabot[bot] --- package-lock.json | 26 ++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 77384aa..0cfa5ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -243,11 +243,29 @@ } }, "express-fileupload": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.5.tgz", - "integrity": "sha512-ZYxGkXm9y1dSMgbW+lwvtqld+dulYm3OU1GQF9n6NNEwulHTPUsz4mHGG5/LiUszz5jnh/j8AcpLFUdaj8UUtQ==", + "version": "1.1.9", + "resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.9.tgz", + "integrity": "sha512-f2w0aoe7lj3NeD8a4MXmYQsqir3Z66I08l9AKq04QbFUAjeZNmPwTlR5Lx2NGwSu/PslsAjGC38MWzo5tTjoBg==", "requires": { - "busboy": "^0.2.14" + "busboy": "^0.3.1" + }, + "dependencies": { + "busboy": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/busboy/-/busboy-0.3.1.tgz", + "integrity": "sha512-y7tTxhGKXcyBxRKAni+awqx8uqaJKrSFSNFSeRG5CsWNdmy2BIK+6VGWEW7TZnIO/533mtMEA4rOevQV815YJw==", + "requires": { + "dicer": "0.3.0" + } + }, + "dicer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/dicer/-/dicer-0.3.0.tgz", + "integrity": "sha512-MdceRRWqltEG2dZqO769g27N/3PXfcKl04VhYnBlo2YhH7zPi88VebsjTKclaOyiuMaGU72hTfw3VkUitGcVCA==", + "requires": { + "streamsearch": "0.1.2" + } + } } }, "finalhandler": { diff --git a/package.json b/package.json index ef04b44..7971064 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "connect-busboy": "0.0.2", "ejs": "^2.6.2", "express": "^4.17.1", - "express-fileupload": "^1.1.5", + "express-fileupload": "^1.1.9", "las-js": "^2.0.0", "mongodb": "^3.2.7", "mongoose": "^5.6.3",