Skip to content

Commit 8d49be0

Browse files
authored
Bump web3-utils to ^1.3.6 (#744)
1 parent 6c7bfe7 commit 8d49be0

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"sc-istanbul": "^0.4.5",
4444
"semver": "^7.3.4",
4545
"shelljs": "^0.8.3",
46-
"web3-utils": "1.3.0"
46+
"web3-utils": "^1.3.6"
4747
},
4848
"devDependencies": {
4949
"@nomiclabs/hardhat-ethers": "^2.0.4",

yarn.lock

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,6 +2018,11 @@ bn.js@^5.0.0, bn.js@^5.1.1, bn.js@^5.1.2, bn.js@^5.1.3, bn.js@^5.2.0:
20182018
version "5.2.0"
20192019
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.0.tgz#358860674396c6997771a9d051fcc1b57d4ae002"
20202020

2021+
bn.js@^5.2.1:
2022+
version "5.2.1"
2023+
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70"
2024+
integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==
2025+
20212026
[email protected], body-parser@^1.16.0:
20222027
version "1.20.0"
20232028
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.0.tgz#3de69bd89011c11573d7bfee6a64f11b6bd27cc5"
@@ -9175,19 +9180,6 @@ [email protected]:
91759180
underscore "1.9.1"
91769181
utf8 "3.0.0"
91779182

9178-
9179-
version "1.3.0"
9180-
resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.3.0.tgz#5bac16e5e0ec9fe7bdcfadb621655e8aa3cf14e1"
9181-
dependencies:
9182-
bn.js "^4.11.9"
9183-
eth-lib "0.2.8"
9184-
ethereum-bloom-filters "^1.0.6"
9185-
ethjs-unit "0.1.6"
9186-
number-to-bn "1.7.0"
9187-
randombytes "^2.1.0"
9188-
underscore "1.9.1"
9189-
utf8 "3.0.0"
9190-
91919183
91929184
version "1.3.6"
91939185
resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.3.6.tgz#390bc9fa3a7179746963cfaca55bb80ac4d8dc10"
@@ -9213,6 +9205,19 @@ [email protected], web3-utils@^1.0.0-beta.31:
92139205
randombytes "^2.1.0"
92149206
utf8 "3.0.0"
92159207

9208+
web3-utils@^1.3.6:
9209+
version "1.7.5"
9210+
resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.7.5.tgz#081a952ac6e0322e25ac97b37358a43c7372ef6a"
9211+
integrity sha512-9AqNOziQky4wNQadEwEfHiBdOZqopIHzQQVzmvvv6fJwDSMhP+khqmAZC7YTiGjs0MboyZ8tWNivqSO1699XQw==
9212+
dependencies:
9213+
bn.js "^5.2.1"
9214+
ethereum-bloom-filters "^1.0.6"
9215+
ethereumjs-util "^7.1.0"
9216+
ethjs-unit "0.1.6"
9217+
number-to-bn "1.7.0"
9218+
randombytes "^2.1.0"
9219+
utf8 "3.0.0"
9220+
92169221
92179222
version "1.2.1"
92189223
resolved "https://registry.yarnpkg.com/web3/-/web3-1.2.1.tgz#5d8158bcca47838ab8c2b784a2dee4c3ceb4179b"

0 commit comments

Comments
 (0)