From 61b3b57d303c8a589b8a90902f5685ea12174ea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 16:01:07 +0000 Subject: [PATCH] build(deps): bump express-fileupload from 1.1.6-alpha.6 to 1.1.9 Bumps [express-fileupload](https://github.com/richardgirges/express-fileupload) from 1.1.6-alpha.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-alpha.6...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 8e4ed18..79979b6 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "debug": "^4.1.1", "express": "^4.17.1", - "express-fileupload": "^1.1.6-alpha.6", + "express-fileupload": "^1.1.9", "mkdirp": "^0.5.1", "nanoid": "^2.1.6" }, diff --git a/yarn.lock b/yarn.lock index 010b586..df5bda7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1152,10 +1152,10 @@ expect@^24.9.0: jest-message-util "^24.9.0" jest-regex-util "^24.9.0" -express-fileupload@^1.1.6-alpha.6: - version "1.1.6-alpha.6" - resolved "https://registry.yarnpkg.com/express-fileupload/-/express-fileupload-1.1.6-alpha.6.tgz#75c6c397094a15165fb7b42e4905f95302e7d009" - integrity sha512-gG5qrVDGI6i00CuViSl3zdQVcydU74qikNkBpxgyMtDbshbX7wPRZ3hy2sdZEOgxVokrevJ22U6Dd4mdxTsLaQ== +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"