Skip to content

Commit

Permalink
fix(deps): bump jsonwebtoken from 9.0.0 to 9.0.1
Browse files Browse the repository at this point in the history
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 9.0.0 to 9.0.1.
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jsonwebtoken@v9.0.0...v9.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2023
1 parent f4250e2 commit ae66699
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 @@
"form-data": "^4.0.0",
"js2xmlparser": "^4.0.1",
"jsforce": "^2.0.0-beta.27",
"jsonwebtoken": "9.0.0",
"jsonwebtoken": "9.0.1",
"jszip": "3.10.1",
"proper-lockfile": "^4.1.2",
"ts-retry-promise": "^0.7.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3044,10 +3044,10 @@ jsonparse@^1.2.0:
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==

[email protected].0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
[email protected].1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz#81d8c901c112c24e497a55daf6b2be1225b40145"
integrity sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg==
dependencies:
jws "^3.2.2"
lodash "^4.17.21"
Expand Down

2 comments on commit ae66699

@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: ae66699 Previous: b80254b Ratio
Child logger creation 15506 ops/sec (±0.97%) 15381 ops/sec (±0.93%) 0.99
Logging a string on root logger 73299 ops/sec (±0.14%) 72393 ops/sec (±0.16%) 0.99
Logging an object on root logger 60300 ops/sec (±0.32%) 61326 ops/sec (±0.27%) 1.02
Logging an object with a message on root logger 29166 ops/sec (±0.46%) 29219 ops/sec (±0.11%) 1.00
Logging an object with a redacted prop on root logger 55392 ops/sec (±0.17%) 55086 ops/sec (±0.10%) 0.99
Logging a nested 3-level object on root logger 50406 ops/sec (±0.15%) 50052 ops/sec (±0.20%) 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: ae66699 Previous: b80254b Ratio
Child logger creation 5080 ops/sec (±7.36%) 5336 ops/sec (±1.09%) 1.05
Logging a string on root logger 59243 ops/sec (±0.26%) 59355 ops/sec (±1.87%) 1.00
Logging an object on root logger 48196 ops/sec (±0.37%) 49059 ops/sec (±0.39%) 1.02
Logging an object with a message on root logger 22833 ops/sec (±0.60%) 22875 ops/sec (±0.55%) 1.00
Logging an object with a redacted prop on root logger 44101 ops/sec (±0.33%) 43343 ops/sec (±2.15%) 0.98
Logging a nested 3-level object on root logger 39685 ops/sec (±0.39%) 39780 ops/sec (±0.39%) 1.00

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

Please sign in to comment.