From 4082eeabad06f952d5b29138a426e1e67c770458 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 03:05:20 +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 5af1c0750..d49229076 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "axios": "0.27.2", "client-oauth2": "4.3.3", "fp-ts": "2.12.1", - "http-status-codes": "2.2.0", + "http-status-codes": "2.3.0", "io-ts": "2.2.21", "io-ts-promise": "2.0.2", "io-ts-reporters": "1.2.2", @@ -7523,9 +7523,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/https-proxy-agent": { "version": "5.0.0", @@ -24729,9 +24729,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==" }, "https-proxy-agent": { "version": "5.0.0", diff --git a/package.json b/package.json index cf62fcffe..71a956993 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "axios": "0.27.2", "client-oauth2": "4.3.3", "fp-ts": "2.12.1", - "http-status-codes": "2.2.0", + "http-status-codes": "2.3.0", "io-ts": "2.2.21", "io-ts-promise": "2.0.2", "io-ts-reporters": "1.2.2",