Skip to content

Commit

Permalink
chore(deps): bump @metamask/eth-block-tracker from 9.0.2 to 9.0.3
Browse files Browse the repository at this point in the history
Bumps [@metamask/eth-block-tracker](https://github.com/MetaMask/eth-block-tracker) from 9.0.2 to 9.0.3.
- [Release notes](https://github.com/MetaMask/eth-block-tracker/releases)
- [Changelog](https://github.com/MetaMask/eth-block-tracker/blob/main/CHANGELOG.md)
- [Commits](MetaMask/eth-block-tracker@v9.0.2...v9.0.3)

---
updated-dependencies:
- dependency-name: "@metamask/eth-block-tracker"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 28, 2024
1 parent cdcf43d commit 36d9de5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@metamask/eslint-config-jest": "^12.1.0",
"@metamask/eslint-config-nodejs": "^12.1.0",
"@metamask/eslint-config-typescript": "^12.1.0",
"@metamask/eth-block-tracker": "^9.0.2",
"@metamask/eth-block-tracker": "^9.0.3",
"@metamask/eth-json-rpc-provider": "^3.0.2",
"@metamask/json-rpc-engine": "^8.0.2",
"@metamask/utils": "^8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/network-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@metamask/base-controller": "^5.0.2",
"@metamask/controller-utils": "^9.1.0",
"@metamask/eth-block-tracker": "^9.0.2",
"@metamask/eth-block-tracker": "^9.0.3",
"@metamask/eth-json-rpc-infura": "^9.1.0",
"@metamask/eth-json-rpc-middleware": "^12.1.1",
"@metamask/eth-json-rpc-provider": "^3.0.2",
Expand Down
17 changes: 15 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1935,7 +1935,7 @@ __metadata:
"@metamask/eslint-config-jest": ^12.1.0
"@metamask/eslint-config-nodejs": ^12.1.0
"@metamask/eslint-config-typescript": ^12.1.0
"@metamask/eth-block-tracker": ^9.0.2
"@metamask/eth-block-tracker": ^9.0.3
"@metamask/eth-json-rpc-provider": ^3.0.2
"@metamask/json-rpc-engine": ^8.0.2
"@metamask/utils": ^8.3.0
Expand Down Expand Up @@ -2078,6 +2078,19 @@ __metadata:
languageName: node
linkType: hard

"@metamask/eth-block-tracker@npm:^9.0.3":
version: 9.0.3
resolution: "@metamask/eth-block-tracker@npm:9.0.3"
dependencies:
"@metamask/eth-json-rpc-provider": ^3.0.2
"@metamask/safe-event-emitter": ^3.0.0
"@metamask/utils": ^8.1.0
json-rpc-random-id: ^1.0.1
pify: ^5.0.0
checksum: edd3d59a0416752d90c8e2d8c10c31635dbe3eb323fcb054c401528afe4cbbb6a5a85aedd6ffee4a504d9779656bfab027f2274fd95981c90bf56b6f565dbca2
languageName: node
linkType: hard

"@metamask/eth-hd-keyring@npm:^7.0.1":
version: 7.0.1
resolution: "@metamask/eth-hd-keyring@npm:7.0.1"
Expand Down Expand Up @@ -2527,7 +2540,7 @@ __metadata:
"@metamask/auto-changelog": ^3.4.4
"@metamask/base-controller": ^5.0.2
"@metamask/controller-utils": ^9.1.0
"@metamask/eth-block-tracker": ^9.0.2
"@metamask/eth-block-tracker": ^9.0.3
"@metamask/eth-json-rpc-infura": ^9.1.0
"@metamask/eth-json-rpc-middleware": ^12.1.1
"@metamask/eth-json-rpc-provider": ^3.0.2
Expand Down

0 comments on commit 36d9de5

Please sign in to comment.