Skip to content

Commit

Permalink
Bump @metamask/eth-block-tracker from 10.0.0 to 11.0.0
Browse files Browse the repository at this point in the history
Bumps [@metamask/eth-block-tracker](https://github.com/MetaMask/eth-block-tracker) from 10.0.0 to 11.0.0.
- [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@v10.0.0...v11.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent d3a0732 commit aa86aae
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@lavamoat/allow-scripts": "^2.5.1",
"@metamask/auto-changelog": "^3.3.0",
"@metamask/eth-json-rpc-middleware": "^13.0.0",
"@metamask/eth-block-tracker": "~10.0.0 || ^10.1.1",
"@metamask/eth-block-tracker": "~11.0.0",
"ganache-cli": "^6.12.2",
"sinon": "^15.2.0",
"tape": "^5.7.0"
Expand Down
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
semver "^7.3.5"
yargs "^17.0.1"

"@metamask/eth-block-tracker@^10.0.0", "@metamask/eth-block-tracker@~10.0.0 || ^10.1.1":
"@metamask/eth-block-tracker@^10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@metamask/eth-block-tracker/-/eth-block-tracker-10.0.0.tgz#22078b62cba7eb4df45381f3325231f8a07db316"
integrity sha512-Fir1M6fUCR5HRVBL5DBKGV2TOsVfj5an23eggVRgGwY965i3TglMC2rA5IVA60rl6MxAHP//QQz5N/hK+uN7Hg==
Expand All @@ -106,6 +106,17 @@
json-rpc-random-id "^1.0.1"
pify "^5.0.0"

"@metamask/eth-block-tracker@~11.0.0":
version "11.0.0"
resolved "https://registry.yarnpkg.com/@metamask/eth-block-tracker/-/eth-block-tracker-11.0.0.tgz#0d00b575054a276ad8ad90906583a3101bbb36ba"
integrity sha512-bEs/0ndKSrewAEIgxKkU31E3H9yT8SLwFXD2jypECoROaaRpX7ZeFClTJOACiFs14PdJNfIRhahVAMya1Fb2tg==
dependencies:
"@metamask/eth-json-rpc-provider" "^4.1.0"
"@metamask/safe-event-emitter" "^3.0.0"
"@metamask/utils" "^8.1.0"
json-rpc-random-id "^1.0.1"
pify "^5.0.0"

"@metamask/eth-json-rpc-middleware@^13.0.0":
version "13.0.0"
resolved "https://registry.yarnpkg.com/@metamask/eth-json-rpc-middleware/-/eth-json-rpc-middleware-13.0.0.tgz#14009aa0a36919a0f74b6a189b57631d10bf11cc"
Expand All @@ -123,7 +134,7 @@
pify "^5.0.0"
safe-stable-stringify "^2.4.3"

"@metamask/eth-json-rpc-provider@^4.0.0":
"@metamask/eth-json-rpc-provider@^4.0.0", "@metamask/eth-json-rpc-provider@^4.1.0":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@metamask/eth-json-rpc-provider/-/eth-json-rpc-provider-4.1.1.tgz#93155567f0c9b48534058bf4d7bde455fe3fe99e"
integrity sha512-lUqKqKG4A88DW1d5LZG/wzAA8p9N9ClA6Jo51EfEOZ6rn3jH+u4DtoPbBKl8ZXYivuFE/36rxus0KcmZpumjhA==
Expand Down

0 comments on commit aa86aae

Please sign in to comment.