diff --git a/package-lock.json b/package-lock.json index c85cb1840..9f399402a 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", @@ -7505,9 +7505,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", @@ -24650,9 +24650,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 018713fbe..9ef16418f 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",