Skip to content

Commit

Permalink
chore(dev-deps): bump @types/jsonwebtoken from 9.0.5 to 9.0.6
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.5 to 9.0.6.
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 2, 2024
1 parent 282e15b commit 932153e
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 @@ -62,7 +62,7 @@
"@salesforce/ts-sinon": "^1.4.19",
"@types/benchmark": "^2.1.5",
"@types/chai-string": "^1.4.5",
"@types/jsonwebtoken": "9.0.5",
"@types/jsonwebtoken": "9.0.6",
"@types/proper-lockfile": "^4.1.4",
"benchmark": "^2.1.4",
"chai-string": "^1.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -685,10 +685,10 @@
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==

"@types/jsonwebtoken@9.0.5":
version "9.0.5"
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.5.tgz#0bd9b841c9e6c5a937c17656e2368f65da025588"
integrity sha512-VRLSGzik+Unrup6BsouBeHsf4d1hOEgYWTm/7Nmw1sXoN1+tRly/Gy/po3yeahnP4jfnQWWAhQAqcNfH7ngOkA==
"@types/jsonwebtoken@9.0.6":
version "9.0.6"
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.6.tgz#d1af3544d99ad992fb6681bbe60676e06b032bd3"
integrity sha512-/5hndP5dCjloafCXns6SZyESp3Ldq7YjH3zwzwczYnjxIT0Fqzk5ROSYVGfFyczIue7IUEj8hkvLbPoLQ18vQw==
dependencies:
"@types/node" "*"

Expand Down

2 comments on commit 932153e

@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: 932153e Previous: 7230743 Ratio
Child logger creation 468660 ops/sec (±1.74%) 485799 ops/sec (±0.77%) 1.04
Logging a string on root logger 798951 ops/sec (±8.59%) 852041 ops/sec (±10.12%) 1.07
Logging an object on root logger 596105 ops/sec (±8.11%) 607911 ops/sec (±6.03%) 1.02
Logging an object with a message on root logger 6272 ops/sec (±213.16%) 4184 ops/sec (±223.65%) 0.67
Logging an object with a redacted prop on root logger 399307 ops/sec (±19.83%) 390293 ops/sec (±13.18%) 0.98
Logging a nested 3-level object on root logger 380136 ops/sec (±6.53%) 369811 ops/sec (±8.48%) 0.97

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: 932153e Previous: 7230743 Ratio
Child logger creation 336593 ops/sec (±3.03%) 339134 ops/sec (±0.57%) 1.01
Logging a string on root logger 810185 ops/sec (±5.74%) 790382 ops/sec (±8.53%) 0.98
Logging an object on root logger 640509 ops/sec (±6.72%) 609277 ops/sec (±5.80%) 0.95
Logging an object with a message on root logger 4939 ops/sec (±211.64%) 7494 ops/sec (±202.95%) 1.52
Logging an object with a redacted prop on root logger 459611 ops/sec (±14.15%) 423802 ops/sec (±17.63%) 0.92
Logging a nested 3-level object on root logger 318490 ops/sec (±7.66%) 316676 ops/sec (±5.78%) 0.99

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

Please sign in to comment.