From 6b442d92c72fd0d1bdc955b3c02bcb3bc4eeb6d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 16:11:07 +0000 Subject: [PATCH] build(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.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a173ffd5..8c94f5cd 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "basic-ftp": "^5.0.3", "chalk": "^5.3.0", "date-fns": "^2.30.0", - "http-status-codes": "^2.2.0", + "http-status-codes": "^2.3.0", "just-merge": "^3.2.0", "logform": "^2.5.1", "mnemonist": "^0.39.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 79692299..3214fa04 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ dependencies: specifier: ^2.30.0 version: 2.30.0 http-status-codes: - specifier: ^2.2.0 - version: 2.2.0 + specifier: ^2.3.0 + version: 2.3.0 just-merge: specifier: ^3.2.0 version: 3.2.0 @@ -5178,8 +5178,8 @@ packages: sshpk: 1.17.0 dev: true - /http-status-codes@2.2.0: - resolution: {integrity: sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng==} + /http-status-codes@2.3.0: + resolution: {integrity: sha512-RJ8XvFvpPM/Dmc5SV+dC4y5PCeOhT3x1Hq0NU3rjGeg5a/CqlhZ7uudknPwZFz4aeAXDcbAyaeP7GAo9lvngtA==} dev: false /http2-wrapper@2.2.0: -- 2.34.1