Skip to content

Commit

Permalink
[Snyk] Upgrade @Docusaurus packages from 3.0.0 to 3.0.1 (#6670)
Browse files Browse the repository at this point in the history
* fix: upgrade @docusaurus/pr from 3.0.0 to 3.0.1

Snyk has created this PR to upgrade @docusaurus/preset-classic from 3.0.0 to 3.0.1.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/muhammad-altabba/project/97fdd18d-9bab-4c87-87eb-da3caee72033?utm_source=github&utm_medium=referral&page=upgrade-pr

* regenerate yarn.lock

* update docusaurus packages versions to be the same for all

---------

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
Muhammad-Altabba and snyk-bot authored Jan 5, 2024
1 parent df594c9 commit 23d69ba
Show file tree
Hide file tree
Showing 2 changed files with 1,870 additions and 2,009 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^3.0.0",
"@docusaurus/preset-classic": "^3.0.0",
"@docusaurus/theme-live-codeblock": "^3.0.0",
"@docusaurus/core": "^3.0.1",
"@docusaurus/preset-classic": "^3.0.1",
"@docusaurus/theme-live-codeblock": "^3.0.1",
"@mdx-js/react": "^3.0.0",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
Expand Down
Loading

1 comment on commit 23d69ba

@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: 23d69ba Previous: 6c075db Ratio
processingTx 9421 ops/sec (±4.28%) 9301 ops/sec (±4.81%) 0.99
processingContractDeploy 39261 ops/sec (±7.64%) 39129 ops/sec (±7.62%) 1.00
processingContractMethodSend 20176 ops/sec (±6.55%) 19443 ops/sec (±5.19%) 0.96
processingContractMethodCall 39420 ops/sec (±5.91%) 38971 ops/sec (±6.34%) 0.99
abiEncode 47112 ops/sec (±6.14%) 44252 ops/sec (±6.92%) 0.94
abiDecode 32608 ops/sec (±7.53%) 30419 ops/sec (±8.89%) 0.93
sign 1647 ops/sec (±3.69%) 1656 ops/sec (±4.08%) 1.01
verify 384 ops/sec (±0.57%) 373 ops/sec (±0.78%) 0.97

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

Please sign in to comment.