Skip to content

Commit

Permalink
chore(deps): bump express from 4.19.2 to 4.20.0 (#803)
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
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 08d21b0 commit b87d6c0
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 123 deletions.
2 changes: 1 addition & 1 deletion packages/angular-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@angular/ssr": "^18.0.0",
"@logto/js": "link:../js",
"angular-auth-oidc-client": "^18.0.0",
"express": "^4.19.2",
"express": "^4.20.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/express-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@logto/express": "workspace:^",
"cookie-parser": "^1.4.6",
"express": "^4.19.2",
"express": "^4.20.0",
"express-session": "^1.17.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@vitest/coverage-v8": "^1.6.0",
"cookie-parser": "^1.4.6",
"eslint": "^8.57.0",
"express": "^4.19.2",
"express": "^4.20.0",
"express-session": "^1.17.3",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/passportjs-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"cookie-parser": "^1.4.6",
"express": "^4.19.2",
"express": "^4.20.0",
"express-session": "^1.17.3",
"passport": "^0.7.0",
"passport-openidconnect": "^0.1.1"
Expand Down
Loading

0 comments on commit b87d6c0

Please sign in to comment.