From db5e45996e514aab7a2027524a375aecd5ea2344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 17:37:23 +0000 Subject: [PATCH] build(deps): bump multiparty from 4.2.3 to 4.3.0 Bumps [multiparty](https://github.com/pillarjs/multiparty) from 4.2.3 to 4.3.0. - [Release notes](https://github.com/pillarjs/multiparty/releases) - [Commits](https://github.com/pillarjs/multiparty/compare/4.2.3...v4.3.0) --- updated-dependencies: - dependency-name: multiparty dependency-version: 4.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 34 ++++------------------------------ 1 file changed, 4 insertions(+), 30 deletions(-) diff --git a/package-lock.json b/package-lock.json index de9c65ef358..15f6675ad7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15863,10 +15863,12 @@ "license": "MIT" }, "node_modules/multiparty": { - "version": "4.2.3", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/multiparty/-/multiparty-4.3.0.tgz", + "integrity": "sha512-LD3YDFI9KrDoOGHsPM+hNraPDQQDPLe8Un/kvJfsZCsHKriA4mphg6Ctc2Cuup/59DtHMdAPm6ICXlUmhwTiug==", "license": "MIT", "dependencies": { - "http-errors": "~1.8.1", + "http-errors": "2.0.0", "safe-buffer": "5.2.1", "uid-safe": "2.1.5" }, @@ -15874,34 +15876,6 @@ "node": ">= 0.10" } }, - "node_modules/multiparty/node_modules/depd": { - "version": "1.1.2", - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/multiparty/node_modules/http-errors": { - "version": "1.8.1", - "license": "MIT", - "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.1" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/multiparty/node_modules/statuses": { - "version": "1.5.0", - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, "node_modules/mute-stream": { "version": "0.0.8", "license": "ISC"