Skip to content

Commit

Permalink
fix(deps): bump pino from 8.15.6 to 8.16.0
Browse files Browse the repository at this point in the history
Bumps [pino](https://github.com/pinojs/pino) from 8.15.6 to 8.16.0.
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v8.15.6...v8.16.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent 8d402b3 commit 7e05681
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"jsforce": "^2.0.0-beta.28",
"jsonwebtoken": "9.0.2",
"jszip": "3.10.1",
"pino": "^8.15.6",
"pino": "^8.16.0",
"pino-abstract-transport": "^1.0.0",
"pino-pretty": "^10.2.3",
"proper-lockfile": "^4.1.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3940,10 +3940,10 @@ pino-std-serializers@^6.0.0:
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==

pino@^8.15.6:
version "8.15.6"
resolved "https://registry.yarnpkg.com/pino/-/pino-8.15.6.tgz#55c361e3c4dadabbbb47543e0d3bf5759fe9c052"
integrity sha512-GuxHr61R0ZFD1npu58tB3a3FSVjuy21OwN/haw4OuKiZBL63Pg11Y51WWeD52RENS2mjwPZOwt+2OQOSkck6kQ==
pino@^8.16.0:
version "8.16.0"
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.0.tgz#2465012a1d11fa2e7a0545032f636e203990ae26"
integrity sha512-UUmvQ/7KTZt/vHjhRrnyS7h+J7qPBQnpG80V56xmIC+o9IqYmQOw/UIny9S9zYDfRBR0ClouCr464EkBMIT7Fw==
dependencies:
atomic-sleep "^1.0.0"
fast-redact "^3.1.1"
Expand All @@ -3954,7 +3954,7 @@ pino@^8.15.6:
quick-format-unescaped "^4.0.3"
real-require "^0.2.0"
safe-stable-stringify "^2.3.1"
sonic-boom "^3.1.0"
sonic-boom "^3.7.0"
thread-stream "^2.0.0"

pkg-dir@^4.1.0:
Expand Down Expand Up @@ -4464,10 +4464,10 @@ snake-case@^3.0.4:
dot-case "^3.0.4"
tslib "^2.0.3"

sonic-boom@^3.0.0, sonic-boom@^3.1.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-3.3.0.tgz#cffab6dafee3b2bcb88d08d589394198bee1838c"
integrity sha512-LYxp34KlZ1a2Jb8ZQgFCK3niIHzibdwtwNUWKg0qQRzsDoJ3Gfgkf8KdBTFU3SkejDEIlWwnSnpVdOZIhFMl/g==
sonic-boom@^3.0.0, sonic-boom@^3.7.0:
version "3.7.0"
resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-3.7.0.tgz#b4b7b8049a912986f4a92c51d4660b721b11f2f2"
integrity sha512-IudtNvSqA/ObjN97tfgNmOKyDOs4dNcg4cUUsHDebqsgb8wGBBwb31LIgShNO8fye0dFI52X1+tFoKKI6Rq1Gg==
dependencies:
atomic-sleep "^1.0.0"

Expand Down

3 comments on commit 7e05681

@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: 7e05681 Previous: 5eaeb2f Ratio
Child logger creation 410645 ops/sec (±25.05%) 531920 ops/sec (±0.39%) 1.30
Logging a string on root logger 598208 ops/sec (±17.26%) 574708 ops/sec (±20.12%) 0.96
Logging an object on root logger 489832 ops/sec (±10.46%) 293081 ops/sec (±19.31%) 0.60
Logging an object with a message on root logger 278544 ops/sec (±14.00%) 182840 ops/sec (±21.96%) 0.66
Logging an object with a redacted prop on root logger 4162 ops/sec (±220.92%) 188622 ops/sec (±20.35%) 45.32
Logging a nested 3-level object on root logger 277479 ops/sec (±13.39%) 149030 ops/sec (±21.15%) 0.54

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 - ubuntu-latest'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 7e05681 Previous: 5eaeb2f Ratio
Logging an object with a redacted prop on root logger 4162 ops/sec (±220.92%) 188622 ops/sec (±20.35%) 45.32

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: 7e05681 Previous: 5eaeb2f Ratio
Child logger creation 377018 ops/sec (±1.16%) 402919 ops/sec (±30.91%) 1.07
Logging a string on root logger 448231 ops/sec (±13.90%) 615423 ops/sec (±8.12%) 1.37
Logging an object on root logger 345652 ops/sec (±12.83%) 436459 ops/sec (±8.72%) 1.26
Logging an object with a message on root logger 196396 ops/sec (±16.51%) 291083 ops/sec (±15.17%) 1.48
Logging an object with a redacted prop on root logger 234780 ops/sec (±23.87%) 9964 ops/sec (±196.67%) 0.04243973081182383
Logging a nested 3-level object on root logger 170438 ops/sec (±15.64%) 243638 ops/sec (±4.04%) 1.43

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

Please sign in to comment.