Skip to content

Commit

Permalink
build(deps): bump @farcaster/hub-nodejs from 0.12.3 to 0.12.4 (#372)
Browse files Browse the repository at this point in the history
Bumps [@farcaster/hub-nodejs](https://github.com/farcasterxyz/hub-monorepo) from 0.12.3 to 0.12.4.
- [Release notes](https://github.com/farcasterxyz/hub-monorepo/releases)
- [Commits](https://github.com/farcasterxyz/hub-monorepo/compare/@farcaster/[email protected]...@farcaster/[email protected])

---
updated-dependencies:
- dependency-name: "@farcaster/hub-nodejs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 680cbc0 commit 592673f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@chainlink/ccip-read-server": "^0.2.1",
"@farcaster/hub-nodejs": "^0.12.3",
"@farcaster/hub-nodejs": "^0.12.4",
"body-parser": "^1.20.2",
"dd-trace": "^5.23.1",
"dotenv": "^16.4.5",
Expand Down
24 changes: 15 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -822,23 +822,29 @@
"@ethersproject/properties" "^5.7.0"
"@ethersproject/strings" "^5.7.0"

"@farcaster/[email protected]":
version "0.15.3"
resolved "https://registry.yarnpkg.com/@farcaster/core/-/core-0.15.3.tgz#034e02fc5fee1d513473f1e02f160dffb31b6e0a"
integrity sha512-Ci0ozdkUOkTh1uzYwlP3IyPNOxeYdx/41TSYlfgDHOuOzhskCOXJ48qJBbvnQFuLqKKwzXIoHyJVTggy1PhhvQ==
"@faker-js/faker@^7.6.0":
version "7.6.0"
resolved "https://registry.yarnpkg.com/@faker-js/faker/-/faker-7.6.0.tgz#9ea331766084288634a9247fcd8b84f16ff4ba07"
integrity sha512-XK6BTq1NDMo9Xqw/YkYyGjSsg44fbNwYRx7QK2CuoQgyy+f1rrTDHoExVM5PsyXCtfl2vs2vVJ0MN0yN6LppRw==

"@farcaster/[email protected]":
version "0.15.4"
resolved "https://registry.yarnpkg.com/@farcaster/core/-/core-0.15.4.tgz#b3ae614410f8fac8785f75c3bb82bb4bc0e8588c"
integrity sha512-mmm0Wt7gRw/rHQu1XefGh8GyN7bd+oxCuBKEsgmqg69l1TxO+rasQpAFZFxr/GtQIi5mNwNimqXPkr3CIF+nPg==
dependencies:
"@faker-js/faker" "^7.6.0"
"@noble/curves" "^1.0.0"
"@noble/hashes" "^1.3.0"
bs58 "^5.0.0"
neverthrow "^6.0.0"
viem "^2.17.4"

"@farcaster/hub-nodejs@^0.12.3":
version "0.12.3"
resolved "https://registry.yarnpkg.com/@farcaster/hub-nodejs/-/hub-nodejs-0.12.3.tgz#fe1cf618c4d7953416702c7dd200c41d9af06f0f"
integrity sha512-QCC2clp0k550g2VOmckvb/qNCrvHjNGhBR2Vs2/NYEljiwIlu9KwdslgOtuSNEBDGY9Gn7Rsg2zlav3mefB/Nw==
"@farcaster/hub-nodejs@^0.12.4":
version "0.12.4"
resolved "https://registry.yarnpkg.com/@farcaster/hub-nodejs/-/hub-nodejs-0.12.4.tgz#d827865984de5ad1683163de52904ef8975db850"
integrity sha512-U2A4nlKh6biAJ8JhrN6faSwF5Zym1IB7qmERjdoCRq6X8wM/5yutf5nJhAO6zq/GXEJi+h4UWjJuN6leUVk0lg==
dependencies:
"@farcaster/core" "0.15.3"
"@farcaster/core" "0.15.4"
"@grpc/grpc-js" "~1.11.1"
"@noble/hashes" "^1.3.0"
neverthrow "^6.0.0"
Expand Down

0 comments on commit 592673f

Please sign in to comment.