From 1650c70a99a8e151f0f9e54e08a9f00006d207bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 16:09:07 +0000 Subject: [PATCH] Bump express-fileupload from 1.1.6 to 1.1.9 in /backend 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] --- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package.json b/backend/package.json index 1df362ee..39988e65 100644 --- a/backend/package.json +++ b/backend/package.json @@ -12,7 +12,7 @@ "config": "^3.3.1", "diskdb": "^0.1.17", "express": "^4.17.1", - "express-fileupload": "^1.1.6", + "express-fileupload": "^1.1.9", "gravatar": "^1.8.0", "html-entities": "^1.2.1", "json-schema-ref-parser": "^8.0.0", diff --git a/backend/yarn.lock b/backend/yarn.lock index c423dce5..d1f03081 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -985,10 +985,10 @@ expand-tilde@^2.0.0, expand-tilde@^2.0.2: dependencies: homedir-polyfill "^1.0.1" -express-fileupload@^1.1.6: - version "1.1.6" - resolved "https://registry.yarnpkg.com/express-fileupload/-/express-fileupload-1.1.6.tgz#0ac2659ad8c1128c92c8580fd6e15b8b15343db0" - integrity sha512-w24zPWT8DkoIxSVkbxYPo9hkTiLpCQQzNsLRTCnecBhfbYv+IkIC5uLw2MIUAxBZ+7UMmXPjGxlhzUXo4RcbZw== +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"