From dcb269f630d4d50bb6b522bdcb7d0b280665c803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 00:05:42 +0000 Subject: [PATCH] Bump cross-fetch from 3.1.5 to 4.0.0 Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.5 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.5...v4.0.0) --- updated-dependencies: - dependency-name: cross-fetch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sourcemap-uploader/package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sourcemap-uploader/package.json b/sourcemap-uploader/package.json index c64d144d521..3fa89b6f81e 100644 --- a/sourcemap-uploader/package.json +++ b/sourcemap-uploader/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "commander": "^10.0.0", - "cross-fetch": "^3.1.5", + "cross-fetch": "^4.0.0", "glob": "^9.3.0" } } diff --git a/yarn.lock b/yarn.lock index 6d9d7eaedc5..5a487583f9c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14715,7 +14715,7 @@ __metadata: dependencies: "@types/node": "npm:^18.15.5" commander: "npm:^10.0.0" - cross-fetch: "npm:^3.1.5" + cross-fetch: "npm:^4.0.0" eslint: "npm:^8.39.0" glob: "npm:^9.3.0" npm-run-all: "npm:^4.1.5"