From 8791f0b11e3cdcd31b521bd547459d2295c8fd47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:53:47 +0000 Subject: [PATCH] chore(deps): update dependency http-status-codes to v2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 695170f7..4cff16b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "fs-extra": "^6.0.1", "grpc": "^1.24.11", "helmet": "^3.21.1", - "http-status-codes": "^1.3.0", + "http-status-codes": "^2.0.0", "js-sha256": "^0.11.0", "jsonwebtoken": "^9.0.2", "log4js": "^6.4.0", @@ -6160,9 +6160,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.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/https-proxy-agent": { "version": "5.0.1", @@ -17890,9 +17890,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.3.0", + "resolved": "https://registry.npmjs.org/http-status-codes/-/http-status-codes-2.3.0.tgz", + "integrity": "sha512-RJ8XvFvpPM/Dmc5SV+dC4y5PCeOhT3x1Hq0NU3rjGeg5a/CqlhZ7uudknPwZFz4aeAXDcbAyaeP7GAo9lvngtA==" }, "https-proxy-agent": { "version": "5.0.1", diff --git a/package.json b/package.json index d77fc045..ade2b96d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "fs-extra": "^6.0.1", "grpc": "^1.24.11", "helmet": "^3.21.1", - "http-status-codes": "^1.3.0", + "http-status-codes": "^2.0.0", "js-sha256": "^0.11.0", "jsonwebtoken": "^9.0.2", "log4js": "^6.4.0",