From 15d025e23bce1de888f8652bc77b11cf6ce74317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:35:54 +0000 Subject: [PATCH] :arrow_up: 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 17dd370..13d491e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -416,9 +416,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" }, @@ -1742,9 +1742,9 @@ } }, "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==", "requires": { "busboy": "^1.6.0" }