Skip to content

Commit

Permalink
chore(deps): Bump express from 4.19.2 to 4.20.0 (#127)
Browse files Browse the repository at this point in the history
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.19.2...4.20.0)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 2e54be6 commit 7e463b0
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 28 deletions.
88 changes: 62 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"@sap-ai-sdk/foundation-models": "workspace:^",
"@sap-ai-sdk/orchestration": "workspace:^",
"@types/express": "^4.17.21",
"express": "^4.19.2"
"express": "^4.20.0"
}
}
2 changes: 1 addition & 1 deletion tests/smoke-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@sap-ai-sdk/ai-api": "canary",
"@sap-ai-sdk/foundation-models": "canary",
"@sap-ai-sdk/orchestration": "canary",
"express": "^4.19.2"
"express": "^4.20.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
Expand Down

0 comments on commit 7e463b0

Please sign in to comment.