Skip to content

Commit

Permalink
fix: examples/package.json & examples/yarn.lock to reduce vulnerabili…
Browse files Browse the repository at this point in the history
…ties

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Nov 30, 2023
1 parent 838f7f5 commit 7aaceee
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 341 deletions.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Salesforce CLI"
],
"dependencies": {
"@salesforce/core": "^3",
"@salesforce/core": "^4.0.1",
"chalk": "^4",
"inquirer": "^8",
"lodash": "^4.17.21",
Expand Down
Loading

3 comments on commit 7aaceee

@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: 7aaceee Previous: b311cb1 Ratio
Child logger creation 482418 ops/sec (±0.91%) 476355 ops/sec (±2.12%) 0.99
Logging a string on root logger 810908 ops/sec (±8.33%) 856792 ops/sec (±8.99%) 1.06
Logging an object on root logger 664161 ops/sec (±5.58%) 591326 ops/sec (±7.25%) 0.89
Logging an object with a message on root logger 4912 ops/sec (±220.44%) 4188 ops/sec (±224.09%) 0.85
Logging an object with a redacted prop on root logger 459667 ops/sec (±8.45%) 466863 ops/sec (±9.47%) 1.02
Logging a nested 3-level object on root logger 383984 ops/sec (±10.55%) 365974 ops/sec (±9.09%) 0.95

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: 7aaceee Previous: b311cb1 Ratio
Child logger creation 349698 ops/sec (±0.50%) 322390 ops/sec (±2.95%) 0.92
Logging a string on root logger 816916 ops/sec (±7.17%) 786173 ops/sec (±5.91%) 0.96
Logging an object on root logger 649165 ops/sec (±5.44%) 591125 ops/sec (±6.11%) 0.91
Logging an object with a message on root logger 3549 ops/sec (±223.60%) 8151 ops/sec (±201.85%) 2.30
Logging an object with a redacted prop on root logger 469209 ops/sec (±11.55%) 470388 ops/sec (±7.19%) 1.00
Logging a nested 3-level object on root logger 342908 ops/sec (±6.32%) 345341 ops/sec (±5.11%) 1.01

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: 7aaceee Previous: b311cb1 Ratio
Logging an object with a message on root logger 3549 ops/sec (±223.60%) 8151 ops/sec (±201.85%) 2.30

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

Please sign in to comment.