Skip to content

Commit 1140bfb

Browse files
Bump @metamask/eth-sig-util from 4.0.1 to 5.0.2
Bumps [@metamask/eth-sig-util](https://github.com/MetaMask/eth-sig-util) from 4.0.1 to 5.0.2. - [Release notes](https://github.com/MetaMask/eth-sig-util/releases) - [Changelog](https://github.com/MetaMask/eth-sig-util/blob/main/CHANGELOG.md) - [Commits](MetaMask/eth-sig-util@v4.0.1...v5.0.2) --- updated-dependencies: - dependency-name: "@metamask/eth-sig-util" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fb34bb2 commit 1140bfb

File tree

3 files changed

+197
-14
lines changed

3 files changed

+197
-14
lines changed

package-lock.json

Lines changed: 164 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@ethersproject/contracts": "^5.0.0",
5353
"@ethersproject/hardware-wallets": "^5.0.14",
5454
"@ethersproject/providers": "^5.0.0",
55-
"@metamask/eth-sig-util": "^4.0.1",
55+
"@metamask/eth-sig-util": "^5.0.2",
5656
"@nomiclabs/hardhat-ethers": "2.0.4",
5757
"@nomiclabs/hardhat-etherscan": "3.0.0",
5858
"@nomiclabs/hardhat-waffle": "2.0.2",

yarn.lock

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@
142142
ethereumjs-util "^7.1.1"
143143
miller-rabin "^4.0.0"
144144

145+
"@ethereumjs/rlp@^4.0.0-beta.2":
146+
version "4.0.0"
147+
resolved "https://registry.yarnpkg.com/@ethereumjs/rlp/-/rlp-4.0.0.tgz#66719891bd727251a7f233f9ca80212d1994f8c8"
148+
integrity sha512-LM4jS5n33bJN60fM5EC8VeyhUgga6/DjCPBV2vWjnfVtobqtOiNC4SQ1MRFqyBSmJGGdB533JZWewyvlcdJtkQ==
149+
145150
"@ethereumjs/tx@^3.3.2", "@ethereumjs/tx@^3.4.0", "@ethereumjs/tx@^3.5.2":
146151
version "3.5.2"
147152
resolved "https://registry.npmjs.org/@ethereumjs/tx/-/tx-3.5.2.tgz"
@@ -150,6 +155,15 @@
150155
"@ethereumjs/common" "^2.6.4"
151156
ethereumjs-util "^7.1.5"
152157

158+
"@ethereumjs/util@^8.0.0":
159+
version "8.0.3"
160+
resolved "https://registry.yarnpkg.com/@ethereumjs/util/-/util-8.0.3.tgz#410c2dc8c6d519b29f1a471aa9b9df9952e41239"
161+
integrity sha512-0apCbwc8xAaie6W7q6QyogfyRS2BMU816a8KwpnpRw9Qrc6Bws+l7J3LfCLMt2iL6Wi8CYb0B29AeIr2N4vHnw==
162+
dependencies:
163+
"@ethereumjs/rlp" "^4.0.0-beta.2"
164+
async "^3.2.4"
165+
ethereum-cryptography "^1.1.2"
166+
153167
"@ethereumjs/vm@^5.6.0":
154168
version "5.9.3"
155169
resolved "https://registry.npmjs.org/@ethereumjs/vm/-/vm-5.9.3.tgz"
@@ -833,6 +847,18 @@
833847
tweetnacl "^1.0.3"
834848
tweetnacl-util "^0.15.1"
835849

850+
"@metamask/eth-sig-util@^5.0.2":
851+
version "5.0.2"
852+
resolved "https://registry.yarnpkg.com/@metamask/eth-sig-util/-/eth-sig-util-5.0.2.tgz#c518279a6e17a88135a13d53a0b970f145ff8bce"
853+
integrity sha512-RU6fG/H6/UlBol221uBkq5C7w3TwLK611nEZliO2u+kO0vHKGBXnIPlhI0tzKUigjhUeOd9mhCNbNvhh0LKt9Q==
854+
dependencies:
855+
"@ethereumjs/util" "^8.0.0"
856+
bn.js "^4.11.8"
857+
ethereum-cryptography "^1.1.2"
858+
ethjs-util "^0.1.6"
859+
tweetnacl "^1.0.3"
860+
tweetnacl-util "^0.15.1"
861+
836862
"@noble/hashes@1.1.2", "@noble/hashes@~1.1.1":
837863
version "1.1.2"
838864
resolved "https://registry.npmjs.org/@noble/hashes/-/hashes-1.1.2.tgz"
@@ -1794,6 +1820,11 @@ async@^2.4.0:
17941820
dependencies:
17951821
lodash "^4.17.14"
17961822

1823+
async@^3.2.4:
1824+
version "3.2.4"
1825+
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
1826+
integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==
1827+
17971828
asynckit@^0.4.0:
17981829
version "0.4.0"
17991830
resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
@@ -4105,7 +4136,7 @@ ethereum-cryptography@^0.1.2, ethereum-cryptography@^0.1.3:
41054136
secp256k1 "^4.0.1"
41064137
setimmediate "^1.0.5"
41074138

4108-
ethereum-cryptography@^1.0.3:
4139+
ethereum-cryptography@^1.0.3, ethereum-cryptography@^1.1.2:
41094140
version "1.1.2"
41104141
resolved "https://registry.npmjs.org/ethereum-cryptography/-/ethereum-cryptography-1.1.2.tgz"
41114142
integrity sha512-XDSJlg4BD+hq9N2FjvotwUET9Tfxpxc3kWGE2AqUG5vcbeunnbImVk3cj6e/xT3phdW21mE8R5IugU4fspQDcQ==

0 commit comments

Comments
 (0)