Skip to content

Commit cbf9c84

Browse files
committed
chore(deps): update dependency web3-utils to v4.3.2
1 parent e6f90eb commit cbf9c84

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"typechain-target-truffle": "1.0.2",
5959
"typescript": "5.0.4",
6060
"web3": "1.10.0",
61-
"web3-utils": "4.3.1"
61+
"web3-utils": "4.3.2"
6262
},
6363
"dependencies": {
6464
"@devprotocol/util-contracts": "3.3.0",

yarn.lock

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11987,6 +11987,13 @@ web3-errors@^1.2.0:
1198711987
dependencies:
1198811988
web3-types "^1.7.0"
1198911989

11990+
web3-errors@^1.3.0:
11991+
version "1.3.0"
11992+
resolved "https://registry.yarnpkg.com/web3-errors/-/web3-errors-1.3.0.tgz#504e4d3218899df108856940087a8022d6688d74"
11993+
integrity sha512-j5JkAKCtuVMbY3F5PYXBqg1vWrtF4jcyyMY1rlw8a4PV67AkqlepjGgpzWJZd56Mt+TvHy6DA1F/3Id8LatDSQ==
11994+
dependencies:
11995+
web3-types "^1.7.0"
11996+
1199011997
web3-eth-abi@1.10.0:
1199111998
version "1.10.0"
1199211999
resolved "https://registry.yarnpkg.com/web3-eth-abi/-/web3-eth-abi-1.10.0.tgz#53a7a2c95a571e205e27fd9e664df4919483cce1"
@@ -12836,6 +12843,11 @@ web3-types@^1.6.0, web3-types@^1.7.0:
1283612843
resolved "https://registry.yarnpkg.com/web3-types/-/web3-types-1.7.0.tgz#9945fa644af96b20b1db18564aff9ab8db00df59"
1283712844
integrity sha512-nhXxDJ7a5FesRw9UG5SZdP/C/3Q2EzHGnB39hkAV+YGXDMgwxBXFWebQLfEzZzuArfHnvC0sQqkIHNwSKcVjdA==
1283812845

12846+
web3-types@^1.8.1:
12847+
version "1.8.1"
12848+
resolved "https://registry.yarnpkg.com/web3-types/-/web3-types-1.8.1.tgz#6379aca0f99330eb0f8f6ca80a3de93129b58339"
12849+
integrity sha512-isspsvQbBJFUkJYz2Badb7dz/BrLLLpOop/WmnL5InyYMr7kYYc8038NYO7Vkp1M7Bupa/wg+yALvBm7EGbyoQ==
12850+
1283912851
web3-utils@1.10.0:
1284012852
version "1.10.0"
1284112853
resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.10.0.tgz#ca4c1b431a765c14ac7f773e92e0fd9377ccf578"
@@ -12914,15 +12926,15 @@ web3-utils@1.8.2:
1291412926
randombytes "^2.1.0"
1291512927
utf8 "3.0.0"
1291612928

12917-
web3-utils@4.3.1:
12918-
version "4.3.1"
12919-
resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-4.3.1.tgz#3dcd75e3c683c26f0ba824bf27d7bc0a68b111de"
12920-
integrity sha512-kGwOk8FxOLJ9DQC68yqNQc7AzN+k9YDLaW+ZjlAXs3qORhf8zXk5SxWAAGLbLykMs3vTeB0FTb1Exut4JEYfFA==
12929+
web3-utils@4.3.2:
12930+
version "4.3.2"
12931+
resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-4.3.2.tgz#a952428d677b635fd0c16044ae4c534807a39639"
12932+
integrity sha512-bEFpYEBMf6ER78Uvj2mdsCbaLGLK9kABOsa3TtXOEEhuaMy/RK0KlRkKoZ2vmf/p3hB8e1q5erknZ6Hy7AVp7A==
1292112933
dependencies:
1292212934
ethereum-cryptography "^2.0.0"
1292312935
eventemitter3 "^5.0.1"
12924-
web3-errors "^1.2.0"
12925-
web3-types "^1.7.0"
12936+
web3-errors "^1.3.0"
12937+
web3-types "^1.8.1"
1292612938
web3-validator "^2.0.6"
1292712939

1292812940
web3-validator@^2.0.6:

0 commit comments

Comments
 (0)