Skip to content

Commit

Permalink
fix(deps): bump pino from 8.17.2 to 8.18.0
Browse files Browse the repository at this point in the history
Bumps [pino](https://github.com/pinojs/pino) from 8.17.2 to 8.18.0.
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v8.17.2...v8.18.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 Feb 3, 2024
1 parent e7c496e commit 5485a4d
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.17.2",
"pino": "^8.18.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.17.2:
version "8.17.2"
resolved "https://registry.yarnpkg.com/pino/-/pino-8.17.2.tgz#0ed20175623a69d31664a1e8a5f85476272224be"
integrity sha512-LA6qKgeDMLr2ux2y/YiUt47EfgQ+S9LznBWOJdN3q1dx2sv0ziDLUBeVpyVv17TEcGCBuWf0zNtg3M5m1NhhWQ==
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==
dependencies:
atomic-sleep "^1.0.0"
fast-redact "^3.1.1"
Expand Down

2 comments on commit 5485a4d

@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: 5485a4d Previous: 6bdb8c0 Ratio
Child logger creation 470683 ops/sec (±0.47%) 444207 ops/sec (±1.45%) 0.94
Logging a string on root logger 871108 ops/sec (±8.62%) 770242 ops/sec (±9.76%) 0.88
Logging an object on root logger 574969 ops/sec (±8.54%) 603930 ops/sec (±8.07%) 1.05
Logging an object with a message on root logger 7063 ops/sec (±208.75%) 10502 ops/sec (±202.15%) 1.49
Logging an object with a redacted prop on root logger 459114 ops/sec (±9.70%) 432051 ops/sec (±10.09%) 0.94
Logging a nested 3-level object on root logger 369648 ops/sec (±7.46%) 365527 ops/sec (±6.70%) 0.99

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: 5485a4d Previous: 6bdb8c0 Ratio
Child logger creation 340628 ops/sec (±0.37%) 319005 ops/sec (±1.17%) 0.94
Logging a string on root logger 786573 ops/sec (±11.45%) 717108 ops/sec (±10.64%) 0.91
Logging an object on root logger 602261 ops/sec (±6.22%) 598140 ops/sec (±6.61%) 0.99
Logging an object with a message on root logger 6385 ops/sec (±207.15%) 11063 ops/sec (±189.64%) 1.73
Logging an object with a redacted prop on root logger 470849 ops/sec (±6.81%) 438791 ops/sec (±11.87%) 0.93
Logging a nested 3-level object on root logger 320004 ops/sec (±5.94%) 333295 ops/sec (±5.54%) 1.04

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

Please sign in to comment.