Skip to content

Commit 369eed5

Browse files
chore(deps): bump the compatible group with 7 updates (#101)
Bumps the compatible group with 7 updates: | Package | From | To | | --- | --- | --- | | [@langchain/core](https://github.com/langchain-ai/langchainjs) | `1.1.38` | `1.1.39` | | [dotenv](https://github.com/motdotla/dotenv) | `17.4.0` | `17.4.1` | | [mathjs](https://github.com/josdejong/mathjs) | `15.1.1` | `15.2.0` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.5` | | [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) | `3.33.0` | `3.35.2` | | [turndown](https://github.com/mixmark-io/turndown) | `7.2.3` | `7.2.4` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.2` | `25.6.0` | Updates `@langchain/core` from 1.1.38 to 1.1.39 - [Release notes](https://github.com/langchain-ai/langchainjs/releases) - [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/core@1.1.38...@langchain/core@1.1.39) Updates `dotenv` from 17.4.0 to 17.4.1 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v17.4.0...v17.4.1) Updates `mathjs` from 15.1.1 to 15.2.0 - [Changelog](https://github.com/josdejong/mathjs/blob/develop/HISTORY.md) - [Commits](josdejong/mathjs@v15.1.1...v15.2.0) Updates `react` from 19.2.4 to 19.2.5 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react) Updates `simple-git` from 3.33.0 to 3.35.2 - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.35.2/simple-git) Updates `turndown` from 7.2.3 to 7.2.4 - [Release notes](https://github.com/mixmark-io/turndown/releases) - [Commits](mixmark-io/turndown@v7.2.3...v7.2.4) Updates `@types/node` from 25.5.2 to 25.6.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@langchain/core" dependency-version: 1.1.39 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: compatible - dependency-name: dotenv dependency-version: 17.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: compatible - dependency-name: mathjs dependency-version: 15.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: compatible - dependency-name: react dependency-version: 19.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: compatible - dependency-name: simple-git dependency-version: 3.35.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: compatible - dependency-name: turndown dependency-version: 7.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: compatible - dependency-name: "@types/node" dependency-version: 25.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: compatible ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 341406b commit 369eed5

2 files changed

Lines changed: 56 additions & 39 deletions

File tree

package-lock.json

Lines changed: 49 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,30 +32,30 @@
3232
"author": "P Huber",
3333
"license": "MIT",
3434
"dependencies": {
35-
"@langchain/core": "^1.1.38",
35+
"@langchain/core": "^1.1.39",
3636
"@langchain/langgraph": "^1.2.8",
3737
"@langchain/mistralai": "^1.0.7",
3838
"@modelcontextprotocol/sdk": "^1.29.0",
3939
"@mozilla/readability": "^0.6.0",
4040
"diff": "^8.0.4",
41-
"dotenv": "^17.4.0",
41+
"dotenv": "^17.4.1",
4242
"duck-duck-scrape": "^2.2.7",
4343
"ink": "^6.8.0",
4444
"js-tiktoken": "^1.0.21",
4545
"jsdom": "^24.1.3",
46-
"mathjs": "^15.1.1",
46+
"mathjs": "^15.2.0",
4747
"pino": "^9.9.0",
48-
"react": "^19.2.4",
49-
"simple-git": "^3.33.0",
48+
"react": "^19.2.5",
49+
"simple-git": "^3.35.2",
5050
"tidy-url": "^1.18.3",
5151
"tsx": "^4.21.0",
52-
"turndown": "^7.2.3"
52+
"turndown": "^7.2.4"
5353
},
5454
"devDependencies": {
5555
"@types/diff": "^7.0.2",
5656
"@types/jest": "^30.0.0",
5757
"@types/jsdom": "^28.0.1",
58-
"@types/node": "^25.5.2",
58+
"@types/node": "^25.6.0",
5959
"@types/turndown": "^5.0.6",
6060
"jest": "^30.3.0",
6161
"rimraf": "^6.1.3",

0 commit comments

Comments
 (0)