Skip to content

Commit

Permalink
fix(deps): update dependency winston to ^3.17.0 (#1842)
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 20, 2024
1 parent ae62974 commit 31b3dbc
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/boutique/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"knex": "^3.1.0",
"objection": "^3.1.5",
"pg": "^8.13.1",
"winston": "^3.15.0",
"winston": "^3.17.0",
"zod": "^3.23.8"
},
"devDependencies": {
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 @@ -25,7 +25,7 @@
"express": "^4.21.1",
"objection": "^3.1.5",
"knex": "^3.1.0",
"winston": "^3.15.0",
"winston": "^3.17.0",
"axios": "^1.7.7"
}
}
2 changes: 1 addition & 1 deletion packages/wallet/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"rate-limiter-flexible": "^5.0.4",
"socket.io": "^4.8.1",
"uuid": "^10.0.0",
"winston": "^3.15.0",
"winston": "^3.17.0",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
53 changes: 38 additions & 15 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 31b3dbc

Please sign in to comment.