From 312995567f36062db57d8e3b289ccde85b85462e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 17:06:30 +0000 Subject: [PATCH] chore: update dependency http-status to v2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96e50d8..40abd2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,14 +6,14 @@ "packages": { "": { "name": "strong-error-handler", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { "accepts": "^1.3.8", "debug": "^4.4.1", "fast-safe-stringify": "^2.1.1", "handlebars": "^4.7.8", - "http-status": "^1.8.1", + "http-status": "^2.1.0", "js2xmlparser": "^5.0.0", "strong-globalize": "^6.0.6" }, @@ -2749,9 +2749,9 @@ } }, "node_modules/http-status": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/http-status/-/http-status-1.8.1.tgz", - "integrity": "sha512-YQF7j8Qf/Rlby0IbRPiWfNZt6aeUv3K0Pi0x3crbMZN+7F8dPn5k4b3n897vpM1Vk8Mg2fhOYc9fktKEQWMy/Q==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/http-status/-/http-status-2.1.0.tgz", + "integrity": "sha512-O5kPr7AW7wYd/BBiOezTwnVAnmSNFY+J7hlZD2X5IOxVBetjcHAiTXhzj0gMrnojQlwy+UT1/Y3H3vJ3UlmvLA==", "license": "BSD-3-Clause", "engines": { "node": ">= 0.4.0" diff --git a/package.json b/package.json index ab3f576..fe98568 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "debug": "^4.4.1", "fast-safe-stringify": "^2.1.1", "handlebars": "^4.7.8", - "http-status": "^1.8.1", + "http-status": "^2.1.0", "js2xmlparser": "^5.0.0", "strong-globalize": "^6.0.6" },