From b44fcb5dee4f850e7d0be5371992ad82f51e6f96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 12:52:13 +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 021c4d0..eb80b81 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "MIT", "repository": "expressjs/timeout", "dependencies": { - "http-errors": "~1.6.1", + "http-errors": "~1.8.1", "ms": "2.0.0", "on-finished": "~2.3.0", "on-headers": "~1.0.1"