Skip to content

Commit

Permalink
chore(deps): 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 d24d08d commit 52816f8
Show file tree
Hide file tree
Showing 3 changed files with 198 additions and 36 deletions.
2 changes: 1 addition & 1 deletion @app/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/express": "^4.17.17",
"@types/zxcvbn": "^4.4.1",
"cross-env": "^7.0.3",
"express": "^4.19.2",
"express": "^4.20.0",
"jest": "^29.4.3",
"postgraphile": "^4.13.0",
"typescript": "^5.0.0-beta"
Expand Down
2 changes: 1 addition & 1 deletion @app/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"connect-pg-simple": "^8.0.0",
"connect-redis": "^7.0.0",
"csurf": "^1.11.0",
"express": "^4.19.2",
"express": "^4.20.0",
"express-session": "^1.17.3",
"graphile-build": "^4.13.0",
"graphile-build-pg": "^4.13.0",
Expand Down
Loading

0 comments on commit 52816f8

Please sign in to comment.