From ab561c9e5c37a378c45168ed21e9791de47123d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 23:12:37 +0000 Subject: [PATCH] Bump express-fileupload from 1.5.0 to 1.5.1 Bumps [express-fileupload](https://github.com/richardgirges/express-fileupload) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/richardgirges/express-fileupload/releases) - [Commits](https://github.com/richardgirges/express-fileupload/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: express-fileupload dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cccdb63..0faf8a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "cors": "^2.8.5", "crypto": "^1.0.1", "express": "^4.18.1", - "express-fileupload": "^1.4.0", + "express-fileupload": "^1.5.1", "express-rate-limit": "^7.1.5", "express-session": "^1.18.0", "express-validation": "^4.1.1", @@ -4854,9 +4854,9 @@ } }, "node_modules/express-fileupload": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.5.0.tgz", - "integrity": "sha512-jSW3w9evqM37VWkEPkL2Ck5wUo2a8qa03MH+Ou/0ZSTpNlQFBvSLjU12k2nYcHhaMPv4JVvv6+Ac1OuLgUZb7w==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.5.1.tgz", + "integrity": "sha512-LsYG1ALXEB7vlmjuSw8ABeOctMp8a31aUC5ZF55zuz7O2jLFnmJYrCv10py357ky48aEoBQ/9bVXgFynjvaPmA==", "dependencies": { "busboy": "^1.6.0" }, diff --git a/package.json b/package.json index b4d3a0f..811388a 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "cors": "^2.8.5", "crypto": "^1.0.1", "express": "^4.18.1", - "express-fileupload": "^1.4.0", + "express-fileupload": "^1.5.1", "express-rate-limit": "^7.1.5", "express-session": "^1.18.0", "express-validation": "^4.1.1",