Skip to content

Commit

Permalink
deps: @metamask/eth-block-tracker@^10.0.0->^10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Jul 19, 2024
1 parent bf823fd commit 5b2e830
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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",
"@metamask/eth-block-tracker": "^10.1.0",
"ganache-cli": "^6.12.2",
"sinon": "^15.2.0",
"tape": "^5.7.0"
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@
semver "^7.3.5"
yargs "^17.0.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==
"@metamask/eth-block-tracker@^10.0.0", "@metamask/eth-block-tracker@^10.1.0":
version "10.1.0"
resolved "https://registry.yarnpkg.com/@metamask/eth-block-tracker/-/eth-block-tracker-10.1.0.tgz#ced926a2a71eb3d5c7a039550e4ae1326438dd20"
integrity sha512-lv7+FA43rc/1XPmxEyHyy5NNlmzAC2uAyc9ocbXntxd7scsZdYhD6mnT9d/0aef8c3bsfecfsntsqaAetnIbrQ==
dependencies:
"@metamask/eth-json-rpc-provider" "^4.0.0"
"@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"
Expand All @@ -123,7 +123,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 5b2e830

Please sign in to comment.