Skip to content

Commit

Permalink
fix(deps): update dependency pino to ~8.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 23, 2024
1 parent 219acc8 commit 8392443
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/nps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"vitest": "~1.4.0",
"@vitest/coverage-v8": "~1.4.0"
},
"dependencies": {"@sentry/node":"~7.118.0","short-unique-id":"~5.0.3","pino":"~8.19.0","rm-shared":"workspace:*"
"dependencies": {"@sentry/node":"~7.118.0","short-unique-id":"~5.0.3","pino":"~8.21.0","rm-shared":"workspace:*"

}
}
2 changes: 1 addition & 1 deletion tools/persona/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@vitest/coverage-v8": "~1.4.0"
},
"dependencies": {
"pino": "~8.19.0",
"pino": "~8.21.0",
"rm-shared": "workspace:*",
"rm-core": "workspace:*",
"pino-pretty": "~11.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@vitest/coverage-v8": "~1.4.0"
},
"dependencies": {
"pino": "~8.19.0",
"pino": "~8.21.0",
"pino-pretty": "~11.0.0"
}
}
2 changes: 1 addition & 1 deletion tools/transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@vitest/coverage-v8": "~1.4.0"
},
"dependencies": {
"pino": "~8.19.0",
"pino": "~8.21.0",
"rm-shared": "workspace:*",
"rm-nps": "workspace:*",
"rm-database": "workspace:*"
Expand Down

0 comments on commit 8392443

Please sign in to comment.