Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 999adf7

Browse files
committedNov 14, 2022
chore: upgrade ethereumjs packages (#3821)
1 parent 6b7b45d commit 999adf7

File tree

17 files changed

+3531
-392
lines changed

17 files changed

+3531
-392
lines changed
 

‎src/chains/ethereum/address/package-lock.json

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

‎src/chains/ethereum/address/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"typescript": "4.7.4"
5757
},
5858
"dependencies": {
59-
"@ethereumjs/util": "8.0.0",
59+
"@ethereumjs/util": "8.0.2",
6060
"@ganache/utils": "0.6.0"
6161
}
6262
}

‎src/chains/ethereum/block/package-lock.json

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

‎src/chains/ethereum/block/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
"typescript": "4.7.4"
5757
},
5858
"dependencies": {
59-
"@ethereumjs/common": "3.0.0",
59+
"@ethereumjs/common": "3.0.1",
6060
"@ganache/ethereum-address": "0.6.0",
6161
"@ganache/ethereum-transaction": "0.6.0",
6262
"@ganache/ethereum-utils": "0.6.0",
6363
"@ganache/rlp": "0.6.0",
6464
"@ganache/utils": "0.6.0",
6565
"emittery": "0.10.0",
66-
"@ethereumjs/util": "8.0.0"
66+
"@ethereumjs/util": "8.0.2"
6767
}
6868
}

‎src/chains/ethereum/console.log/package-lock.json

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

‎src/chains/ethereum/console.log/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
},
6868
"dependencies": {
6969
"@ganache/utils": "0.3.0",
70-
"@ethereumjs/util": "8.0.0"
70+
"@ethereumjs/util": "8.0.2"
7171
}
7272
}

0 commit comments

Comments
 (0)