From 351cf0d601381ec5556255376eb59b1005ed40cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 05:11:58 +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..b75c832f7 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.2.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.2.0", + "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.2.0.tgz", + "integrity": "sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng==" }, "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.2.0", + "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.2.0.tgz", + "integrity": "sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng==" }, "http2-wrapper": { "version": "1.0.3", diff --git a/package.json b/package.json index dd9ab5ae1..b80801068 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.2.0", "inert": "4.2.1", "joi": "14.3.1", "lodash": "4.17.21",