Skip to content

Commit

Permalink
[Snyk] Upgrade @docusaurus/core from 3.4.0 to 3.5.2 (#7365)
Browse files Browse the repository at this point in the history
* fix: upgrade @docusaurus/core from 3.4.0 to 3.5.2

Snyk has created this PR to upgrade @docusaurus/core from 3.4.0 to 3.5.2.

See this package in yarn:
@docusaurus/core

See this project in Snyk:
https://app.snyk.io/org/junaid-haLhdAEeRGpDte5iWFihbt/project/af7e706d-a666-4552-9392-c89c232cb8dc?utm_source=github&utm_medium=referral&page=upgrade-pr

* Update Docs Dependencies

---------

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Dan Forbes <[email protected]>
  • Loading branch information
3 people authored Oct 31, 2024
1 parent 95b4bab commit 3283431
Show file tree
Hide file tree
Showing 2 changed files with 239 additions and 212 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
},
"dependencies": {
"@cookbookdev/docsbot": "^4.21.23",
"@docusaurus/core": "^3.0.1",
"@docusaurus/preset-classic": "^3.0.1",
"@docusaurus/theme-live-codeblock": "^3.0.1",
"@docusaurus/core": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@docusaurus/theme-live-codeblock": "^3.5.2",
"@mdx-js/react": "^3.0.0",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
Expand All @@ -30,7 +30,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.0.0",
"@tsconfig/docusaurus": "^2.0.2",
"docusaurus-plugin-typedoc-api": "^4.0.1",
"docusaurus-plugin-typedoc-api": "^4.4.0",
"typescript": "^4.6.4"
},
"browserslist": {
Expand Down
Loading

1 comment on commit 3283431

@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: 3283431 Previous: 95b4bab Ratio
processingTx 23064 ops/sec (±6.45%) 21855 ops/sec (±6.97%) 0.95
processingContractDeploy 38174 ops/sec (±9.00%) 39254 ops/sec (±7.93%) 1.03
processingContractMethodSend 16294 ops/sec (±8.74%) 15819 ops/sec (±7.30%) 0.97
processingContractMethodCall 27557 ops/sec (±8.21%) 27336 ops/sec (±7.42%) 0.99
abiEncode 45150 ops/sec (±6.94%) 44297 ops/sec (±7.25%) 0.98
abiDecode 30362 ops/sec (±7.66%) 30746 ops/sec (±6.13%) 1.01
sign 1585 ops/sec (±0.54%) 1531 ops/sec (±0.76%) 0.97
verify 362 ops/sec (±2.72%) 358 ops/sec (±0.58%) 0.99

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

Please sign in to comment.