diff --git a/CHANGELOG.md b/CHANGELOG.md index bc86355c7..73f1a6477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Changed + +- Upgraded `http-status-codes` from version `2.2.0` to `2.3.0` + ## 2.24.0 - 2023-11-16 ### Changed diff --git a/package.json b/package.json index 28d465e96..46e0357fa 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "google-spreadsheet": "3.2.0", "got": "11.8.6", "helmet": "7.0.0", - "http-status-codes": "2.2.0", + "http-status-codes": "2.3.0", "ionicons": "7.1.0", "lodash": "4.17.21", "marked": "4.2.12", diff --git a/yarn.lock b/yarn.lock index 314013037..f097fb686 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11961,10 +11961,10 @@ http-signature@~1.3.6: jsprim "^2.0.2" sshpk "^1.14.1" -http-status-codes@2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/http-status-codes/-/http-status-codes-2.2.0.tgz#bb2efe63d941dfc2be18e15f703da525169622be" - integrity sha512-feERVo9iWxvnejp3SEfm/+oNG517npqL2/PIA8ORjyOZjGC7TwCRQsZylciLS64i6pJ0wRYz3rkXLRwbtFa8Ng== +http-status-codes@2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/http-status-codes/-/http-status-codes-2.3.0.tgz#987fefb28c69f92a43aecc77feec2866349a8bfc" + integrity sha512-RJ8XvFvpPM/Dmc5SV+dC4y5PCeOhT3x1Hq0NU3rjGeg5a/CqlhZ7uudknPwZFz4aeAXDcbAyaeP7GAo9lvngtA== http2-wrapper@^1.0.0-beta.5.2: version "1.0.3"