Skip to content

Commit

Permalink
fix(deps): update dependency cross-fetch to v4.1.0 (#2400)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cross-fetch](https://redirect.github.com/lquixada/cross-fetch) |
[`4.0.0` ->
`4.1.0`](https://renovatebot.com/diffs/npm/cross-fetch/4.0.0/4.1.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/cross-fetch/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cross-fetch/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cross-fetch/4.0.0/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cross-fetch/4.0.0/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>lquixada/cross-fetch (cross-fetch)</summary>

###
[`v4.1.0`](https://redirect.github.com/lquixada/cross-fetch/blob/HEAD/CHANGELOG.md#410-2024-12-21)

[Compare
Source](https://redirect.github.com/lquixada/cross-fetch/compare/v4.0.0...v4.1.0)

##### Features

- added support for node 22
([074cd87](https://redirect.github.com/lquixada/cross-fetch/commit/074cd875751362d91ab10b8af632680b0fbe89db))
- updated node-fetch to 2.7.0
([#&#8203;192](https://redirect.github.com/lquixada/cross-fetch/issues/192))
([0ab2481](https://redirect.github.com/lquixada/cross-fetch/commit/0ab24817f32c30457a6549940e033163c56318d3))

##### Bug Fixes

- updated whatwg-fetch to 3.6.20
([#&#8203;197](https://redirect.github.com/lquixada/cross-fetch/issues/197))
([df46c2a](https://redirect.github.com/lquixada/cross-fetch/commit/df46c2ae83dd670fb0f767302d4b09842075e415))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/infonl/dimpact-zaakafhandelcomponent).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent aa6df71 commit 297b83c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions src/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@cucumber/cucumber": "11.2.0",
"@types/uniqid": "5.3.4",
"cross-fetch": "4.0.0",
"cross-fetch": "4.1.0",
"pdf-parse": "1.1.1",
"uniqid": "5.4.0",
"zod": "3.24.1"
Expand Down

0 comments on commit 297b83c

Please sign in to comment.