File tree Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Expand file tree Collapse file tree 2 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 58
58
"typechain-target-truffle" : " 1.0.2" ,
59
59
"typescript" : " 5.0.4" ,
60
60
"web3" : " 1.10.0" ,
61
- "web3-utils" : " 4.3.1 "
61
+ "web3-utils" : " 4.3.2 "
62
62
},
63
63
"dependencies" : {
64
64
"@devprotocol/util-contracts" : " 3.3.0" ,
Original file line number Diff line number Diff line change @@ -11987,6 +11987,13 @@ web3-errors@^1.2.0:
11987
11987
dependencies:
11988
11988
web3-types "^1.7.0"
11989
11989
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
+
11990
11997
web3-eth-abi@1.10.0:
11991
11998
version "1.10.0"
11992
11999
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:
12836
12843
resolved "https://registry.yarnpkg.com/web3-types/-/web3-types-1.7.0.tgz#9945fa644af96b20b1db18564aff9ab8db00df59"
12837
12844
integrity sha512-nhXxDJ7a5FesRw9UG5SZdP/C/3Q2EzHGnB39hkAV+YGXDMgwxBXFWebQLfEzZzuArfHnvC0sQqkIHNwSKcVjdA==
12838
12845
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
+
12839
12851
web3-utils@1.10.0:
12840
12852
version "1.10.0"
12841
12853
resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.10.0.tgz#ca4c1b431a765c14ac7f773e92e0fd9377ccf578"
@@ -12914,15 +12926,15 @@ web3-utils@1.8.2:
12914
12926
randombytes "^2.1.0"
12915
12927
utf8 "3.0.0"
12916
12928
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 ==
12921
12933
dependencies:
12922
12934
ethereum-cryptography "^2.0.0"
12923
12935
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 "
12926
12938
web3-validator "^2.0.6"
12927
12939
12928
12940
web3-validator@^2.0.6:
You can’t perform that action at this time.
0 commit comments