From e8f687602e8b0e8740ddeec44c07ec9b4a2a9c24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 17:05:25 +0000 Subject: [PATCH] fix(deps): bump http-status-codes from 2.2.0 to 2.3.0 Bumps [http-status-codes](https://github.com/prettymuchbryce/http-status-codes) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/prettymuchbryce/http-status-codes/releases) - [Commits](https://github.com/prettymuchbryce/http-status-codes/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: http-status-codes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d7a45d95c2..be92587678 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "html-entities": "^2.3.3", "html-escaper": "^3.0.3", "http-errors": "^2.0.0", - "http-status-codes": "^2.2.0", + "http-status-codes": "^2.3.0", "intl-tel-input": "~12.4.0", "ip": "^1.1.9", "jose": "^4.15.5", @@ -15788,8 +15788,9 @@ } }, "node_modules/http-status-codes": { - "version": "2.2.0", - "license": "MIT" + "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-browserify": { "version": "1.0.0", @@ -39085,7 +39086,9 @@ } }, "http-status-codes": { - "version": "2.2.0" + "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-browserify": { "version": "1.0.0", diff --git a/package.json b/package.json index 9efe8e787f..af5e3b8800 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "html-entities": "^2.3.3", "html-escaper": "^3.0.3", "http-errors": "^2.0.0", - "http-status-codes": "^2.2.0", + "http-status-codes": "^2.3.0", "intl-tel-input": "~12.4.0", "ip": "^1.1.9", "jose": "^4.15.5",