From f87ee46aad1dcb2a7dcebef6119fbd80bba681ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 May 2022 23:05:08 +0000 Subject: [PATCH] Bump express-fileupload from 0.3.0 to 1.1.10 Bumps [express-fileupload](https://github.com/richardgirges/express-fileupload) from 0.3.0 to 1.1.10. - [Release notes](https://github.com/richardgirges/express-fileupload/releases) - [Commits](https://github.com/richardgirges/express-fileupload/compare/v0.3.0...1.1.10) --- updated-dependencies: - dependency-name: express-fileupload dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++--------- package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index cfaa7a8..bcf8b86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@types/uuid": "^8.3.4", "body-parser": "1.19.0", "express": "4.17.1", - "express-fileupload": "1.1.6", + "express-fileupload": "1.1.10", "express-force-https": "1.0.0", "express-session": "1.17.0", "express-zip": "3.0.0", @@ -2504,15 +2504,14 @@ } }, "node_modules/express-fileupload": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.6.tgz", - "integrity": "sha512-w24zPWT8DkoIxSVkbxYPo9hkTiLpCQQzNsLRTCnecBhfbYv+IkIC5uLw2MIUAxBZ+7UMmXPjGxlhzUXo4RcbZw==", - "deprecated": "Please upgrade express-fileupload to version 1.1.8+ due to a security vulnerability with the parseNested option", + "version": "1.1.10", + "resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.10.tgz", + "integrity": "sha512-VEbeJBMDl+N+I/vXjQ17Xg+R35El6l6n/EELcSSpnwQbjqFmtAfXY9p5NpBpto5FqnksIleYImJ1jNlIWlP2aw==", "dependencies": { "busboy": "^0.3.1" }, "engines": { - "node": ">=6.0.0" + "node": ">=8.0.0" } }, "node_modules/express-force-https": { @@ -9005,9 +9004,9 @@ } }, "express-fileupload": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.6.tgz", - "integrity": "sha512-w24zPWT8DkoIxSVkbxYPo9hkTiLpCQQzNsLRTCnecBhfbYv+IkIC5uLw2MIUAxBZ+7UMmXPjGxlhzUXo4RcbZw==", + "version": "1.1.10", + "resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.10.tgz", + "integrity": "sha512-VEbeJBMDl+N+I/vXjQ17Xg+R35El6l6n/EELcSSpnwQbjqFmtAfXY9p5NpBpto5FqnksIleYImJ1jNlIWlP2aw==", "requires": { "busboy": "^0.3.1" } diff --git a/package.json b/package.json index 1727cfe..f4c9a31 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@types/uuid": "^8.3.4", "body-parser": "1.19.0", "express": "4.17.1", - "express-fileupload": "1.1.6", + "express-fileupload": "1.1.10", "express-force-https": "1.0.0", "express-session": "1.17.0", "express-zip": "3.0.0",