Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit bfcbea8

Browse files
Bump cross-fetch to version 4 (#6463)
* Bump cross-fetch to version 4 Fixes issues like lquixada/cross-fetch#78, enabling to run web3.js in service worker * update web3-providers-http CHANGELOG.md --------- Co-authored-by: Muhammad Altabba <[email protected]>
1 parent 4b445ae commit bfcbea8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

packages/web3-providers-http/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,12 @@ Documentation:
119119

120120
- Dependencies updated
121121

122-
## [Unreleased]
122+
## [Unreleased]
123+
124+
### Changed
125+
126+
- Bump cross-fetch to version 4 (#6463).
127+
128+
### Fixed
129+
130+
- Fix issue lquixada/cross-fetch#78, enabling to run web3.js in service worker (#6463)

packages/web3-providers-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"typescript": "^4.7.4"
6161
},
6262
"dependencies": {
63-
"cross-fetch": "^3.1.5",
63+
"cross-fetch": "^4.0.0",
6464
"web3-errors": "^1.1.2",
6565
"web3-types": "^1.2.0",
6666
"web3-utils": "^4.0.6"

0 commit comments

Comments
 (0)