From 6bf4c7fac459fa64da623f494c925e92b72caf4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 09:39:38 +0000 Subject: [PATCH] chore(deps): 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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1cae4e972..53d37c88e 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "bitcoin-core": "^3.0.0", "bitcoinjs-lib": "^5.2.0", "bn.js": "4.12.0", - "cross-fetch": "^3.0.6", + "cross-fetch": "^4.0.0", "isomorphic-fetch": "^3.0.0", "regtest-client": "^0.2.0" },