From 5eb2f1ca3c9ef16563637677ba1573f8e755f8d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 21:47:17 +0000 Subject: [PATCH] fix(deps): update dependency http-status-codes to v2 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b82c87b5..f2fdc0308 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "hapi-mustache": "0.0.1", "hapi-swaggered": "2.12.2", "hapi-swaggered-ui": "2.6.2", - "http-status-codes": "1.4.0", + "http-status-codes": "2.3.0", "inert": "4.2.1", "joi": "14.3.1", "lodash": "4.17.21", @@ -10005,9 +10005,9 @@ } }, "node_modules/http-status-codes": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-1.4.0.tgz", - "integrity": "sha512-JrT3ua+WgH8zBD3HEJYbeEgnuQaAnUeRRko/YojPAJjGmIfGD3KPU/asLdsLwKjfxOmQe5nXMQ0pt/7MyapVbQ==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.3.0.tgz", + "integrity": "sha512-RJ8XvFvpPM/Dmc5SV+dC4y5PCeOhT3x1Hq0NU3rjGeg5a/CqlhZ7uudknPwZFz4aeAXDcbAyaeP7GAo9lvngtA==" }, "node_modules/http2-wrapper": { "version": "1.0.3", @@ -28390,9 +28390,9 @@ } }, "http-status-codes": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-1.4.0.tgz", - "integrity": "sha512-JrT3ua+WgH8zBD3HEJYbeEgnuQaAnUeRRko/YojPAJjGmIfGD3KPU/asLdsLwKjfxOmQe5nXMQ0pt/7MyapVbQ==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.3.0.tgz", + "integrity": "sha512-RJ8XvFvpPM/Dmc5SV+dC4y5PCeOhT3x1Hq0NU3rjGeg5a/CqlhZ7uudknPwZFz4aeAXDcbAyaeP7GAo9lvngtA==" }, "http2-wrapper": { "version": "1.0.3", diff --git a/package.json b/package.json index fb3368555..77871629d 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "hapi-mustache": "0.0.1", "hapi-swaggered": "2.12.2", "hapi-swaggered-ui": "2.6.2", - "http-status-codes": "1.4.0", + "http-status-codes": "2.3.0", "inert": "4.2.1", "joi": "14.3.1", "lodash": "4.17.21",