Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency express to v4.18.3 (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Mar 8, 2024
1 parent 80490a3 commit efc7e71
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 64 deletions.
62 changes: 31 additions & 31 deletions client-app/package-lock.json

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

2 changes: 1 addition & 1 deletion client-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@reduxjs/toolkit": "1.9.7",
"@vaadin/router": "1.7.5",
"cors": "2.8.5",
"express": "4.18.2",
"express": "4.18.3",
"http-proxy-middleware": "2.0.6",
"lit": "3.1.2",
"lite-form": "1.1.1",
Expand Down
62 changes: 31 additions & 31 deletions client-app/server/package-lock.json

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

2 changes: 1 addition & 1 deletion client-app/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"axios": "1.6.7",
"cookie-parser": "1.4.6",
"cors": "2.8.5",
"express": "4.18.2",
"express": "4.18.3",
"jsonwebtoken": "9.0.2"
},
"type": "module",
Expand Down

0 comments on commit efc7e71

Please sign in to comment.