Skip to content

Commit

Permalink
chore(deps-dev): bump http-proxy-middleware from 2.0.6 to 2.0.7 (#7407)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 7a8df69 commit 926044b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7091,9 +7091,9 @@ http-proxy-agent@^5.0.0:
debug "4"

http-proxy-middleware@^2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz#e1a4dd6979572c7ab5a4e4b55095d1f32a74963f"
integrity sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==
version "2.0.7"
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz#915f236d92ae98ef48278a95dedf17e991936ec6"
integrity sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==
dependencies:
"@types/http-proxy" "^1.17.8"
http-proxy "^1.18.1"
Expand Down

2 comments on commit 926044b

@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: 926044b Previous: 7a8df69 Ratio
processingTx 23218 ops/sec (±6.26%) 22656 ops/sec (±7.04%) 0.98
processingContractDeploy 40127 ops/sec (±7.65%) 41609 ops/sec (±7.26%) 1.04
processingContractMethodSend 16688 ops/sec (±8.68%) 16513 ops/sec (±10.03%) 0.99
processingContractMethodCall 27967 ops/sec (±8.17%) 29019 ops/sec (±6.15%) 1.04
abiEncode 43839 ops/sec (±7.60%) 45433 ops/sec (±7.43%) 1.04
abiDecode 30802 ops/sec (±7.14%) 30564 ops/sec (±8.30%) 0.99
sign 1526 ops/sec (±0.83%) 1555 ops/sec (±3.00%) 1.02
verify 363 ops/sec (±0.55%) 376 ops/sec (±0.59%) 1.04

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

@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: 926044b Previous: 7a8df69 Ratio
processingTx 22580 ops/sec (±6.70%) 22656 ops/sec (±7.04%) 1.00
processingContractDeploy 38234 ops/sec (±9.25%) 41609 ops/sec (±7.26%) 1.09
processingContractMethodSend 15487 ops/sec (±8.04%) 16513 ops/sec (±10.03%) 1.07
processingContractMethodCall 27549 ops/sec (±6.36%) 29019 ops/sec (±6.15%) 1.05
abiEncode 42126 ops/sec (±7.48%) 45433 ops/sec (±7.43%) 1.08
abiDecode 30213 ops/sec (±7.55%) 30564 ops/sec (±8.30%) 1.01
sign 1458 ops/sec (±3.47%) 1555 ops/sec (±3.00%) 1.07
verify 361 ops/sec (±0.61%) 376 ops/sec (±0.59%) 1.04

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

Please sign in to comment.