From 78a84b53b4cbb7cdb14ddbd8545b80f710ce1a3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:36:00 +0000 Subject: [PATCH] chore(deps-dev): Bump cross-fetch from 3.1.8 to 4.0.0 Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.8 to 4.0.0. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Changelog](https://github.com/lquixada/cross-fetch/blob/v4.x/CHANGELOG.md) - [Commits](https://github.com/lquixada/cross-fetch/compare/v3.1.8...v4.0.0) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/dbt/package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/dbt/package.json b/packages/dbt/package.json index 8c59a64..212f9b7 100644 --- a/packages/dbt/package.json +++ b/packages/dbt/package.json @@ -49,7 +49,7 @@ "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.0.0", "@types/node": "*", - "cross-fetch": "^3.1.5", + "cross-fetch": "^4.0.0", "msw": "^1.0.0" }, "files": [ diff --git a/yarn.lock b/yarn.lock index 247a964..8c97e7c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7932,6 +7932,13 @@ cross-fetch@^3.1.5: dependencies: node-fetch "^2.6.12" +cross-fetch@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-4.0.0.tgz#f037aef1580bb3a1a35164ea2a848ba81b445983" + integrity sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g== + dependencies: + node-fetch "^2.6.12" + cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3: version "7.0.3" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"