Skip to content

Commit

Permalink
EVM/VM: Update mcl-wasm Dependency (Esbuild Issue) (#3461)
Browse files Browse the repository at this point in the history
* EVM/VM: Bump mcl-wasm dependency from 1.4.0 to 1.5.0

* Update package-lock.json

---------

Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com>
  • Loading branch information
holgerd77 and acolytec3 authored Jun 18, 2024
1 parent 5628677 commit 0b19fc3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/debug": "^4.1.9",
"debug": "^4.3.3",
"ethereum-cryptography": "^2.1.3",
"mcl-wasm": "^1.4.0",
"mcl-wasm": "^1.5.0",
"rustbn-wasm": "^0.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@ethereumjs/verkle": "^0.0.2",
"debug": "^4.3.3",
"ethereum-cryptography": "^2.1.3",
"mcl-wasm": "^1.4.0"
"mcl-wasm": "^1.5.0"
},
"devDependencies": {
"@ethersproject/abi": "^5.0.12",
Expand Down

0 comments on commit 0b19fc3

Please sign in to comment.