Skip to content

Commit

Permalink
fix(deps): update dependency express to ^4.21.1 (#1800)
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 Nov 8, 2024
1 parent c6275fb commit 928b102
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/boutique/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"awilix": "^12.0.3",
"axios": "^1.7.7",
"cors": "^2.8.5",
"express": "^4.21.0",
"express": "^4.21.1",
"helmet": "^7.2.0",
"knex": "^3.1.0",
"objection": "^3.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"awilix": "^12.0.3",
"express": "^4.21.0",
"express": "^4.21.1",
"objection": "^3.1.5",
"knex": "^3.1.0",
"winston": "^3.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"disposable-email-domains": "^1.0.62",
"express": "^4.21.0",
"express": "^4.21.1",
"express-rate-limit": "^7.4.1",
"graphql": "^16.9.0",
"graphql-request": "^6.1.0",
Expand Down
32 changes: 19 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit 928b102

Please sign in to comment.