From 78f611acc5559a3a4d22f7bbd87654dff5347dd5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Apr 2022 21:21:16 +0000 Subject: [PATCH] fix: upgrade http-status-codes from 2.1.4 to 2.2.0 Snyk has created this PR to upgrade http-status-codes from 2.1.4 to 2.2.0. See this package in npm: https://www.npmjs.com/package/http-status-codes See this project in Snyk: https://app.snyk.io/org/alex-da0/project/694dac5f-2194-44f0-8a08-da1739e78958?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 5883e54..289d0bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "dotenv": "^10.0.0", "express": "^4.17.1", "http-errors": "^1.7.2", - "http-status-codes": "^2.1.4", + "http-status-codes": "^2.2.0", "keycloak-connect": "^15.0.2", "node-pg-migrate": "^6.0.0", "pg": "^8.7.1", @@ -4323,9 +4323,9 @@ "dev": true }, "node_modules/http-status-codes": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.1.4.tgz", - "integrity": "sha512-MZVIsLKGVOVE1KEnldppe6Ij+vmemMuApDfjhVSLzyYP+td0bREEYyAoIw9yFePoBXManCuBqmiNP5FqJS5Xkg==" + "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/https-proxy-agent": { "version": "5.0.0", @@ -11742,9 +11742,9 @@ } }, "http-status-codes": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.1.4.tgz", - "integrity": "sha512-MZVIsLKGVOVE1KEnldppe6Ij+vmemMuApDfjhVSLzyYP+td0bREEYyAoIw9yFePoBXManCuBqmiNP5FqJS5Xkg==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.2.0.tgz", + "integrity": "sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng==" }, "https-proxy-agent": { "version": "5.0.0", diff --git a/package.json b/package.json index e25168c..c7e598d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dotenv": "^10.0.0", "express": "^4.17.1", "http-errors": "^1.7.2", - "http-status-codes": "^2.1.4", + "http-status-codes": "^2.2.0", "keycloak-connect": "^15.0.2", "node-pg-migrate": "^6.0.0", "pg": "^8.7.1",