From bd00d94ef1d7a8c503630e9f85d18701a010407c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 16:21:08 +0000 Subject: [PATCH] Bump express-fileupload from 1.1.7-alpha.3 to 1.1.9 Bumps [express-fileupload](https://github.com/richardgirges/express-fileupload) from 1.1.7-alpha.3 to 1.1.9. - [Release notes](https://github.com/richardgirges/express-fileupload/releases) - [Commits](https://github.com/richardgirges/express-fileupload/compare/1.1.7-alpha.3...1.1.9) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a093da0..b3876d6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "cors": "^2.8.5", "dotenv": "^8.2.0", "express": "^4.17.1", - "express-fileupload": "^1.1.7-alpha.3", + "express-fileupload": "^1.1.9", "express-mongo-sanitize": "^2.0.0", "express-rate-limit": "^5.1.3", "helmet": "^3.23.3", diff --git a/yarn.lock b/yarn.lock index c53a968..ae80ca6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -549,10 +549,10 @@ etag@~1.8.1: resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc= -express-fileupload@^1.1.7-alpha.3: - version "1.1.7-alpha.3" - resolved "https://registry.yarnpkg.com/express-fileupload/-/express-fileupload-1.1.7-alpha.3.tgz#7c09f42aeacb835a50979f241d7b2850d54ed92d" - integrity sha512-2YRJQqjgfFcYiMr8inico+UQ0UsxuOUyO9wkWkx+vjsEcUI7c1ae38Nv5NKdGjHqL5+J01P6StT9mjZTI7Qzjg== +express-fileupload@^1.1.9: + version "1.1.9" + resolved "https://registry.yarnpkg.com/express-fileupload/-/express-fileupload-1.1.9.tgz#e798e9318394ed5083e56217ad6cda576da465d2" + integrity sha512-f2w0aoe7lj3NeD8a4MXmYQsqir3Z66I08l9AKq04QbFUAjeZNmPwTlR5Lx2NGwSu/PslsAjGC38MWzo5tTjoBg== dependencies: busboy "^0.3.1"