Skip to content

Commit

Permalink
fix(deps): bump pino from 8.18.0 to 8.19.0
Browse files Browse the repository at this point in the history
Bumps [pino](https://github.com/pinojs/pino) from 8.18.0 to 8.19.0.
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v8.18.0...v8.19.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 Feb 17, 2024
1 parent 5bd3456 commit ff148e1
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 @@ -50,7 +50,7 @@
"jsforce": "^2.0.0-beta.29",
"jsonwebtoken": "9.0.2",
"jszip": "3.10.1",
"pino": "^8.18.0",
"pino": "^8.19.0",
"pino-abstract-transport": "^1.1.0",
"pino-pretty": "^10.3.1",
"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 @@ -3906,10 +3906,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.18.0:
version "8.18.0"
resolved "https://registry.yarnpkg.com/pino/-/pino-8.18.0.tgz#f2bfbb4e827ed2049ee1e88372268efdcd1505f6"
integrity sha512-Mz/gKiRyuXu4HnpHgi1YWdHQCoWMufapzooisvFn78zl4dZciAxS+YeRkUxXl1ee/SzU80YCz1zpECCh4oC6Aw==
pino@^8.19.0:
version "8.19.0"
resolved "https://registry.yarnpkg.com/pino/-/pino-8.19.0.tgz#ccc15ef736f103ec02cfbead0912bc436dc92ce4"
integrity sha512-oswmokxkav9bADfJ2ifrvfHUwad6MLp73Uat0IkQWY3iAw5xTRoznXbXksZs8oaOUMpmhVWD+PZogNzllWpJaA==
dependencies:
atomic-sleep "^1.0.0"
fast-redact "^3.1.1"
Expand Down

2 comments on commit ff148e1

@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: ff148e1 Previous: d2dda3e Ratio
Child logger creation 481658 ops/sec (±1.47%) 472527 ops/sec (±1.43%) 0.98
Logging a string on root logger 811914 ops/sec (±6.34%) 756273 ops/sec (±13.60%) 0.93
Logging an object on root logger 617908 ops/sec (±6.47%) 586224 ops/sec (±6.00%) 0.95
Logging an object with a message on root logger 8330 ops/sec (±207.30%) 10167 ops/sec (±200.24%) 1.22
Logging an object with a redacted prop on root logger 391178 ops/sec (±14.75%) 452170 ops/sec (±6.39%) 1.16
Logging a nested 3-level object on root logger 389376 ops/sec (±8.73%) 346034 ops/sec (±10.98%) 0.89

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: ff148e1 Previous: d2dda3e Ratio
Child logger creation 347770 ops/sec (±0.32%) 341479 ops/sec (±0.49%) 0.98
Logging a string on root logger 868638 ops/sec (±5.65%) 794501 ops/sec (±5.06%) 0.91
Logging an object on root logger 635673 ops/sec (±6.19%) 632181 ops/sec (±6.69%) 0.99
Logging an object with a message on root logger 4301 ops/sec (±220.05%) 6860 ops/sec (±204.91%) 1.59
Logging an object with a redacted prop on root logger 435537 ops/sec (±12.11%) 430391 ops/sec (±5.59%) 0.99
Logging a nested 3-level object on root logger 331928 ops/sec (±4.30%) 282118 ops/sec (±5.88%) 0.85

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

Please sign in to comment.