Skip to content

Commit

Permalink
Bump @nomicfoundation/ethereumjs-trie from 6.0.3 to 6.0.4
Browse files Browse the repository at this point in the history
Bumps [@nomicfoundation/ethereumjs-trie](https://github.com/ethereumjs/ethereumjs-monorepo) from 6.0.3 to 6.0.4.
- [Release notes](https://github.com/ethereumjs/ethereumjs-monorepo/releases)
- [Commits](https://github.com/ethereumjs/ethereumjs-monorepo/commits)

---
updated-dependencies:
- dependency-name: "@nomicfoundation/ethereumjs-trie"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 10, 2024
1 parent 9ae4c63 commit b1fd0b6
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"tsc": "tsc --noEmit"
},
"devDependencies": {
"@nomicfoundation/ethereumjs-trie": "^6.0.3",
"@nomicfoundation/ethereumjs-trie": "^6.0.4",
"@nomicfoundation/ethereumjs-util": "^9.0.3",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
Expand Down
48 changes: 40 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1345,6 +1345,15 @@ __metadata:
languageName: node
linkType: hard

"@nomicfoundation/ethereumjs-rlp@npm:5.0.4":
version: 5.0.4
resolution: "@nomicfoundation/ethereumjs-rlp@npm:5.0.4"
bin:
rlp: bin/rlp.cjs
checksum: ee2c2e5776c73801dc5ed636f4988b599b4563c2d0037da542ea57eb237c69dd1ac555f6bcb5e06f70515b6459779ba0d68252a6e105132b4659ab4bf62919b0
languageName: node
linkType: hard

"@nomicfoundation/ethereumjs-statemanager@npm:2.0.2":
version: 2.0.2
resolution: "@nomicfoundation/ethereumjs-statemanager@npm:2.0.2"
Expand Down Expand Up @@ -1372,16 +1381,17 @@ __metadata:
languageName: node
linkType: hard

"@nomicfoundation/ethereumjs-trie@npm:^6.0.3":
version: 6.0.3
resolution: "@nomicfoundation/ethereumjs-trie@npm:6.0.3"
"@nomicfoundation/ethereumjs-trie@npm:^6.0.4":
version: 6.0.4
resolution: "@nomicfoundation/ethereumjs-trie@npm:6.0.4"
dependencies:
"@nomicfoundation/ethereumjs-rlp": 5.0.3
"@nomicfoundation/ethereumjs-util": 9.0.3
"@nomicfoundation/ethereumjs-rlp": 5.0.4
"@nomicfoundation/ethereumjs-util": 9.0.4
"@types/readable-stream": ^2.3.13
ethereum-cryptography: 0.1.3
lru-cache: ^10.0.0
readable-stream: ^3.6.0
checksum: 70aeec8655c803b06a771081b60fb7e263d810d7ae104e40607ccd27870bde83e0bf65a7b44f19f8067bc3673514d60cbc02981721e3ee50bf48d7516cd551e8
checksum: 93a6be32657e67e74714fe557dbaf606d92c5cd1571c60f249295c27b0ab24b64e2e59cf211c214f8ba403d6475d23ed8c557be9077b92b2317e44384de8a6bf
languageName: node
linkType: hard

Expand Down Expand Up @@ -1410,7 +1420,22 @@ __metadata:
languageName: node
linkType: hard

"@nomicfoundation/ethereumjs-util@npm:9.0.3, @nomicfoundation/ethereumjs-util@npm:^9.0.3":
"@nomicfoundation/ethereumjs-util@npm:9.0.4":
version: 9.0.4
resolution: "@nomicfoundation/ethereumjs-util@npm:9.0.4"
dependencies:
"@nomicfoundation/ethereumjs-rlp": 5.0.4
ethereum-cryptography: 0.1.3
peerDependencies:
c-kzg: ^2.1.2
peerDependenciesMeta:
c-kzg:
optional: true
checksum: 754439f72b11cad2d8986707ad020077dcc763c4055f73e2668a0b4cadb22aa4407faa9b3c587d9eb5b97ac337afbe037eb642bc1d5a16197284f83db3462cbe
languageName: node
linkType: hard

"@nomicfoundation/ethereumjs-util@npm:^9.0.3":
version: 9.0.3
resolution: "@nomicfoundation/ethereumjs-util@npm:9.0.3"
dependencies:
Expand Down Expand Up @@ -6259,6 +6284,13 @@ __metadata:
languageName: node
linkType: hard

"lru-cache@npm:^10.0.0":
version: 10.2.2
resolution: "lru-cache@npm:10.2.2"
checksum: 98e8fc93691c546f719a76103ef2bee5a3ac823955c755a47641ec41f8c7fafa1baeaba466937cc1cbfa9cfd47e03536d10e2db3158a64ad91ff3a58a32c893e
languageName: node
linkType: hard

"lru-cache@npm:^5.1.1":
version: 5.1.1
resolution: "lru-cache@npm:5.1.1"
Expand Down Expand Up @@ -7093,7 +7125,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "paymaster@workspace:."
dependencies:
"@nomicfoundation/ethereumjs-trie": ^6.0.3
"@nomicfoundation/ethereumjs-trie": ^6.0.4
"@nomicfoundation/ethereumjs-util": ^9.0.3
"@nomicfoundation/hardhat-chai-matchers": ^2.0.0
"@nomicfoundation/hardhat-ethers": ^3.0.5
Expand Down

0 comments on commit b1fd0b6

Please sign in to comment.