Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
chore: bump runtime deps (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat authored Apr 16, 2024
1 parent 7dc8cc1 commit e9849a7
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 130 deletions.
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,31 @@
],
"license": "MIT",
"resolutions": {
"@cypress/request/qs": "6.10.4",
"ganache-core/**/elliptic": "^6.5.2"
},
"dependencies": {
"@cypress/request": "^3.0.0",
"@cypress/request": "^3.0.1",
"@ethereumjs/statemanager": "^1.1.0",
"@ethereumjs/block": "^4.3.0",
"@ethereumjs/tx": "^4.2.0",
"@ethereumjs/vm": "^6.5.0",
"@ethereumjs/util": "^8.1.0",
"@metamask/eth-json-rpc-filters": "^7.0.0",
"@metamask/eth-json-rpc-infura": "^9.0.0",
"@metamask/eth-json-rpc-middleware": "^12.0.0",
"@metamask/eth-sig-util": "^7.0.0",
"@metamask/rpc-errors": "^6.0.0",
"async": "^2.5.0",
"@metamask/eth-json-rpc-infura": "^9.1.0",
"@metamask/eth-json-rpc-middleware": "^12.1.0",
"@metamask/eth-sig-util": "^7.0.1",
"@metamask/rpc-errors": "^6.2.1",
"async": "^2.6.4",
"backoff": "^2.5.0",
"clone": "^2.0.0",
"eth-block-tracker": "^8.0.0",
"json-stable-stringify": "^1.0.1",
"clone": "^2.1.2",
"eth-block-tracker": "^8.1.0",
"json-stable-stringify": "^1.1.1",
"promise-to-callback": "^1.0.0",
"readable-stream": "^3.6.2",
"semaphore": "^1.0.3",
"semaphore": "^1.1.0",
"ws": "^7.5.9",
"xhr": "^2.2.0",
"xtend": "^4.0.1"
"xhr": "^2.6.0",
"xtend": "^4.0.2"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
Expand Down
Loading

0 comments on commit e9849a7

Please sign in to comment.