Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 8, 2023
1 parent c40fce0 commit 2a5a9cc
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 @@ -51,7 +51,7 @@
"jsforce": "^2.0.0-beta.27",
"jsonwebtoken": "9.0.2",
"jszip": "3.10.1",
"pino": "^8.15.1",
"pino": "^8.15.6",
"pino-abstract-transport": "^1.0.0",
"pino-pretty": "^10.2.3",
"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 @@ -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.1:
version "8.15.1"
resolved "https://registry.yarnpkg.com/pino/-/pino-8.15.1.tgz#04b815ff7aa4e46b1bbab88d8010aaa2b17eaba4"
integrity sha512-Cp4QzUQrvWCRJaQ8Lzv0mJzXVk4z2jlq8JNKMGaixC2Pz5L4l2p95TkuRvYbrEbe85NQsDKrAd4zalf7Ml6WiA==
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==
dependencies:
atomic-sleep "^1.0.0"
fast-redact "^3.1.1"
Expand Down

4 comments on commit 2a5a9cc

@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: 2a5a9cc Previous: 2f10547 Ratio
Child logger creation 506291 ops/sec (±0.47%) 543084 ops/sec (±0.27%) 1.07
Logging a string on root logger 583026 ops/sec (±5.40%) 521449 ops/sec (±11.22%) 0.89
Logging an object on root logger 334801 ops/sec (±28.63%) 331823 ops/sec (±11.00%) 0.99
Logging an object with a message on root logger 239312 ops/sec (±13.02%) 231010 ops/sec (±13.55%) 0.97
Logging an object with a redacted prop on root logger 6523 ops/sec (±205.12%) 13985 ops/sec (±185.81%) 2.14
Logging a nested 3-level object on root logger 214338 ops/sec (±8.43%) 156990 ops/sec (±30.13%) 0.73

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: 2a5a9cc Previous: 2f10547 Ratio
Logging an object with a redacted prop on root logger 6523 ops/sec (±205.12%) 13985 ops/sec (±185.81%) 2.14

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: 2a5a9cc Previous: 2f10547 Ratio
Child logger creation 514664 ops/sec (±0.87%) 454389 ops/sec (±4.97%) 0.88
Logging a string on root logger 585651 ops/sec (±10.51%) 616526 ops/sec (±14.25%) 1.05
Logging an object on root logger 289943 ops/sec (±21.45%) 460524 ops/sec (±13.99%) 1.59
Logging an object with a message on root logger 166085 ops/sec (±22.02%) 264581 ops/sec (±19.81%) 1.59
Logging an object with a redacted prop on root logger 168629 ops/sec (±20.41%) 4294 ops/sec (±217.36%) 0.025464184689466225
Logging a nested 3-level object on root logger 127188 ops/sec (±21.72%) 268998 ops/sec (±11.00%) 2.11

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: 2a5a9cc Previous: 2f10547 Ratio
Logging a nested 3-level object on root logger 127188 ops/sec (±21.72%) 268998 ops/sec (±11.00%) 2.11

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

Please sign in to comment.