This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v16] bump ethereum-related dependencies (#477)
* deps: eth-json-rpc-middleware@^6.0.0->^8.1.0 * deps: eth-rpc-errors@^3.0.0->^4.0.3 * deps: update ethereumjs packages * deps: eth-json-rpc-filters@^4.2.1->~5.0.0 * deps: eth-json-rpc-infura@^5.1.0 -> @metamask/eth-json-rpc-infura@^6.0.0 * deps: eth-sig-util@^1.4.2 -> @metamask/eth-sig-util@^4.0.1 * fix ethereumjs-abi resolution from github to registry - the github.com version comes from devDependency ganache-core - resolution only relevant for build/dev * devDeps: ganache-core@^2.7.0->^2.13.2 -> [email protected] * chore: securitry-related package lockbumps
- Loading branch information
Showing
11 changed files
with
1,619 additions
and
4,648 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,23 +25,23 @@ | |
"license": "MIT", | ||
"resolutions": { | ||
"@cypress/request/qs": "6.10.4", | ||
"ganache-core/**/elliptic": "^6.5.2" | ||
"ethereumjs-abi": "npm:[email protected]" | ||
}, | ||
"dependencies": { | ||
"@cypress/request": "^3.0.0", | ||
"@ethereumjs/tx": "^3.3.0", | ||
"@metamask/eth-json-rpc-infura": "^6.0.0", | ||
"@metamask/eth-sig-util": "^4.0.1", | ||
"async": "^2.5.0", | ||
"backoff": "^2.5.0", | ||
"clone": "^2.0.0", | ||
"eth-block-tracker": "^5.0.1", | ||
"eth-json-rpc-filters": "^4.2.1", | ||
"eth-json-rpc-infura": "^5.1.0", | ||
"eth-json-rpc-middleware": "^6.0.0", | ||
"eth-rpc-errors": "^3.0.0", | ||
"eth-sig-util": "^1.4.2", | ||
"ethereumjs-block": "^1.2.2", | ||
"ethereumjs-util": "^5.1.5", | ||
"ethereumjs-vm": "^2.3.4", | ||
"eth-json-rpc-filters": "~5.0.0", | ||
"eth-json-rpc-middleware": "^8.1.0", | ||
"eth-rpc-errors": "^4.0.3", | ||
"ethereumjs-block": "^2.2.2", | ||
"ethereumjs-util": "^7.1.5", | ||
"ethereumjs-vm": "^2.6.0", | ||
"json-stable-stringify": "^1.0.1", | ||
"promise-to-callback": "^1.0.0", | ||
"readable-stream": "^2.2.9", | ||
|
@@ -58,7 +58,7 @@ | |
"browserify": "^16.5.0", | ||
"eslint": "^6.2.0", | ||
"ethjs": "^0.3.6", | ||
"ganache-core": "^2.7.0", | ||
"ganache-cli": "6.12.2", | ||
"tape": "^4.4.0" | ||
}, | ||
"browser": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.