From 1cd4ec22b6277c76bb53cfada3adbbe1035a8a4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 12:51:02 +0000 Subject: [PATCH] fix(deps): update dependency http-status-codes to v2.3.0 --- 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 e81eb649f..633497537 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "aws4-axios": "3.3.0", "axios": "1.5.0", - "http-status-codes": "2.2.0", + "http-status-codes": "2.3.0", "ts-error": "1.0.6" }, "devDependencies": { @@ -8744,9 +8744,9 @@ } }, "node_modules/http-status-codes": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.2.0.tgz", - "integrity": "sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng==" + "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", @@ -21736,9 +21736,9 @@ } }, "http-status-codes": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.2.0.tgz", - "integrity": "sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng==" + "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 71c40dc03..7fed4a4a2 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "dependencies": { "aws4-axios": "3.3.0", "axios": "1.5.0", - "http-status-codes": "2.2.0", + "http-status-codes": "2.3.0", "ts-error": "1.0.6" }, "devDependencies": {