Skip to content

Commit

Permalink
Update dependency express to ^4.21.2 (#597)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 5023557 commit 6eff198
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 18 deletions.
20 changes: 12 additions & 8 deletions admin/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 admin/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"dependencies": {
"compression": "^1.7.5",
"express": "^4.21.1",
"express": "^4.21.2",
"helmet": "^7.2.0"
},
"engines": {
Expand Down
20 changes: 12 additions & 8 deletions api/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 api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"cli-progress": "^3.12.0",
"compression": "^1.7.5",
"cookie-parser": "^1.4.7",
"express": "^4.21.1",
"express": "^4.21.2",
"graphql": "^15.9.0",
"helmet": "^4.6.0",
"nestjs-console": "^8.0.0",
Expand Down

0 comments on commit 6eff198

Please sign in to comment.