From 5a4f1b6a6e1b9c41b7a315a408fc6e35f8111c79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 13:05:11 +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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7414d9e..5cb16ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "debug": "^4.4.3", "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" }, @@ -2714,9 +2714,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 314004c..263f0f2 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "debug": "^4.4.3", "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" },