Skip to content

Commit

Permalink
chore(dev-deps): bump @types/jsonwebtoken from 9.0.6 to 9.0.7
Browse files Browse the repository at this point in the history
Bumps [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken) from 9.0.6 to 9.0.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsonwebtoken)

---
updated-dependencies:
- dependency-name: "@types/jsonwebtoken"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 21, 2024
1 parent 160da34 commit d0c1048
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 @@ -77,7 +77,7 @@
"@salesforce/ts-sinon": "^1.4.27",
"@types/benchmark": "^2.1.5",
"@types/fast-levenshtein": "^0.0.4",
"@types/jsonwebtoken": "9.0.6",
"@types/jsonwebtoken": "9.0.7",
"@types/proper-lockfile": "^4.1.4",
"@types/semver": "^7.5.8",
"benchmark": "^2.1.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -699,10 +699,10 @@
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==

"@types/[email protected].6":
version "9.0.6"
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.6.tgz#d1af3544d99ad992fb6681bbe60676e06b032bd3"
integrity sha512-/5hndP5dCjloafCXns6SZyESp3Ldq7YjH3zwzwczYnjxIT0Fqzk5ROSYVGfFyczIue7IUEj8hkvLbPoLQ18vQw==
"@types/[email protected].7":
version "9.0.7"
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.7.tgz#e49b96c2b29356ed462e9708fc73b833014727d2"
integrity sha512-ugo316mmTYBl2g81zDFnZ7cfxlut3o+/EQdaP7J8QN2kY6lJ22hmQYCK5EHcJHbrW+dkCGSCPgbG8JtYj6qSrg==
dependencies:
"@types/node" "*"

Expand Down

3 comments on commit d0c1048

@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: d0c1048 Previous: df973a0 Ratio
Child logger creation 469127 ops/sec (±1.29%) 460346 ops/sec (±2.00%) 0.98
Logging a string on root logger 810489 ops/sec (±10.24%) 836196 ops/sec (±9.74%) 1.03
Logging an object on root logger 645093 ops/sec (±6.87%) 549786 ops/sec (±7.17%) 0.85
Logging an object with a message on root logger 3881 ops/sec (±217.66%) 4751 ops/sec (±215.33%) 1.22
Logging an object with a redacted prop on root logger 456429 ops/sec (±9.49%) 426650 ops/sec (±12.67%) 0.93
Logging a nested 3-level object on root logger 361433 ops/sec (±8.40%) 373663 ops/sec (±7.33%) 1.03

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: d0c1048 Previous: df973a0 Ratio
Child logger creation 328785 ops/sec (±0.68%) 329246 ops/sec (±0.78%) 1.00
Logging a string on root logger 782310 ops/sec (±7.28%) 816697 ops/sec (±6.06%) 1.04
Logging an object on root logger 598099 ops/sec (±12.46%) 576846 ops/sec (±5.54%) 0.96
Logging an object with a message on root logger 16337 ops/sec (±186.92%) 5667 ops/sec (±206.59%) 0.35
Logging an object with a redacted prop on root logger 498667 ops/sec (±7.67%) 475958 ops/sec (±11.87%) 0.95
Logging a nested 3-level object on root logger 20480 ops/sec (±184.38%) 340833 ops/sec (±4.81%) 16.64

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: d0c1048 Previous: df973a0 Ratio
Logging a nested 3-level object on root logger 20480 ops/sec (±184.38%) 340833 ops/sec (±4.81%) 16.64

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

Please sign in to comment.