From a6ec755d8b9fdd6c990e59a4a734dd130a8b3ce1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 04:55:31 +0000 Subject: [PATCH] fix(deps): update dependency http-status-codes to v2 --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75592d92c..ceef16587 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", @@ -32,7 +32,7 @@ "path": "0.12.7", "query-string": "7.0.1", "scarecrow": "3.0.4", - "snyk": "^1.996.0", + "snyk": "1.996.0", "vision": "4.1.1", "visionary": "6.0.2" }, @@ -9559,9 +9559,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", @@ -27498,9 +27498,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 1f6f3a7e9..fda2c525a 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",