Skip to content

Commit

Permalink
Bump express from 4.19.2 to 4.20.0
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>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent a6833b1 commit b6dc8dc
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 25 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@celluloid/utils": "*",
"adminjs": "^7.2.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"express": "^4.20.0",
"express-formidable": "^1.2.0",
"express-session": "^1.17.3"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"change-case": "^5.0.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.19.2",
"express": "^4.20.0",
"express-session": "^1.17.3",
"lodash": "^4.17.21",
"swagger-ui-express": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/passport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@celluloid/utils": "*",
"bcryptjs": "^2.4.3",
"connect-redis": "^7.1.0",
"express": "^4.19.2",
"express": "^4.20.0",
"express-session": "^1.17.3",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"bcryptjs": "^2.4.3",
"change-case": "^4.1.2",
"dotenv": "^16.3.1",
"express": "^4.19.2",
"express": "^4.20.0",
"express-session": "^1.17.3",
"js2xmlparser": "^5.0.0",
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit b6dc8dc

Please sign in to comment.