From 7b097a74c3de4dd2bd413a057ec3d9f0e8d9a572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 13:09:48 +0000 Subject: [PATCH] build(deps): bump http-errors from 1.6.3 to 1.8.1 Bumps [http-errors](https://github.com/jshttp/http-errors) from 1.6.3 to 1.8.1. - [Changelog](https://github.com/jshttp/http-errors/blob/master/HISTORY.md) - [Commits](https://github.com/jshttp/http-errors/compare/1.6.3...1.8.1) --- updated-dependencies: - dependency-name: http-errors dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c9f92f..6f34cd0 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "MIT", "repository": "pillarjs/resolve-path", "dependencies": { - "http-errors": "~1.6.3", + "http-errors": "~1.8.1", "path-is-absolute": "1.0.1" }, "devDependencies": {