Skip to content

Commit

Permalink
fix(deps): bump pino from 9.3.2 to 9.4.0
Browse files Browse the repository at this point in the history
Bumps [pino](https://github.com/pinojs/pino) from 9.3.2 to 9.4.0.
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v9.3.2...v9.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 7, 2024
1 parent 935535a commit bb3dcff
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 @@ -65,7 +65,7 @@
"js2xmlparser": "^4.0.1",
"jsonwebtoken": "9.0.2",
"jszip": "3.10.1",
"pino": "^9.3.2",
"pino": "^9.4.0",
"pino-abstract-transport": "^1.2.0",
"pino-pretty": "^11.2.2",
"proper-lockfile": "^4.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4044,10 +4044,10 @@ pino-std-serializers@^7.0.0:
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz#7c625038b13718dbbd84ab446bd673dc52259e3b"
integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==

pino@^9.3.2:
version "9.3.2"
resolved "https://registry.yarnpkg.com/pino/-/pino-9.3.2.tgz#a530d6d28f1d954b6f54416a218cbb616f52f901"
integrity sha512-WtARBjgZ7LNEkrGWxMBN/jvlFiE17LTbBoH0konmBU684Kd0uIiDwBXlcTCW7iJnA6HfIKwUssS/2AC6cDEanw==
pino@^9.4.0:
version "9.4.0"
resolved "https://registry.yarnpkg.com/pino/-/pino-9.4.0.tgz#e4600ff199efc744856a5b3b71c53e38998eae5a"
integrity sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==
dependencies:
atomic-sleep "^1.0.0"
fast-redact "^3.1.1"
Expand Down

3 comments on commit bb3dcff

@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: bb3dcff Previous: ab29957 Ratio
Child logger creation 466451 ops/sec (±1.06%) 471922 ops/sec (±1.88%) 1.01
Logging a string on root logger 860742 ops/sec (±10.73%) 857422 ops/sec (±8.81%) 1.00
Logging an object on root logger 596456 ops/sec (±9.02%) 611915 ops/sec (±12.03%) 1.03
Logging an object with a message on root logger 22307 ops/sec (±184.18%) 27247 ops/sec (±183.46%) 1.22
Logging an object with a redacted prop on root logger 441725 ops/sec (±6.97%) 485049 ops/sec (±8.43%) 1.10
Logging a nested 3-level object on root logger 345206 ops/sec (±9.22%) 21096 ops/sec (±186.03%) 0.06111133641941333

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: bb3dcff Previous: ab29957 Ratio
Child logger creation 332707 ops/sec (±0.73%) 331804 ops/sec (±1.13%) 1.00
Logging a string on root logger 797040 ops/sec (±6.26%) 762015 ops/sec (±4.33%) 0.96
Logging an object on root logger 604977 ops/sec (±5.21%) 595149 ops/sec (±7.20%) 0.98
Logging an object with a message on root logger 2967 ops/sec (±228.42%) 6915 ops/sec (±203.36%) 2.33
Logging an object with a redacted prop on root logger 439229 ops/sec (±13.12%) 453723 ops/sec (±12.10%) 1.03
Logging a nested 3-level object on root logger 342878 ops/sec (±7.99%) 343876 ops/sec (±5.76%) 1.00

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.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Logger Benchmarks - windows-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: bb3dcff Previous: ab29957 Ratio
Logging an object with a message on root logger 2967 ops/sec (±228.42%) 6915 ops/sec (±203.36%) 2.33

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

Please sign in to comment.