Skip to content

Commit

Permalink
Bump micromatch from 4.0.7 to 4.0.8 in /docs (#7225)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent bde1316 commit 8c55cb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7942,9 +7942,9 @@ micromark@~2.11.0:
parse-entities "^2.0.0"

micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5:
version "4.0.7"
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.7.tgz#33e8190d9fe474a9895525f5618eee136d46c2e5"
integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==
version "4.0.8"
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
dependencies:
braces "^3.0.3"
picomatch "^2.3.1"
Expand Down

1 comment on commit 8c55cb0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 8c55cb0 Previous: bde1316 Ratio
processingTx 23460 ops/sec (±6.37%) 21866 ops/sec (±7.53%) 0.93
processingContractDeploy 39321 ops/sec (±7.92%) 38826 ops/sec (±6.00%) 0.99
processingContractMethodSend 16148 ops/sec (±8.20%) 16997 ops/sec (±6.39%) 1.05
processingContractMethodCall 27213 ops/sec (±7.81%) 28024 ops/sec (±6.49%) 1.03
abiEncode 44027 ops/sec (±7.34%) 43192 ops/sec (±7.18%) 0.98
abiDecode 30382 ops/sec (±7.74%) 30922 ops/sec (±8.48%) 1.02
sign 1553 ops/sec (±0.85%) 1573 ops/sec (±3.50%) 1.01
verify 363 ops/sec (±2.49%) 376 ops/sec (±0.48%) 1.04

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

Please sign in to comment.