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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 14, 2024
1 parent 1fa7797 commit 9178a97
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 31 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@kashw2/lib-ts": "5.0.0",
"@kashw2/lib-util": "7.0.1",
"@microsoft/applicationinsights-web": "3.3.2",
"express": "4.19.2",
"express": "4.20.0",
"funfix": "7.0.1",
"immutable": "4.3.7",
"mssql": "11.0.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"cov:check": "nyc report && nyc check-coverage --lines 100 --functions 100 --branches 100"
},
"dependencies": {
"express": "4.19.2",
"express": "4.20.0",
"funfix": "7.0.1",
"@kashw2/lib-util": "7.0.1",
"@kashw2/lib-ts": "5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion onboarding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"funfix": "7.0.1",
"immutable": "4.3.7",
"express": "4.19.2",
"express": "4.20.0",
"passport": "0.7.0",
"tslib": "2.7.0",
"typescript": "5.5.4",
Expand Down
149 changes: 121 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9178a97

Please sign in to comment.