Skip to content

Commit 42a5c47

Browse files
committed
Bump web3protocol: Fix ENS resolver fetching.
1 parent 72e3a26 commit 42a5c47

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evm-browser",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "web3:// web browser",
55
"keywords": [
66
"browser",
@@ -28,7 +28,7 @@
2828
"eth-provider": "^0.13.6",
2929
"file-url": "^2.0.2",
3030
"undici": "^5.20.0",
31-
"web3protocol": "0.5.12",
31+
"web3protocol": "0.5.13",
3232
"webpack": "^5.76.1",
3333
"webpack-cli": "^5.0.1",
3434
"yargs": "^17.7.1"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5259,10 +5259,10 @@ wcwidth@^1.0.1:
52595259
dependencies:
52605260
defaults "^1.0.3"
52615261

5262-
web3protocol@0.5.12:
5263-
version "0.5.12"
5264-
resolved "https://registry.yarnpkg.com/web3protocol/-/web3protocol-0.5.12.tgz#7efc1d6d19937ab8638546b811e4a3bca007434f"
5265-
integrity sha512-+FZXIRVRblSYl1SisPmYGsk8E0KcskKL8lNIJV4SMl5R/ohhypO36oI85FUzSgMUp8Xo56xRpwp7pJTpULz0yA==
5262+
web3protocol@0.5.13:
5263+
version "0.5.13"
5264+
resolved "https://registry.yarnpkg.com/web3protocol/-/web3protocol-0.5.13.tgz#daff77db1f6a6b24049e2bfbab43ee5aaf611bea"
5265+
integrity sha512-PeFlEZ8P3LSRvR6feTzUg4rqktfeCqJUFI9IsJM1eiSYwAb5jAdXzmp4y3WW6O4xUWUeUH49Vqmibyo1M9TV8Q==
52665266
dependencies:
52675267
brotli-wasm "2.0.1"
52685268
buffer "6.0.3"

0 commit comments

Comments
 (0)