Skip to content

Commit

Permalink
Bump express from 4.19.2 to 4.21.1
Browse files Browse the repository at this point in the history
Bumps [express](https://github.com/expressjs/express) from 4.19.2 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.19.2...4.21.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent e02f291 commit c321585
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 147 deletions.
2 changes: 1 addition & 1 deletion examples/bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@palmares/server": "workspace:*",
"autocannon": "^7.12.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"express": "^4.21.1",
"fastify": "^4.28.1",
"sequelize": "^6.37.3",
"sqlite3": "^5.1.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/deel-hometask-challenge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@palmares/server": "workspace:*",
"autocannon": "^7.12.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"express": "^4.21.1",
"sequelize": "^6.37.3",
"sqlite3": "^5.1.6",
"zod": "^3.23.8"
Expand Down
2 changes: 1 addition & 1 deletion libs/express-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"homepage": "https://github.com/palmaresHQ/palmares#readme",
"dependencies": {
"express": "^4.18.2",
"express": "^4.21.1",
"multer": "1.4.5-lts.1",
"@palmares/core": "workspace:*",
"@palmares/server": "workspace:*"
Expand Down
Loading

0 comments on commit c321585

Please sign in to comment.