From 5f7d4711d15e1c078035ce2f8802ec9049552580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 16:00:43 +0000 Subject: [PATCH] chore(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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7daa1cc..5e74d07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1833,9 +1833,9 @@ } }, "express-fileupload": { - "version": "1.1.6-alpha.6", - "resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.6-alpha.6.tgz", - "integrity": "sha512-gG5qrVDGI6i00CuViSl3zdQVcydU74qikNkBpxgyMtDbshbX7wPRZ3hy2sdZEOgxVokrevJ22U6Dd4mdxTsLaQ==", + "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/package.json b/package.json index cc92763..2b93fcb 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dotenv": "^8.2.0", "ejs": "^2.7.2", "express": "^4.17.1", - "express-fileupload": "^1.1.6-alpha.6", + "express-fileupload": "^1.1.9", "fs": "0.0.1-security", "istanbul": "^0.4.5", "jsonwebtoken": "^8.5.1",