Feature/upgrade http status codes to version 2.3.0 (#2644)

* Upgrade http-status-codes to version 2.3.0

* Update changelog
pull/2664/head^2
Thomas Kaul 7 months ago committed by GitHub
parent 6f11627006
commit 8c25294da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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",

@ -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"

Loading…
Cancel
Save