Skip to content

Commit

Permalink
chore(deps): bump path-to-regexp from 1.8.0 to 1.9.0 in /examples
Browse files Browse the repository at this point in the history
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 11, 2024
1 parent 70fde88 commit dfe817d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1471,9 +1471,9 @@ path-is-absolute@^1.0.0:
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==

path-to-regexp@^1.7.0:
version "1.8.0"
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
integrity sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==
version "1.9.0"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.9.0.tgz#5dc0753acbf8521ca2e0f137b4578b917b10cf24"
integrity sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==
dependencies:
isarray "0.0.1"

Expand Down

3 comments on commit dfe817d

@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: dfe817d Previous: 6e62b19 Ratio
Child logger creation 470224 ops/sec (±1.09%) 456720 ops/sec (±1.28%) 0.97
Logging a string on root logger 836111 ops/sec (±8.74%) 752279 ops/sec (±6.15%) 0.90
Logging an object on root logger 660803 ops/sec (±7.81%) 526941 ops/sec (±6.72%) 0.80
Logging an object with a message on root logger 21116 ops/sec (±185.45%) 12861 ops/sec (±189.37%) 0.61
Logging an object with a redacted prop on root logger 475414 ops/sec (±8.13%) 435788 ops/sec (±5.73%) 0.92
Logging a nested 3-level object on root logger 21983 ops/sec (±184.79%) 351363 ops/sec (±7.68%) 15.98

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: dfe817d Previous: 6e62b19 Ratio
Logging a nested 3-level object on root logger 21983 ops/sec (±184.79%) 351363 ops/sec (±7.68%) 15.98

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: dfe817d Previous: 6e62b19 Ratio
Child logger creation 349756 ops/sec (±0.47%) 351147 ops/sec (±0.25%) 1.00
Logging a string on root logger 830937 ops/sec (±2.83%) 835906 ops/sec (±5.37%) 1.01
Logging an object on root logger 610221 ops/sec (±8.71%) 586463 ops/sec (±6.04%) 0.96
Logging an object with a message on root logger 2198 ops/sec (±234.99%) 3847 ops/sec (±215.35%) 1.75
Logging an object with a redacted prop on root logger 459937 ops/sec (±10.68%) 396292 ops/sec (±10.92%) 0.86
Logging a nested 3-level object on root logger 339360 ops/sec (±5.36%) 312813 ops/sec (±7.86%) 0.92

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

Please sign in to comment.