Skip to content

Bump the minor-updates group across 1 directory with 35 updates#50

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-updates-7daad6e6d0
Open

Bump the minor-updates group across 1 directory with 35 updates#50
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-updates-7daad6e6d0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-updates group with 27 updates in the / directory:

Package From To
@anthropic-ai/sdk 0.78.0 0.104.1
@meteora-ag/dlmm 1.9.3 1.9.10
@meteora-ag/dynamic-bonding-curve-sdk 1.5.3 1.5.10
@noble/secp256k1 3.0.0 3.1.0
@predictdotfun/sdk 1.3.0 1.3.5
@whiskeysockets/baileys 6.7.21 6.7.23
@wormhole-foundation/sdk 4.11.0 4.24.0
better-sqlite3 12.6.2 12.10.0
binance 3.3.3 3.5.10
bullmq 5.69.3 5.78.0
bybit-api 4.6.0 4.6.4
discord.js 14.26.2 14.26.4
docx 9.5.3 9.7.1
express 4.22.1 4.22.2
fast-xml-parser 5.5.10 5.8.0
figlet 1.10.0 1.11.0
grammy 1.40.0 1.43.0
mammoth 1.11.0 1.12.0
pg 8.18.0 8.21.0
@types/pg 8.16.0 8.20.0
sharp 0.34.5 0.35.1
sql.js 1.14.0 1.14.1
@types/sql.js 1.4.9 1.4.11
yaml 2.8.3 2.9.0
@types/node 20.19.33 20.19.43
puppeteer 24.37.5 24.43.1
tsx 4.21.0 4.22.4

Updates @anthropic-ai/sdk from 0.78.0 to 0.104.1

Release notes

Sourced from @​anthropic-ai/sdk's releases.

sdk: v0.104.1

0.104.1 (2026-06-09)

Full Changelog: sdk-v0.104.0...sdk-v0.104.1

Bug Fixes

  • api: add frontier_llm refusal category (465e686)

sdk: v0.104.0

0.104.0 (2026-06-09)

Full Changelog: sdk-v0.103.0...sdk-v0.104.0

Features

  • api: add support for Managed Agents deployments and environment variable credentials (d01e38b)

sdk: v0.103.0

0.103.0 (2026-06-09)

Full Changelog: sdk-v0.102.0...sdk-v0.103.0

Features

  • api: add support for claude-mythos-5 and claude-fable-5, with support for server-side fallbacks on refusal (cc337f7)
  • client: adds client-side fallbacks middleware for API providers that do not support server-side fallbacks (cc337f7)
  • middleware: add ctx.logger (#55) (edd1454)

Bug Fixes

sdk: v0.102.0

0.102.0 (2026-06-06)

Full Changelog: sdk-v0.101.0...sdk-v0.102.0

Features

  • api: small updates to Managed Agents types (8ba4f92)

Bug Fixes

  • client: run middleware before request signing (#45) (95f1a4a)

sdk: v0.101.0

0.101.0 (2026-06-05)

... (truncated)

Changelog

Sourced from @​anthropic-ai/sdk's changelog.

0.104.1 (2026-06-09)

Full Changelog: sdk-v0.104.0...sdk-v0.104.1

Bug Fixes

  • api: add frontier_llm refusal category (465e686)

0.104.0 (2026-06-09)

Full Changelog: sdk-v0.103.0...sdk-v0.104.0

Features

  • api: add support for Managed Agents deployments and environment variable credentials (d01e38b)

0.103.0 (2026-06-09)

Full Changelog: sdk-v0.102.0...sdk-v0.103.0

Features

  • api: add support for claude-mythos-5 and claude-fable-5, with support for server-side fallbacks on refusal (cc337f7)
  • client: adds client-side fallbacks middleware for API providers that do not support server-side fallbacks (cc337f7)
  • middleware: add ctx.logger (#55) (edd1454)

Bug Fixes

0.102.0 (2026-06-06)

Full Changelog: sdk-v0.101.0...sdk-v0.102.0

Features

  • api: small updates to Managed Agents types (8ba4f92)

Bug Fixes

  • client: run middleware before request signing (#45) (95f1a4a)

0.101.0 (2026-06-05)

Full Changelog: sdk-v0.100.1...sdk-v0.101.0

Features

... (truncated)

Commits
  • 9a0442d chore: release main
  • 1ccd401 fix(api): add frontier_llm refusal category
  • 8be0232 chore: release main
  • 813af32 feat(api): add support for Managed Agents deployments and environment variabl...
  • 589eed1 chore: release main
  • a785874 feat(api): add support for claude-mythos-5 and claude-fable-5, with support f...
  • 6322a4f fix(client): 3p middleware ordering (#53)
  • c2e94fc feat(middleware): add ctx.logger (#55)
  • f7dfb97 chore: release main
  • a3f3c97 feat(api): small updates to Managed Agents types
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​anthropic-ai/sdk since your current version.


Updates @meteora-ag/dlmm from 1.9.3 to 1.9.10

Changelog

Sourced from @​meteora-ag/dlmm's changelog.

@​meteora-ag/dlmm [1.9.10] - [PR #293](MeteoraAg/dlmm-sdk#292)

Fixed

  • Fixed a missing Rent account in all initializeBinArrayBitmapExtension callsites, which caused failures in chunkDepositWithRebalanceEndpoint, seedLiquidity, seedLiquiditySingleBin, syncWithMarketPrice, rebalancePosition, and placeLimitOrder when the pool traded outside the default bin array bitmap.

@​meteora-ag/dlmm [1.9.9] - [PR #293](MeteoraAg/dlmm-sdk#290)

Fixed

  • Fixed cancelLimitOrder to ensure both owner token X and Y ATAs exist.

cli [0.6.3] [PR #273](MeteoraAg/dlmm-sdk#273)

Added

  • Added place_limit_order command to place limit orders
  • Added cancel_limit_order command to cancel existing limit orders
  • Added close_limit_order_if_empty command to close empty limit order account
  • Added get_limit_orders command to query limit orders for a user on a specific pair
  • Added set_permissionless_operation_bits command to set operation bits on a position

commons [0.3.3] [PR #273](MeteoraAg/dlmm-sdk#273)

Added

  • Added DynamicPosition in dynamic_position.rs to support parsing on position account
  • Added LimitOrder in limit_order.rs to support parsing on limit order account

Changed

  • quote_exact_in() and quote_exact_out() now support limit order liquidity

@​meteora-ag/dlmm [1.9.8] - [PR #273](MeteoraAg/dlmm-sdk#273)

Added

  • Added function placeLimitOrder to place a new limit order. Only applicable for pair with function type of LimitOrder.
  • Added function cancelLimitOrder to cancel an existing limit order.
  • Added function closeLimitOrderIfEmpty to close a limit order if it's empty.
  • Added function enablePositionPermissionlessClaimFee. This allow non position owner to invoke claim fee instruction for other's position.
  • Added function getLimitOrderByUserAndLbPair to get all limit orders of a user for a given pair.
  • Added function getLimitOrder to get limit order data by limit order pubkey.
  • Added function addLiquidityByWeight2 which support token 2022 add liquidity by weight.
  • Added function quoteCreateLimitOrder which returns the cost for creating a Limit Order

Breaking Changes

  • Added concreteFunctionType, collectFeeMode parameters in createCustomizablePermissionlessLbPair function. This allow user to create pair with function of LimitOrder or LiquidityMining and collect fee in InputToken, or TokenY (single sided fee).
  • Added concreteFunctionType, collectFeeMode parameters in getPairPubkeyIfExists function. This allow user to query existing pair with addition filter of function type and collect fee mode.

... (truncated)

Commits

Updates @meteora-ag/dynamic-bonding-curve-sdk from 1.5.3 to 1.5.10

Changelog

Sourced from @​meteora-ag/dynamic-bonding-curve-sdk's changelog.

[1.5.10] - 2026-06-08

Added

  • Added client.pool.getQuoteFromInputAmount and client.pool.getQuoteFromOutputAmount for quoting launch-state swaps before a pool exists.
  • Added SwapQuoteConfig, SimulatedQuoteFromInputAmountParams, and SimulatedQuoteFromOutputAmountParams types for pre-pool swap quote simulations.

Changed

  • Updated pool quote simulation to accept either an existing pool config or a buildCurve output, deriving migrationSqrtPrice when it is not present.

[1.5.9] - 2026-06-03

Fixed

  • Fixed StateService endpoints to correctly fetch both regular and transfer-hook pool and config accounts.

[1.5.8] - 2026-05-26

Added

  • Added Token-2022 transfer-hook support for DBC pool configs and pools:
    • client.partner.createConfigWithTransferHook
    • client.partner.createConfigAndPoolWithTransferHook
    • client.partner.createConfigAndPoolWithFirstBuyWithTransferHook
    • client.creator.createPoolWithTransferHook
    • client.creator.createPoolWithFirstBuyWithTransferHook
    • client.creator.createPoolWithPartnerAndCreatorFirstBuyWithTransferHook
  • Added transfer-hook swap and fee claim endpoints:
    • client.pool.swap2WithTransferHook
    • client.partner.claimPartnerTradingFee2
    • client.creator.claimCreatorTradingFee2
  • Added transfer-hook account helper types:
    • TransferHookAccountsInfo
    • TransferHookRemainingAccounts
    • FirstBuyWithTransferHookParams
    • PartnerFirstBuyWithTransferHookParams
    • CreatorFirstBuyWithTransferHookParams
    • AccountsType
  • Added account types for transfer-hook program accounts:
    • ConfigWithTransferHook
    • TransferHookPool
  • Added CreateVirtualPoolMetadataParameters as an exported IDL-derived type.
  • Added client.partner.createConfigAndPool and client.partner.createConfigAndPoolWithFirstBuy so partner-owned config-and-pool flows live under the partner service.
  • Added client.creator.createPool, client.creator.createPoolWithFirstBuy, and client.creator.createPoolWithPartnerAndCreatorFirstBuy so creator-owned pool initialization flows live under the creator service.
  • Added client.partner.claimPartnerTradingFeeToReceiver and client.creator.claimCreatorTradingFeeToReceiver for the non-transfer-hook fee claim flows that do not require tempWSolAcc.
  • Added test coverage for transfer-hook config creation, pool creation, swaps, first buys, and fee claims using the new transfer_hook_counter test program.

Changed

... (truncated)

Commits

Updates @noble/secp256k1 from 3.0.0 to 3.1.0

Release notes

Sourced from @​noble/secp256k1's releases.

3.1.0

  • March 2026 self-audit (all files): no major issues found
    • Audited for spec compliance and security
    • General hardening was completed
  • Fix all Byte Array types, to ensure proper work in both TypeScript 5.6 & TypeScript 5.9+
    • TS 5.6 has Uint8Array, while TS 5.9+ made it generic Uint8Array<ArrayBuffer>
    • This creates incompatibility of code between versions
    • Previously, it was hard to use and constantly emitted errors similar to TS2345
    • See typescript#62240 for more context
  • Fix compilation issues on TypeScript v6
  • Improve tree-shaking, reduce bundle sizes
  • Add massive amounts of documentation everywhere

New Contributors

Full Changelog: paulmillr/noble-secp256k1@3.0.0...3.1.0

Commits
  • f61f685 Release 3.1.0.
  • 30841b9 Minor fixes
  • 943f916 Implement changes as per Mar 2026 audit.
  • f982d7d Bump typescript to 6.0.2
  • 4639c0f Fix tests
  • 7c74a5a Add docs everywhere. Upgrade to ts 6.0-rc, jsbt 0.5. Add pkg.json scripts.
  • 18cf7c0 Merge pull request #141 from Zosoled/bugfix/p-documentation
  • 0f3c1e9 Fix P documentation in .ts
  • 3e1e0ce Merge pull request #140 from Zosoled/bugfix/p-documentation
  • f7cb2dc Fix P documentation
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​noble/secp256k1 since your current version.


Updates @predictdotfun/sdk from 1.3.0 to 1.3.5

Release notes

Sourced from @​predictdotfun/sdk's releases.

v1.3.5

Full Changelog: PredictDotFun/sdk@v1.3.2...v1.3.5

v1.3.2

Full Changelog: PredictDotFun/sdk@v1.3.0...v1.3.2

Commits

Updates @whiskeysockets/baileys from 6.7.21 to 6.7.23

Commits
  • e05b16b chore(release): v6.7.23
  • 58932e7 fix(decode): match sender against both PN and LID identities
  • 071a43e chore(release): v6.7.22
  • fcf9b7c fix(process-message): only drop self-only protocolMessages from non-self senders
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by purpshell, a new releaser for @​whiskeysockets/baileys since your current version.

Install script changes

This version adds preinstall, prepare scripts that run during installation. Review the package contents before updating.


Updates @wormhole-foundation/sdk from 4.11.0 to 4.24.0

Release notes

Sourced from @​wormhole-foundation/sdk's releases.

4.24.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.23.0...4.24.0

4.23.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.22.0...4.23.0

4.22.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.21.0...4.22.0

4.22.0-beta.0

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.21.0...4.22.0-beta.0

4.21.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.20.0...4.21.0

4.20.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.19.0...4.20.0

4.19.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.18.0...4.19.0

4.18.0

What's Changed

... (truncated)

Commits

Updates @wormhole-foundation/sdk-evm from 4.11.0 to 4.24.0

Release notes

Sourced from @​wormhole-foundation/sdk-evm's releases.

4.24.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.23.0...4.24.0

4.23.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.22.0...4.23.0

4.22.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.21.0...4.22.0

4.22.0-beta.0

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.21.0...4.22.0-beta.0

4.21.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.20.0...4.21.0

4.20.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.19.0...4.20.0

4.19.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.18.0...4.19.0

4.18.0

What's Changed

... (truncated)

Commits

Updates @wormhole-foundation/sdk-evm-cctp from 4.11.0 to 4.24.0

Release notes

Sourced from @​wormhole-foundation/sdk-evm-cctp's releases.

4.24.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.23.0...4.24.0

4.23.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.22.0...4.23.0

4.22.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.21.0...4.22.0

4.22.0-beta.0

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.21.0...4.22.0-beta.0

4.21.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.20.0...4.21.0

4.20.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.19.0...4.20.0

4.19.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.18.0...4.19.0

4.18.0

What's Changed

... (truncated)

Commits

Updates @wormhole-foundation/sdk-evm-tokenbridge from 4.11.0 to 4.24.0

Release notes

Sourced from @​wormhole-foundation/sdk-evm-tokenbridge's releases.

4.24.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.23.0...4.24.0

4.23.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.22.0...4.23.0

4.22.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.21.0...4.22.0

4.22.0-beta.0

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.21.0...4.22.0-beta.0

4.21.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.20.0...4.21.0

4.20.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.19.0...4.20.0

4.19.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.18.0...4.19.0

4.18.0

What's Changed

... (truncated)

Commits

Updates @wormhole-foundation/sdk-solana from 4.11.0 to 4.24.0

Release notes

Sourced from @​wormhole-foundation/sdk-solana's releases.

4.24.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.23.0...4.24.0

4.23.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.22.0...4.23.0

4.22.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.21.0...4.22.0

4.22.0-beta.0

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.21.0...4.22.0-beta.0

4.21.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.20.0...4.21.0

4.20.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.19.0...4.20.0

4.19.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.18.0...4.19.0

4.18.0

What's Changed

... (truncated)

Commits

Updates @wormhole-foundation/sdk-solana-cctp from 4.11.0 to 4.24.0

Release notes

Sourced from @​wormhole-foundation/sdk-solana-cctp's releases.

4.24.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.23.0...4.24.0

4.23.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.22.0...4.23.0

4.22.0

What's Changed

Full Changelog: wormhole-foundation/wormhole-sdk-ts@4.21.0...4.22.0

4.22.0-beta.0

Full Changelog: https://github.co...

Description has been truncated

Bumps the minor-updates group with 27 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) | `0.78.0` | `0.104.1` |
| [@meteora-ag/dlmm](https://github.com/MeteoraAg/dlmm-sdk/tree/HEAD/ts-client) | `1.9.3` | `1.9.10` |
| [@meteora-ag/dynamic-bonding-curve-sdk](https://github.com/MeteoraAg/dynamic-bonding-curve-sdk/tree/HEAD/packages/dynamic-bonding-curve) | `1.5.3` | `1.5.10` |
| [@noble/secp256k1](https://github.com/paulmillr/noble-secp256k1) | `3.0.0` | `3.1.0` |
| [@predictdotfun/sdk](https://github.com/PredictDotFun/sdk) | `1.3.0` | `1.3.5` |
| [@whiskeysockets/baileys](https://github.com/WhiskeySockets/Baileys) | `6.7.21` | `6.7.23` |
| [@wormhole-foundation/sdk](https://github.com/wormhole-foundation/wormhole-sdk-ts) | `4.11.0` | `4.24.0` |
| [better-sqlite3](https://github.com/WiseLibs/better-sqlite3) | `12.6.2` | `12.10.0` |
| [binance](https://github.com/tiagosiebler/binance) | `3.3.3` | `3.5.10` |
| [bullmq](https://github.com/taskforcesh/bullmq) | `5.69.3` | `5.78.0` |
| [bybit-api](https://github.com/tiagosiebler/bybit-api) | `4.6.0` | `4.6.4` |
| [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) | `14.26.2` | `14.26.4` |
| [docx](https://github.com/dolanmiu/docx) | `9.5.3` | `9.7.1` |
| [express](https://github.com/expressjs/express) | `4.22.1` | `4.22.2` |
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.5.10` | `5.8.0` |
| [figlet](https://github.com/patorjk/figlet.js) | `1.10.0` | `1.11.0` |
| [grammy](https://github.com/grammyjs/grammY) | `1.40.0` | `1.43.0` |
| [mammoth](https://github.com/mwilliamson/mammoth.js) | `1.11.0` | `1.12.0` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.18.0` | `8.21.0` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.16.0` | `8.20.0` |
| [sharp](https://github.com/lovell/sharp) | `0.34.5` | `0.35.1` |
| [sql.js](https://github.com/sql-js/sql.js) | `1.14.0` | `1.14.1` |
| [@types/sql.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sql.js) | `1.4.9` | `1.4.11` |
| [yaml](https://github.com/eemeli/yaml) | `2.8.3` | `2.9.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.33` | `20.19.43` |
| [puppeteer](https://github.com/puppeteer/puppeteer) | `24.37.5` | `24.43.1` |
| [tsx](https://github.com/privatenumber/tsx) | `4.21.0` | `4.22.4` |



Updates `@anthropic-ai/sdk` from 0.78.0 to 0.104.1
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.78.0...sdk-v0.104.1)

Updates `@meteora-ag/dlmm` from 1.9.3 to 1.9.10
- [Changelog](https://github.com/MeteoraAg/dlmm-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/MeteoraAg/dlmm-sdk/commits/HEAD/ts-client)

Updates `@meteora-ag/dynamic-bonding-curve-sdk` from 1.5.3 to 1.5.10
- [Changelog](https://github.com/MeteoraAg/dynamic-bonding-curve-sdk/blob/main/packages/dynamic-bonding-curve/CHANGELOG.md)
- [Commits](https://github.com/MeteoraAg/dynamic-bonding-curve-sdk/commits/HEAD/packages/dynamic-bonding-curve)

Updates `@noble/secp256k1` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/paulmillr/noble-secp256k1/releases)
- [Commits](paulmillr/noble-secp256k1@3.0.0...3.1.0)

Updates `@predictdotfun/sdk` from 1.3.0 to 1.3.5
- [Release notes](https://github.com/PredictDotFun/sdk/releases)
- [Commits](PredictDotFun/sdk@v1.3.0...v1.3.5)

Updates `@whiskeysockets/baileys` from 6.7.21 to 6.7.23
- [Release notes](https://github.com/WhiskeySockets/Baileys/releases)
- [Changelog](https://github.com/WhiskeySockets/Baileys/blob/master/CHANGELOG.md)
- [Commits](WhiskeySockets/Baileys@v6.7.21...v6.7.23)

Updates `@wormhole-foundation/sdk` from 4.11.0 to 4.24.0
- [Release notes](https://github.com/wormhole-foundation/wormhole-sdk-ts/releases)
- [Commits](wormhole-foundation/wormhole-sdk-ts@4.11.0...4.24.0)

Updates `@wormhole-foundation/sdk-evm` from 4.11.0 to 4.24.0
- [Release notes](https://github.com/wormhole-foundation/wormhole-sdk-ts/releases)
- [Commits](wormhole-foundation/wormhole-sdk-ts@4.11.0...4.24.0)

Updates `@wormhole-foundation/sdk-evm-cctp` from 4.11.0 to 4.24.0
- [Release notes](https://github.com/wormhole-foundation/wormhole-sdk-ts/releases)
- [Commits](wormhole-foundation/wormhole-sdk-ts@4.11.0...4.24.0)

Updates `@wormhole-foundation/sdk-evm-tokenbridge` from 4.11.0 to 4.24.0
- [Release notes](https://github.com/wormhole-foundation/wormhole-sdk-ts/releases)
- [Commits](wormhole-foundation/wormhole-sdk-ts@4.11.0...4.24.0)

Updates `@wormhole-foundation/sdk-solana` from 4.11.0 to 4.24.0
- [Release notes](https://github.com/wormhole-foundation/wormhole-sdk-ts/releases)
- [Commits](wormhole-foundation/wormhole-sdk-ts@4.11.0...4.24.0)

Updates `@wormhole-foundation/sdk-solana-cctp` from 4.11.0 to 4.24.0
- [Release notes](https://github.com/wormhole-foundation/wormhole-sdk-ts/releases)
- [Commits](wormhole-foundation/wormhole-sdk-ts@4.11.0...4.24.0)

Updates `@wormhole-foundation/sdk-solana-tokenbridge` from 4.11.0 to 4.24.0
- [Release notes](https://github.com/wormhole-foundation/wormhole-sdk-ts/releases)
- [Commits](wormhole-foundation/wormhole-sdk-ts@4.11.0...4.24.0)

Updates `better-sqlite3` from 12.6.2 to 12.10.0
- [Release notes](https://github.com/WiseLibs/better-sqlite3/releases)
- [Commits](WiseLibs/better-sqlite3@v12.6.2...v12.10.0)

Updates `binance` from 3.3.3 to 3.5.10
- [Release notes](https://github.com/tiagosiebler/binance/releases)
- [Changelog](https://github.com/tiagosiebler/binance/blob/master/CHANGELOG.md)
- [Commits](tiagosiebler/binance@v3.3.3...v3.5.10)

Updates `bullmq` from 5.69.3 to 5.78.0
- [Release notes](https://github.com/taskforcesh/bullmq/releases)
- [Commits](taskforcesh/bullmq@v5.69.3...v5.78.0)

Updates `bybit-api` from 4.6.0 to 4.6.4
- [Release notes](https://github.com/tiagosiebler/bybit-api/releases)
- [Commits](tiagosiebler/bybit-api@v4.6.0...v4.6.4)

Updates `discord.js` from 14.26.2 to 14.26.4
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/14.26.4/packages/discord.js/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/14.26.4/packages/discord.js)

Updates `docx` from 9.5.3 to 9.7.1
- [Release notes](https://github.com/dolanmiu/docx/releases)
- [Commits](dolanmiu/docx@9.5.3...9.7.1)

Updates `express` from 4.22.1 to 4.22.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/v4.22.2/History.md)
- [Commits](expressjs/express@v4.22.1...v4.22.2)

Updates `fast-xml-parser` from 5.5.10 to 5.8.0
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v5.5.10...v5.8.0)

Updates `figlet` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/patorjk/figlet.js/releases)
- [Commits](patorjk/figlet.js@v1.10.0...v1.11.0)

Updates `grammy` from 1.40.0 to 1.43.0
- [Release notes](https://github.com/grammyjs/grammY/releases)
- [Commits](grammyjs/grammY@v1.40.0...v1.43.0)

Updates `ioredis` from 5.9.3 to 5.10.1
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](redis/ioredis@v5.9.3...v5.10.1)

Updates `mammoth` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/mwilliamson/mammoth.js/releases)
- [Changelog](https://github.com/mwilliamson/mammoth.js/blob/master/NEWS)
- [Commits](mwilliamson/mammoth.js@1.11.0...1.12.0)

Updates `pg` from 8.18.0 to 8.21.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.21.0/packages/pg)

Updates `@types/pg` from 8.16.0 to 8.20.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pg)

Updates `sharp` from 0.34.5 to 0.35.1
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.34.5...v0.35.1)

Updates `sql.js` from 1.14.0 to 1.14.1
- [Release notes](https://github.com/sql-js/sql.js/releases)
- [Commits](sql-js/sql.js@v1.14.0...v1.14.1)

Updates `@types/sql.js` from 1.4.9 to 1.4.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sql.js)

Updates `ws` from 8.19.0 to 8.21.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.19.0...8.21.0)

Updates `yaml` from 2.8.3 to 2.9.0
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.8.3...v2.9.0)

Updates `@types/node` from 20.19.33 to 20.19.43
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/sql.js` from 1.4.9 to 1.4.11
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sql.js)

Updates `puppeteer` from 24.37.5 to 24.43.1
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@puppeteer-v24.37.5...puppeteer-v24.43.1)

Updates `tsx` from 4.21.0 to 4.22.4
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.21.0...v4.22.4)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.104.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@meteora-ag/dlmm"
  dependency-version: 1.9.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@meteora-ag/dynamic-bonding-curve-sdk"
  dependency-version: 1.5.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@noble/secp256k1"
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@predictdotfun/sdk"
  dependency-version: 1.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@whiskeysockets/baileys"
  dependency-version: 6.7.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@wormhole-foundation/sdk"
  dependency-version: 4.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@wormhole-foundation/sdk-evm"
  dependency-version: 4.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@wormhole-foundation/sdk-evm-cctp"
  dependency-version: 4.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@wormhole-foundation/sdk-evm-tokenbridge"
  dependency-version: 4.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@wormhole-foundation/sdk-solana"
  dependency-version: 4.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@wormhole-foundation/sdk-solana-cctp"
  dependency-version: 4.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@wormhole-foundation/sdk-solana-tokenbridge"
  dependency-version: 4.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: better-sqlite3
  dependency-version: 12.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: binance
  dependency-version: 3.5.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: bullmq
  dependency-version: 5.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: bybit-api
  dependency-version: 4.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: discord.js
  dependency-version: 14.26.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: docx
  dependency-version: 9.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: express
  dependency-version: 4.22.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: fast-xml-parser
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: figlet
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: grammy
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: ioredis
  dependency-version: 5.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: mammoth
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: pg
  dependency-version: 8.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@types/pg"
  dependency-version: 8.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: sharp
  dependency-version: 0.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: sql.js
  dependency-version: 1.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@types/sql.js"
  dependency-version: 1.4.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: ws
  dependency-version: 8.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: yaml
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: "@types/node"
  dependency-version: 20.19.43
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: "@types/sql.js"
  dependency-version: 1.4.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: puppeteer
  dependency-version: 24.43.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: tsx
  dependency-version: 4.22.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants