From 2d2c2c6d71302dd93fe11b03857213dc80e3596d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 02:40:37 +0000 Subject: [PATCH] build(deps): bump http-errors from 2.0.0 to 2.0.1 Bumps [http-errors](https://github.com/jshttp/http-errors) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/jshttp/http-errors/releases) - [Changelog](https://github.com/jshttp/http-errors/blob/master/HISTORY.md) - [Commits](https://github.com/jshttp/http-errors/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: http-errors dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0f96ee..6dddc90 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ ], "repository": "pillarjs/multiparty", "dependencies": { - "http-errors": "2.0.0", + "http-errors": "2.0.1", "safe-buffer": "5.2.1", "uid-safe": "2.1.5" },