Skip to content

Commit

Permalink
fix: upgrade docusaurus-lunr-search from 3.3.0 to 3.3.1 (#6677)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade docusaurus-lunr-search from 3.3.0 to 3.3.1.

I generated the yarn.lock file locally and it matched the one generated by Snyk.

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

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
Muhammad-Altabba and snyk-bot authored Jan 4, 2024
1 parent 6c075db commit f9468a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@mdx-js/react": "^3.0.0",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"docusaurus-lunr-search": "^3.3.0",
"docusaurus-lunr-search": "^3.3.1",
"prism-react-renderer": "^2.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
9 changes: 4 additions & 5 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3772,10 +3772,10 @@ dns-packet@^5.2.2:
dependencies:
"@leichtgewicht/ip-codec" "^2.0.1"

docusaurus-lunr-search@^3.3.0:
version "3.3.0"
resolved "https://registry.npmjs.org/docusaurus-lunr-search/-/docusaurus-lunr-search-3.3.0.tgz#b79af937d28ff2ab4d766d2e42c1e4bcff50e0a6"
integrity sha512-F2fSAA+6vRCHxF4R+rV8xSg1cYY7pXFKdbBNlTX6+dyKdwCWcnrmTXJmlCkN4DT65ntNU9iTd+mZ8lZzH3Lncg==
docusaurus-lunr-search@^3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/docusaurus-lunr-search/-/docusaurus-lunr-search-3.3.1.tgz#4ee77853b21c1f6a652c9545d8ba8dc3bd8b3ab9"
integrity sha512-EWUeHlTf+wVDLYLvgxeqavhww59elc9XfvlC9ZEHdeBT+kEbDdCdcC0CnHHeHVqePbMoHYfA8RhsXKYcLp6qgw==
dependencies:
autocomplete.js "^0.37.0"
clsx "^1.2.1"
Expand All @@ -3787,7 +3787,6 @@ docusaurus-lunr-search@^3.3.0:
lunr-languages "^1.4.0"
mark.js "^8.11.1"
minimatch "^3.0.4"
object-assign "^4.1.1"
rehype-parse "^7.0.1"
to-vfile "^6.1.0"
unified "^9.0.0"
Expand Down

1 comment on commit f9468a8

@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: f9468a8 Previous: 6c075db Ratio
processingTx 9536 ops/sec (±3.60%) 9301 ops/sec (±4.81%) 0.98
processingContractDeploy 39945 ops/sec (±7.75%) 39129 ops/sec (±7.62%) 0.98
processingContractMethodSend 20235 ops/sec (±4.65%) 19443 ops/sec (±5.19%) 0.96
processingContractMethodCall 39371 ops/sec (±5.86%) 38971 ops/sec (±6.34%) 0.99
abiEncode 45315 ops/sec (±8.12%) 44252 ops/sec (±6.92%) 0.98
abiDecode 31801 ops/sec (±7.12%) 30419 ops/sec (±8.89%) 0.96
sign 1679 ops/sec (±1.27%) 1656 ops/sec (±4.08%) 0.99
verify 380 ops/sec (±0.57%) 373 ops/sec (±0.78%) 0.98

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

Please sign in to comment.