From 09c07d2518652a67b6c8b10fc5010db22e7845eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:33:30 -0500 Subject: [PATCH] chore(deps-dev): bump cross-fetch from 4.0.0 to 4.1.0 in /integration (#3452) Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 4.0.0 to 4.1.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/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- integration/package-lock.json | 18 +++++++++--------- integration/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/integration/package-lock.json b/integration/package-lock.json index b4f4eca83b8..3584d86166b 100644 --- a/integration/package-lock.json +++ b/integration/package-lock.json @@ -13,7 +13,7 @@ "@graphql-codegen/client-preset": "^4.5.1", "@graphql-codegen/introspection": "^4.0.3", "@graphql-codegen/schema-ast": "^4.1.0", - "cross-fetch": "^4.0.0", + "cross-fetch": "^4.1.0", "graphql": "^16.10.0", "graphql-codegen": "^0.4.0", "graphql-sse": "^2.5.3", @@ -3764,12 +3764,12 @@ } }, "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==", "dev": true, "dependencies": { - "node-fetch": "^2.6.12" + "node-fetch": "^2.7.0" } }, "node_modules/cross-inspect": { @@ -10966,12 +10966,12 @@ } }, "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==", "dev": true, "requires": { - "node-fetch": "^2.6.12" + "node-fetch": "^2.7.0" } }, "cross-inspect": { diff --git a/integration/package.json b/integration/package.json index ec4743097c7..c5958c63b67 100644 --- a/integration/package.json +++ b/integration/package.json @@ -13,7 +13,7 @@ "@graphql-codegen/client-preset": "^4.5.1", "@graphql-codegen/introspection": "^4.0.3", "@graphql-codegen/schema-ast": "^4.1.0", - "cross-fetch": "^4.0.0", + "cross-fetch": "^4.1.0", "graphql": "^16.10.0", "graphql-codegen": "^0.4.0", "graphql-sse": "^2.5.3",