Skip to content

Commit

Permalink
Bump cross-spawn from 7.0.3 to 7.0.6 in /docs (#7399)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent e79ace2 commit 079c558
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 @@ -4679,9 +4679,9 @@ cosmiconfig@^8.0.0, cosmiconfig@^8.1.3, cosmiconfig@^8.3.5:
path-type "^4.0.0"

cross-spawn@^7.0.0, cross-spawn@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
version "7.0.6"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
dependencies:
path-key "^3.1.0"
shebang-command "^2.0.0"
Expand Down

1 comment on commit 079c558

@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: 079c558 Previous: e79ace2 Ratio
processingTx 20812 ops/sec (±6.93%) 23018 ops/sec (±7.40%) 1.11
processingContractDeploy 33699 ops/sec (±8.92%) 38805 ops/sec (±7.15%) 1.15
processingContractMethodSend 14367 ops/sec (±7.52%) 16423 ops/sec (±6.63%) 1.14
processingContractMethodCall 25691 ops/sec (±6.35%) 28283 ops/sec (±6.94%) 1.10
abiEncode 38458 ops/sec (±8.44%) 43750 ops/sec (±7.35%) 1.14
abiDecode 27504 ops/sec (±6.34%) 30100 ops/sec (±8.53%) 1.09
sign 1507 ops/sec (±0.72%) 1538 ops/sec (±3.21%) 1.02
verify 358 ops/sec (±0.62%) 374 ops/sec (±0.49%) 1.04

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

Please sign in to comment.