Skip to content

Commit

Permalink
fix(deps): bump pino-pretty from 10.3.0 to 10.3.1
Browse files Browse the repository at this point in the history
Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 10.3.0 to 10.3.1.
- [Release notes](https://github.com/pinojs/pino-pretty/releases)
- [Commits](pinojs/pino-pretty@v10.3.0...v10.3.1)

---
updated-dependencies:
- dependency-name: pino-pretty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2023
1 parent 1c1baa6 commit e68014a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"jszip": "3.10.1",
"pino": "^8.16.2",
"pino-abstract-transport": "^1.1.0",
"pino-pretty": "^10.3.0",
"pino-pretty": "^10.3.1",
"proper-lockfile": "^4.1.2",
"semver": "^7.5.4",
"ts-retry-promise": "^0.7.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3881,10 +3881,10 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
readable-stream "^4.0.0"
split2 "^4.0.0"

pino-pretty@^10.3.0:
version "10.3.0"
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.0.tgz#483ff78b98d277c33d00e0419c00601d9152bc7e"
integrity sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==
pino-pretty@^10.3.1:
version "10.3.1"
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.1.tgz#e3285a5265211ac6c7cd5988f9e65bf3371a0ca9"
integrity sha512-az8JbIYeN/1iLj2t0jR9DV48/LQ3RC6hZPpapKPkb84Q+yTidMCpgWxIT3N0flnBDilyBQ1luWNpOeJptjdp/g==
dependencies:
colorette "^2.0.7"
dateformat "^4.6.3"
Expand Down

2 comments on commit e68014a

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger Benchmarks - ubuntu-latest

Benchmark suite Current: e68014a Previous: ae99dff Ratio
Child logger creation 477310 ops/sec (±1.07%) 476097 ops/sec (±0.48%) 1.00
Logging a string on root logger 818666 ops/sec (±8.46%) 825412 ops/sec (±9.51%) 1.01
Logging an object on root logger 601985 ops/sec (±8.65%) 657717 ops/sec (±8.58%) 1.09
Logging an object with a message on root logger 7985 ops/sec (±213.75%) 5575 ops/sec (±217.38%) 0.70
Logging an object with a redacted prop on root logger 439467 ops/sec (±9.10%) 443406 ops/sec (±8.81%) 1.01
Logging a nested 3-level object on root logger 356648 ops/sec (±8.71%) 369545 ops/sec (±7.88%) 1.04

This comment was automatically generated by workflow using github-action-benchmark.

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logger Benchmarks - windows-latest

Benchmark suite Current: e68014a Previous: ae99dff Ratio
Child logger creation 342753 ops/sec (±0.53%) 316747 ops/sec (±1.07%) 0.92
Logging a string on root logger 787895 ops/sec (±6.06%) 769846 ops/sec (±4.82%) 0.98
Logging an object on root logger 621256 ops/sec (±8.79%) 629654 ops/sec (±7.14%) 1.01
Logging an object with a message on root logger 4008 ops/sec (±217.43%) 5228 ops/sec (±208.55%) 1.30
Logging an object with a redacted prop on root logger 432917 ops/sec (±11.01%) 435918 ops/sec (±15.42%) 1.01
Logging a nested 3-level object on root logger 321768 ops/sec (±5.19%) 340279 ops/sec (±5.23%) 1.06

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.