chore(deps): bump fast-xml-parser and @langchain/anthropic#52
chore(deps): bump fast-xml-parser and @langchain/anthropic#52dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Removes [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser). It's no longer used after updating ancestor dependency [@langchain/anthropic](https://github.com/langchain-ai/langchainjs). These dependencies need to be updated together. Removes `fast-xml-parser` Updates `@langchain/anthropic` from 0.3.11 to 1.3.12 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Commits](https://github.com/langchain-ai/langchainjs/commits) --- updated-dependencies: - dependency-name: fast-xml-parser dependency-version: dependency-type: indirect - dependency-name: "@langchain/anthropic" dependency-version: 1.3.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
PR SummaryMedium Risk Overview As part of the lockfile update, removes transitive Written by Cursor Bugbot for commit 855adb1. This will update automatically on new commits. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| }, | ||
| "dependencies": { | ||
| "@langchain/anthropic": "^0.3.11", | ||
| "@langchain/anthropic": "^1.3.12", |
There was a problem hiding this comment.
Peer dependency version mismatch breaks Anthropic integration
High Severity
The @langchain/anthropic package was updated from 0.3.11 to 1.3.12, but its peer dependency @langchain/core was not updated. The new @langchain/anthropic@1.3.12 requires @langchain/core@1.1.17, but the project still has @langchain/core@^0.3.23. This major version mismatch (0.x vs 1.x) will likely cause runtime failures when using the Anthropic provider, as the new ChatAnthropic class expects APIs from @langchain/core v1.x that may not exist or behave differently in v0.3.x.


Removes fast-xml-parser. It's no longer used after updating ancestor dependency @langchain/anthropic. These dependencies need to be updated together.
Removes
fast-xml-parserUpdates
@langchain/anthropicfrom 0.3.11 to 1.3.12Release notes
Sourced from
@langchain/anthropic's releases.Commits
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@langchain/anthropicsince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.