From c569ebe4ba7aa2b4f4da705cabeecec21c065d75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 14:16:19 +0000 Subject: [PATCH] chore(deps-dev): 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 f1b562bb422..5ca7fd20571 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "commitizen": "^4.3.0", "cspell": "^7.2.0", "eslint": "^8.39.0", - "http-status-codes": "^2.2.0", + "http-status-codes": "^2.3.0", "husky": "^8.0.3", "jest": "^26.6.3", "lint-staged": "^14.0.1", @@ -7426,9 +7426,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==", "dev": true }, "node_modules/https-proxy-agent": { @@ -22642,9 +22642,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==", "dev": true }, "https-proxy-agent": { diff --git a/package.json b/package.json index 7926b6016fa..3b943aaf322 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "commitizen": "^4.3.0", "cspell": "^7.2.0", "eslint": "^8.39.0", - "http-status-codes": "^2.2.0", + "http-status-codes": "^2.3.0", "husky": "^8.0.3", "jest": "^26.6.3", "lint-staged": "^14.0.1",