Skip to content

Commit 134a848

Browse files
fix(deps): update dependency http-status-codes to v2.3.0 (#1005)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [http-status-codes](https://togithub.com/prettymuchbryce/http-status-codes) | [`2.2.0` -> `2.3.0`](https://renovatebot.com/diffs/npm/http-status-codes/2.2.0/2.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/http-status-codes/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/http-status-codes/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/http-status-codes/2.2.0/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/http-status-codes/2.2.0/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>prettymuchbryce/http-status-codes (http-status-codes)</summary> ### [`v2.3.0`](https://togithub.com/prettymuchbryce/http-status-codes/releases/tag/v2.3.0): http-status-codes 2.3.0 [Compare Source](https://togithub.com/prettymuchbryce/http-status-codes/compare/v2.2.0...v2.3.0) - Adds 103 EARLY_HINTS per [RFC 8297](https://www.rfc-editor.org/rfc/rfc8297#page-3) - Adds 426 UPGRADE_REQUIRED per [RFC 7231](https://datatracker.ietf.org/doc/html/rfc7231#section-6.5.15) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" in timezone Etc/UTC, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/ScaleLeap/amazon-advertising-api-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlYm90Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ecfff0f commit 134a848

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"axios": "0.28.1",
3737
"client-oauth2": "4.3.3",
3838
"fp-ts": "2.16.6",
39-
"http-status-codes": "2.2.0",
39+
"http-status-codes": "2.3.0",
4040
"io-ts": "2.2.21",
4141
"io-ts-promise": "2.0.2",
4242
"io-ts-reporters": "1.2.2",

0 commit comments

Comments
 (0)