Skip to content

Commit

Permalink
chore(deps): bump express from 4.17.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.17.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.17.2...4.20.0)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent 020391d commit eec6e85
Show file tree
Hide file tree
Showing 6 changed files with 307 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/channels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"axios": "^0.25.0",
"botbuilder": "^4.15.0",
"cli-color": "^2.0.1",
"express": "^4.17.2",
"express": "^4.20.0",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@botpress/messaging-base": "1.2.0",
"bcryptjs": "^2.4.3",
"cli-color": "^2.0.1",
"express": "^4.17.2",
"express": "^4.20.0",
"ioredis": "^4.28.3",
"joi": "^17.6.0",
"knex": "^0.95.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"cors": "^2.8.5",
"dotenv": "^15.0.0",
"exponential-backoff": "^3.1.0",
"express": "^4.17.2",
"express": "^4.20.0",
"http-terminator": "^3.0.4",
"joi": "^17.6.0",
"knex": "^0.95.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"cors": "^2.8.5",
"dotenv": "^15.0.0",
"exponential-backoff": "^3.1.0",
"express": "^4.17.2",
"express": "^4.20.0",
"http-terminator": "^3.0.4",
"joi": "^17.6.0",
"knex": "^0.95.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"cors": "^2.8.5",
"dotenv": "^15.0.0",
"exponential-backoff": "^3.1.0",
"express": "^4.17.2",
"express": "^4.20.0",
"ext-name": "^5.0.0",
"http-terminator": "^3.0.4",
"joi": "^17.6.0",
Expand Down
Loading

0 comments on commit eec6e85

Please sign in to comment.