From 297b83c8f7404d299cc5c137f5d3caea3ac12112 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 07:38:53 +0000 Subject: [PATCH] fix(deps): update dependency cross-fetch to v4.1.0 (#2400) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
lquixada/cross-fetch (cross-fetch) ### [`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 ([#​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 ([#​197](https://redirect.github.com/lquixada/cross-fetch/issues/197)) ([df46c2a](https://redirect.github.com/lquixada/cross-fetch/commit/df46c2ae83dd670fb0f767302d4b09842075e415))
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src/e2e/package-lock.json | 18 +++++++++--------- src/e2e/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/e2e/package-lock.json b/src/e2e/package-lock.json index c3c71799d..27b0c050a 100644 --- a/src/e2e/package-lock.json +++ b/src/e2e/package-lock.json @@ -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" @@ -985,11 +985,11 @@ "dev": true }, "node_modules/cross-fetch": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz", - "integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.1.0.tgz", + "integrity": "sha512-uKm5PU+MHTootlWEY+mZ4vvXoCn4fLQxT9dSc1sXVMSFkINTJVN8cAQROpwcKm8bJ/c7rgZVIBWzH5T78sNZZw==", "dependencies": { - "node-fetch": "^2.6.12" + "node-fetch": "^2.7.0" } }, "node_modules/cross-spawn": { @@ -4254,11 +4254,11 @@ "dev": true }, "cross-fetch": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.0.0.tgz", - "integrity": "sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-4.1.0.tgz", + "integrity": "sha512-uKm5PU+MHTootlWEY+mZ4vvXoCn4fLQxT9dSc1sXVMSFkINTJVN8cAQROpwcKm8bJ/c7rgZVIBWzH5T78sNZZw==", "requires": { - "node-fetch": "^2.6.12" + "node-fetch": "^2.7.0" } }, "cross-spawn": { diff --git a/src/e2e/package.json b/src/e2e/package.json index e8c44a547..927ed3a5e 100644 --- a/src/e2e/package.json +++ b/src/e2e/package.json @@ -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"