Skip to content

Commit

Permalink
build(deps): bump express from 4.18.1 to 4.20.0
Browse files Browse the repository at this point in the history
Bumps [express](https://github.com/expressjs/express) from 4.18.1 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.18.1...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 16, 2024
1 parent 1d42b23 commit bf1e299
Show file tree
Hide file tree
Showing 6 changed files with 270 additions and 90 deletions.
2 changes: 1 addition & 1 deletion services/catalog/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"dotenv": "^8.6.0",
"env-cmd": "^10.1.0",
"env-var": "^6.3.0",
"express": "^4.18.1",
"express": "^4.20.0",
"graphile-build": "4.13.0",
"graphile-build-pg": "4.13.0",
"graphile-migrate": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion services/channel/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dotenv": "^8.6.0",
"env-cmd": "^10.1.0",
"env-var": "^6.3.0",
"express": "^4.18.1",
"express": "^4.20.0",
"graphile-build": "4.13.0",
"graphile-build-pg": "4.13.0",
"graphile-migrate": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion services/entitlement/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"dotenv": "^8.6.0",
"env-cmd": "^10.1.0",
"env-var": "^6.3.0",
"express": "^4.18.1",
"express": "^4.20.0",
"geoip-country": "^4.2.78",
"graphile-build": "4.13.0",
"graphile-build-pg": "4.13.0",
Expand Down
2 changes: 1 addition & 1 deletion services/media/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"dotenv": "^8.6.0",
"env-cmd": "^10.1.0",
"env-var": "^6.3.0",
"express": "^4.18.1",
"express": "^4.20.0",
"graphile-build": "4.13.0",
"graphile-build-pg": "4.13.0",
"graphile-migrate": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion services/vod-to-live/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"axios": "^0.24.0",
"env-cmd": "^10.1.0",
"env-var": "^6.3.0",
"express": "^4.18.1",
"express": "^4.20.0",
"media-messages": "^0.0.1",
"rascal": "^14.4.5",
"xmlbuilder2": "^3.1.1",
Expand Down
Loading

0 comments on commit bf1e299

Please sign in to comment.