Skip to content

Commit

Permalink
fix: packages/web3-providers-ws/package.json to reduce vulnerabilities (
Browse files Browse the repository at this point in the history
#7109)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-WS-7266574

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
jdevcs and snyk-bot authored Jun 25, 2024
1 parent 750411c commit 6e4f39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-providers-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
"web3-errors": "^1.1.3",
"web3-types": "^1.3.0",
"web3-utils": "^4.0.7",
"ws": "^8.8.1"
"ws": "^8.17.1"
}
}

1 comment on commit 6e4f39d

@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: 6e4f39d Previous: 750411c Ratio
processingTx 8705 ops/sec (±5.19%) 9220 ops/sec (±4.37%) 1.06
processingContractDeploy 40083 ops/sec (±5.33%) 39401 ops/sec (±6.50%) 0.98
processingContractMethodSend 15329 ops/sec (±9.46%) 15383 ops/sec (±7.70%) 1.00
processingContractMethodCall 27958 ops/sec (±5.85%) 27237 ops/sec (±8.48%) 0.97
abiEncode 43056 ops/sec (±7.62%) 42968 ops/sec (±6.77%) 1.00
abiDecode 29540 ops/sec (±10.54%) 29647 ops/sec (±7.15%) 1.00
sign 1523 ops/sec (±3.68%) 1558 ops/sec (±0.85%) 1.02
verify 364 ops/sec (±0.81%) 369 ops/sec (±0.64%) 1.01

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

Please sign in to comment.