From 4c337f1e18fc4da14b5eba1d9d5b55246714a57e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 18:15:05 +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 | 26 ++++++++++++++++++++++---- packages/openapi-v3/package.json | 2 +- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c90107092257..93941d6218ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17313,9 +17313,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" @@ -31774,6 +31774,15 @@ "node": ">=16" } }, + "node_modules/strong-error-handler/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==", + "license": "BSD-3-Clause", + "engines": { + "node": ">= 0.4.0" + } + }, "node_modules/strong-globalize": { "version": "6.0.6", "resolved": "https://registry.npmjs.org/strong-globalize/-/strong-globalize-6.0.6.tgz", @@ -31900,6 +31909,15 @@ "node": ">=8" } }, + "node_modules/strong-remoting/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==", + "license": "BSD-3-Clause", + "engines": { + "node": ">= 0.4.0" + } + }, "node_modules/strong-remoting/node_modules/js2xmlparser": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/js2xmlparser/-/js2xmlparser-3.0.0.tgz", @@ -37779,7 +37797,7 @@ "dependencies": { "@loopback/repository-json-schema": "^8.0.9", "debug": "^4.4.0", - "http-status": "^1.8.1", + "http-status": "^2.1.0", "json-merge-patch": "^1.0.2", "lodash": "^4.17.21", "openapi3-ts": "^2.0.2", diff --git a/packages/openapi-v3/package.json b/packages/openapi-v3/package.json index b9727eb45ba0..284faeddff67 100644 --- a/packages/openapi-v3/package.json +++ b/packages/openapi-v3/package.json @@ -44,7 +44,7 @@ "dependencies": { "@loopback/repository-json-schema": "^8.0.9", "debug": "^4.4.0", - "http-status": "^1.8.1", + "http-status": "^2.1.0", "json-merge-patch": "^1.0.2", "lodash": "^4.17.21", "openapi3-ts": "^2.0.2",