Skip to content

Commit fff3c97

Browse files
chore(deps): Bump express and @types/express (#1323)
Bumps [express](https://github.com/expressjs/express) and [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express). These dependencies needed to be updated together. Updates `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) Updates `@types/express` from 5.0.5 to 5.0.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) --- updated-dependencies: - dependency-name: express dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/express" dependency-version: 5.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 337378d commit fff3c97

File tree

4 files changed

+54
-68
lines changed

4 files changed

+54
-68
lines changed

pnpm-lock.yaml

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

sample-cap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@sap-ai-sdk/ai-api": "workspace:^",
1010
"@sap-ai-sdk/foundation-models": "workspace:^",
1111
"@sap-ai-sdk/orchestration": "workspace:^",
12-
"express": "^5.2.0",
12+
"express": "^5.2.1",
1313
"@sap/xssec": "^4.11.2",
1414
"@sap/cds": "^9.5.1"
1515
},

sample-code/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@sap-ai-sdk/orchestration": "workspace:^",
3535
"@sap-ai-sdk/prompt-registry": "workspace:^",
3636
"@sap-cloud-sdk/util": "^4.2.0",
37-
"@types/express": "^5.0.5",
38-
"express": "^5.2.0",
37+
"@types/express": "^5.0.6",
38+
"express": "^5.2.1",
3939
"uuid": "^13.0.0",
4040
"zod": "^4.1.13"
4141
}

tests/smoke-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"@sap-ai-sdk/orchestration": "canary",
2727
"@sap-ai-sdk/prompt-registry": "canary",
2828
"@sap-cloud-sdk/util": "^4.2.0",
29-
"express": "^5.2.0",
29+
"express": "^5.2.1",
3030
"langchain": "^1.1.2",
3131
"uuid": "^13.0.0",
3232
"zod": "^4.1.12"
3333
},
3434
"devDependencies": {
35-
"@types/express": "^5.0.5",
35+
"@types/express": "^5.0.6",
3636
"dotenv": "^17.2.3",
3737
"dotenv-cli": "^11.0.0"
3838
},

0 commit comments

Comments
 (0)