From 9a8c510eace06eecabf3078965ab603d147d6235 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:24:46 +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 892df03fd..78ed6bed3 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", @@ -9797,9 +9797,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", @@ -27969,9 +27969,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 dd9ab5ae1..2c73897a7 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",