Skip to content

Commit

Permalink
Bump @metamask/eth-block-tracker from 10.0.0 to 11.0.1
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.1.
- [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.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 24, 2024
1 parent d3a0732 commit 5003134
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 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.1",
"ganache-cli": "^6.12.2",
"sinon": "^15.2.0",
"tape": "^5.7.0"
Expand Down
19 changes: 15 additions & 4 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.1":
version "11.0.1"
resolved "https://registry.yarnpkg.com/@metamask/eth-block-tracker/-/eth-block-tracker-11.0.1.tgz#0c67dfd4321d5c2cba66e4eac516501a81bb089c"
integrity sha512-ePLppUUpkFftgg/3/0XVMb37PQuHlOxX/TXd+/rMMRxmhum21KdViiwIQvjiLnwILmc+FJ+umJMZWuyhYcqWcQ==
dependencies:
"@metamask/eth-json-rpc-provider" "^4.1.1"
"@metamask/safe-event-emitter" "^3.1.1"
"@metamask/utils" "^9.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.1":
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 Expand Up @@ -171,7 +182,7 @@
"@metamask/utils" "^9.0.0"
fast-safe-stringify "^2.0.6"

"@metamask/safe-event-emitter@^3.0.0":
"@metamask/safe-event-emitter@^3.0.0", "@metamask/safe-event-emitter@^3.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@metamask/safe-event-emitter/-/safe-event-emitter-3.1.1.tgz#e89b840a7af8097a8ed4953d8dc8470d1302d3ef"
integrity sha512-ihb3B0T/wJm1eUuArYP4lCTSEoZsClHhuWyfo/kMX3m/odpqNcPfsz5O2A3NT7dXCAgWPGDQGPqygCpgeniKMw==
Expand All @@ -196,7 +207,7 @@
semver "^7.5.4"
uuid "^9.0.1"

"@metamask/utils@^9.0.0":
"@metamask/utils@^9.0.0", "@metamask/utils@^9.1.0":
version "9.1.0"
resolved "https://registry.yarnpkg.com/@metamask/utils/-/utils-9.1.0.tgz#54e5afcec07e6032d4dd4171e862b36daa52d77e"
integrity sha512-g2REf+xSt0OZfMoNNdC4+/Yy8eP3KUqvIArel54XRFKPoXbHI6+YjFfrLtfykWBjffOp7DTfIc3Kvk5TLfuiyg==
Expand Down

0 comments on commit 5003134

Please sign in to comment.