Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent a49118e commit d2927ab
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 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 @@ -32,6 +32,6 @@
"@langchain/textsplitters": "0.1.0",
"@sap-cloud-sdk/util": "^3.22.1",
"@types/express": "^5.0.0",
"express": "^4.21.0"
"express": "^4.21.1"
}
}
2 changes: 1 addition & 1 deletion tests/smoke-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@sap-ai-sdk/langchain": "canary",
"@sap-ai-sdk/orchestration": "canary",
"@sap-cloud-sdk/util": "^3.22.1",
"express": "^4.21.0"
"express": "^4.21.1"
},
"devDependencies": {
"@types/express": "^5.0.0",
Expand Down

0 comments on commit d2927ab

Please sign in to comment.