From 6d6e655e48521bb322f8273028058e7be8818ee1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 16:06:54 +0000 Subject: [PATCH] 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 4f6d154..dd9bb80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -194,9 +194,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 68166fc..d9d0b49 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "body-parser": "latest", "cookie-parser": "^1.4.4", "express": "^4.17.1", - "express-fileupload": "^1.1.6-alpha.6", + "express-fileupload": "^1.1.9", "jsonwebtoken": "^8.5.1", "mysql": "^2.17.1" }