Skip to content

Commit

Permalink
monorepo: bumped ethereumjs-util dependencies to v7.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Mar 5, 2021
1 parent ef17dd1 commit 0bc81f7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@ethereumjs/common": "^2.1.0",
"merkle-patricia-tree": "^4.1.0",
"@ethereumjs/tx": "^3.0.2",
"ethereumjs-util": "^7.0.8"
"ethereumjs-util": "^7.0.9"
},
"devDependencies": {
"@ethereumjs/config-coverage": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@ethereumjs/common": "^2.1.0",
"@ethereumjs/ethash": "^1.0.0",
"debug": "^2.2.0",
"ethereumjs-util": "^7.0.8",
"ethereumjs-util": "^7.0.9",
"level-mem": "^5.0.1",
"lru-cache": "^5.1.1",
"rlp": "^2.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"merkle-patricia-tree": "^4.1.0",
"@ethereumjs/vm": "^5.1.0",
"chalk": "^2.4.2",
"ethereumjs-util": "^7.0.8",
"ethereumjs-util": "^7.0.9",
"fs-extra": "^7.0.1",
"it-pipe": "^1.1.0",
"it-pushable": "^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ethash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@types/levelup": "^4.3.0",
"buffer-xor": "^2.0.1",
"ethereumjs-util": "^7.0.8",
"ethereumjs-util": "^7.0.9",
"miller-rabin": "^4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/trie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"license": "MPL-2.0",
"dependencies": {
"@types/levelup": "^4.3.0",
"ethereumjs-util": "^7.0.8",
"ethereumjs-util": "^7.0.9",
"level-mem": "^5.0.1",
"level-ws": "^2.0.0",
"readable-stream": "^3.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"license": "MPL-2.0",
"dependencies": {
"@ethereumjs/common": "^2.1.0",
"ethereumjs-util": "^7.0.8"
"ethereumjs-util": "^7.0.9"
},
"devDependencies": {
"@ethereumjs/config-coverage": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"async-eventemitter": "^0.2.4",
"core-js-pure": "^3.0.1",
"debug": "^2.2.0",
"ethereumjs-util": "^7.0.8",
"ethereumjs-util": "^7.0.9",
"functional-red-black-tree": "^1.0.1",
"mcl-wasm": "^0.7.1",
"rustbn.js": "~0.2.0",
Expand Down

0 comments on commit 0bc81f7

Please sign in to comment.