Skip to content

Commit c96e5da

Browse files
committed
fix: src/chains/ethereum/ethereum/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844
1 parent 702b765 commit c96e5da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/chains/ethereum/ethereum/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
"dependencies": {
5454
"@ethereumjs/common": "3.1.1",
5555
"@ethereumjs/trie": "5.0.4",
56-
"@ethereumjs/tx": "4.1.1",
56+
"@ethereumjs/tx": "4.1.2",
5757
"@ethereumjs/util": "8.0.5",
58-
"@ethereumjs/vm": "6.4.1",
58+
"@ethereumjs/vm": "7.0.0",
5959
"@ganache/console.log": "0.4.0",
6060
"@ganache/ethereum-address": "0.8.0",
6161
"@ganache/ethereum-block": "0.8.0",
@@ -72,7 +72,7 @@
7272
"emittery": "0.10.0",
7373
"encoding-down": "7.1.0",
7474
"env-paths": "2.2.1",
75-
"eth-sig-util": "2.5.3",
75+
"eth-sig-util": "3.0.1",
7676
"ethereumjs-abi": "0.6.8",
7777
"leveldown": "6.1.0",
7878
"levelup": "5.1.1",

0 commit comments

Comments
 (0)