From 5eb734ad53a434a4389c6ef9ab62eda512bc27db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Oct 2021 19:38:10 +0000 Subject: [PATCH] fix: upgrade http-status-codes from 1.3.0 to 1.4.0 Snyk has created this PR to upgrade http-status-codes from 1.3.0 to 1.4.0. See this package in npm: https://www.npmjs.com/package/http-status-codes See this project in Snyk: https://app.snyk.io/org/jswheeler/project/244b08e8-8597-4438-b7f8-7090a964de19?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 d5a5444..453a8a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "get-parameter-names": "^0.3.0", "http-aws-es": "^6.0.0", "http-json-response": "^1.0.1", - "http-status-codes": "^1.3.0", + "http-status-codes": "^1.4.0", "joi": "^14.0.0", "lodash": "^4.17.19", "superagent": "^4.1.0", @@ -2756,9 +2756,9 @@ } }, "node_modules/http-status-codes": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-1.3.0.tgz", - "integrity": "sha1-nNDnE5F3PQZxtInUHLxQlKpBY7Y=" + "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==" }, "node_modules/httpntlm": { "version": "1.7.7", @@ -9454,9 +9454,9 @@ } }, "http-status-codes": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-1.3.0.tgz", - "integrity": "sha1-nNDnE5F3PQZxtInUHLxQlKpBY7Y=" + "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==" }, "httpntlm": { "version": "1.7.7", diff --git a/package.json b/package.json index dd0ae8a..7008edd 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "get-parameter-names": "^0.3.0", "http-aws-es": "^6.0.0", "http-json-response": "^1.0.1", - "http-status-codes": "^1.3.0", + "http-status-codes": "^1.4.0", "joi": "^14.0.0", "lodash": "^4.17.19", "superagent": "^4.1.0",