Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2023
1 parent 2126f81 commit a419898
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 @@ -66,7 +66,7 @@
"@types/benchmark": "^2.1.3",
"@types/chai-string": "^1.4.5",
"@types/jsonwebtoken": "9.0.3",
"@types/lodash": "^4.14.200",
"@types/lodash": "^4.14.201",
"@types/proper-lockfile": "^4.1.2",
"@types/shelljs": "0.8.13",
"@typescript-eslint/eslint-plugin": "^5.62.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -738,10 +738,10 @@
dependencies:
"@types/node" "*"

"@types/lodash@^4.14.200":
version "4.14.200"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.200.tgz#435b6035c7eba9cdf1e039af8212c9e9281e7149"
integrity sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q==
"@types/lodash@^4.14.201":
version "4.14.201"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.201.tgz#76f47cb63124e806824b6c18463daf3e1d480239"
integrity sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ==

"@types/minimatch@*", "@types/minimatch@^3.0.3":
version "3.0.5"
Expand Down

4 comments on commit a419898

@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: a419898 Previous: 25ed002 Ratio
Child logger creation 482174 ops/sec (±1.74%) 461912 ops/sec (±4.31%) 0.96
Logging a string on root logger 837539 ops/sec (±6.30%) 766252 ops/sec (±10.96%) 0.91
Logging an object on root logger 628855 ops/sec (±7.59%) 568166 ops/sec (±6.73%) 0.90
Logging an object with a message on root logger 3829 ops/sec (±228.44%) 11806 ops/sec (±199.53%) 3.08
Logging an object with a redacted prop on root logger 432886 ops/sec (±14.46%) 412619 ops/sec (±14.97%) 0.95
Logging a nested 3-level object on root logger 372634 ops/sec (±7.62%) 359175 ops/sec (±9.99%) 0.96

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: a419898 Previous: 25ed002 Ratio
Logging an object with a message on root logger 3829 ops/sec (±228.44%) 11806 ops/sec (±199.53%) 3.08

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: a419898 Previous: 25ed002 Ratio
Child logger creation 319895 ops/sec (±0.80%) 234432 ops/sec (±2.64%) 0.73
Logging a string on root logger 753956 ops/sec (±5.51%) 603314 ops/sec (±6.36%) 0.80
Logging an object on root logger 632099 ops/sec (±5.58%) 293116 ops/sec (±18.32%) 0.46
Logging an object with a message on root logger 7782 ops/sec (±202.56%) 152932 ops/sec (±22.79%) 19.65
Logging an object with a redacted prop on root logger 448306 ops/sec (±14.23%) 152355 ops/sec (±22.12%) 0.34
Logging a nested 3-level object on root logger 298857 ops/sec (±9.53%) 122725 ops/sec (±19.96%) 0.41

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: a419898 Previous: 25ed002 Ratio
Logging an object with a message on root logger 7782 ops/sec (±202.56%) 152932 ops/sec (±22.79%) 19.65

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

Please sign in to comment.