Skip to content

Commit

Permalink
fix(deps): update dependency pino to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent f7c9f52 commit b3b1123
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lint": "eslint"
},
"dependencies": {
"pino": "^8.19.0",
"pino": "^9.0.0",
"pino-loki": "^2.2.1",
"pino-pretty": "^10.3.1",
"tslib": "^2.6.2"
Expand Down
47 changes: 30 additions & 17 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion services/general/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"drizzle-orm": "^0.29.3",
"got": "^14.2.0",
"gradient-string": "^2.0.2",
"pino": "^8.19.0",
"pino": "^9.0.0",
"source-map-support": "^0.5.21",
"tslib": "^2.6.2",
"zod": "^3.22.4"
Expand Down

0 comments on commit b3b1123

Please sign in to comment.