Skip to content

Commit cf2a78b

Browse files
authored
Merge branch 'main' into I753325-427
2 parents 4c7240e + 0c2cba2 commit cf2a78b

File tree

5 files changed

+152
-118
lines changed

5 files changed

+152
-118
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
"eslint": "^9.39.1",
5454
"glob": "^13.0.0",
5555
"jest": "^30.2.0",
56-
"jsonwebtoken": "^9.0.2",
56+
"jsonwebtoken": "^9.0.3",
5757
"mock-fs": "^5.5.0",
5858
"nock": "^14.0.10",
5959
"orval": "^7.17.0",
60-
"prettier": "^3.6.2",
60+
"prettier": "^3.7.4",
6161
"ts-jest": "^29.4.6",
6262
"ts-node": "^10.9.2",
6363
"tsx": "^4.21.0",

packages/langchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint:fix": "eslint \"**/*.ts\" --fix && prettier . --config ../../.prettierrc --ignore-path ../../.prettierignore -w --log-level error"
3232
},
3333
"dependencies": {
34-
"@langchain/core": "^1.1.1",
34+
"@langchain/core": "^1.1.2",
3535
"@sap-ai-sdk/ai-api": "workspace:^",
3636
"@sap-ai-sdk/core": "workspace:^",
3737
"@sap-ai-sdk/foundation-models": "workspace:^",

0 commit comments

Comments
 (0)