-
Notifications
You must be signed in to change notification settings - Fork 57
chore: update dependencies #457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.4.5...v10.5.0) --- updated-dependencies: - dependency-name: glob dependency-version: 10.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [express](https://github.com/expressjs/express) from 5.1.0 to 5.2.1. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v5.1.0...v5.2.1) --- updated-dependencies: - dependency-name: express dependency-version: 5.2.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps and [js-yaml](https://github.com/nodeca/js-yaml). These dependencies needed to be updated together. Updates `js-yaml` from 4.1.0 to 4.1.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.0...4.1.1) Updates `js-yaml` from 3.14.1 to 3.14.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect - dependency-name: js-yaml dependency-version: 3.14.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…pt/express-5.2.1' into chore/upgrade-dependabot-marked-packages
…s/multi-75e6bc5210' into chore/upgrade-dependabot-marked-packages
…yarn/contracts/glob-10.5.0' into chore/upgrade-dependabot-marked-packages
….0.16 and Glob in some packages Signed-off-by: skurzyp-blockydevs <stanislaw.kurzyp@blockydevs.com>
…chain/core to v1.1.11, @langchain/openai to v1.2.1, and langchain to v1.2.6 Signed-off-by: skurzyp-blockydevs <stanislaw.kurzyp@blockydevs.com>
…e updates across projects Signed-off-by: skurzyp-blockydevs <stanislaw.kurzyp@blockydevs.com>
…ry tests for retry support Signed-off-by: skurzyp-blockydevs <stanislaw.kurzyp@blockydevs.com>
...t/test/integration/tool-matching/get-pending-airdrop-query-tool-matching.integration.test.ts
Show resolved
Hide resolved
…enarios Signed-off-by: skurzyp-blockydevs <stanislaw.kurzyp@blockydevs.com>
piotrswierzy
approved these changes
Jan 13, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Upgraded dependencies flagged by Dependabot for security and maintenance, including LangChain- and Hashgraph-related packages across the TypeScript SDK and examples.
Consolidated multiple Dependabot PRs (e.g. glob, express, and related packages) into a single update, reducing lockfile churn and review overhead.
Updated package-lock.json files across:
contracts/modelcontextprotocol//examplesUpgraded LangChain-related dependencies across the TypeScript SDK and examples:
@langchain/core1.1.8→1.1.11@langchain/openai1.1.x–1.2.0→1.2.1langchain1.2.3→1.2.6@langchain/classic1.0.7→1.0.8@langchain/anthropic1.3.3→1.3.6Upgraded Hashgraph SDK versions across the TypeScript SDK and examples:
@hashgraph/sdk2.68.0 / 2.77.0→2.79.0Synchronized LangChain and Hashgraph dependency versions across:
Removed no-longer-needed overrides for
@langchain/corefollowing upstream fixesUpdated related
package-lock.jsonfiles to reflect the new dependency graph and resolutionsRelated issue(s):
Partialy fixes #442
Notes for reviewer:
Merging this PR will resolve the following:
Checklist