Skip to content

Commit 5b623e7

Browse files
committed
Merge branch 'main' into improve-error-handling-by-using-error-with-cause
2 parents 022cb05 + 2621de7 commit 5b623e7

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/jest": "^29.5.14",
5151
"@types/jsonwebtoken": "^9.0.9",
5252
"@types/mock-fs": "^4.13.4",
53-
"@types/node": "^20.17.22",
53+
"@types/node": "^20.17.23",
5454
"depcheck": "^1.4.7",
5555
"eslint": "^9.21.0",
5656
"glob": "^11.0.1",

pnpm-lock.yaml

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample-cap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@sap-ai-sdk/orchestration": "workspace:^",
1212
"express": "^4.21.2",
1313
"@sap/xssec": "^4.4.0",
14-
"@sap/cds": "^8.7.2"
14+
"@sap/cds": "^8.8.0"
1515
},
1616
"devDependencies": {
1717
"@sap/cds-dk": "^8.8.0"

0 commit comments

Comments
 (0)