Skip to content

Commit 367a974

Browse files
Bump @metamask/key-tree from 10.1.0 to 10.1.1 (#335)
Bumps [@metamask/key-tree](https://github.com/MetaMask/key-tree) from 10.1.0 to 10.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/MetaMask/key-tree/releases"><code>@​metamask/key-tree</code>'s releases</a>.</em></p> <blockquote> <h2>10.1.1</h2> <h3>Changed</h3> <ul> <li>Further optimise performance of getting public keys (<a href="https://redirect.github.com/MetaMask/key-tree/pull/218">#218</a>)</li> <li>Tweak precompute window size for <code>secp256k1</code> (<a href="https://redirect.github.com/MetaMask/key-tree/pull/217">#217</a>) <ul> <li>This can improve performance on some devices.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/MetaMask/key-tree/blob/main/CHANGELOG.md"><code>@​metamask/key-tree</code>'s changelog</a>.</em></p> <blockquote> <h2>[10.1.1]</h2> <h3>Changed</h3> <ul> <li>Further optimise performance of getting public keys (<a href="https://redirect.github.com/MetaMask/key-tree/pull/218">#218</a>)</li> <li>Tweak precompute window size for <code>secp256k1</code> (<a href="https://redirect.github.com/MetaMask/key-tree/pull/217">#217</a>) <ul> <li>This can improve performance on some devices.</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/key-tree/commit/e89af7d409e4fabe085179dde0edf9724374fffe"><code>e89af7d</code></a> 10.1.1 (<a href="https://redirect.github.com/MetaMask/key-tree/issues/219">#219</a>)</li> <li><a href="https://github.com/MetaMask/key-tree/commit/256b0434610ac28b02ee15ddb9b8f47fe07e67ac"><code>256b043</code></a> perf: Optimize performance of getting public keys further (<a href="https://redirect.github.com/MetaMask/key-tree/issues/218">#218</a>)</li> <li><a href="https://github.com/MetaMask/key-tree/commit/4888c86ea2328027c3530cfb98080845cd518d72"><code>4888c86</code></a> perf: Tweak precompute window size for secp256k1 (<a href="https://redirect.github.com/MetaMask/key-tree/issues/217">#217</a>)</li> <li><a href="https://github.com/MetaMask/key-tree/commit/9b89a7edfdb99d2210bec0d49050b8cc8fd3f606"><code>9b89a7e</code></a> Update workflows to use <code>MetaMask/action-checkout-and-setup</code> (<a href="https://redirect.github.com/MetaMask/key-tree/issues/216">#216</a>)</li> <li>See full diff in <a href="https://github.com/MetaMask/key-tree/compare/v10.1.0...v10.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@metamask/key-tree&package-manager=npm_and_yarn&previous-version=10.1.0&new-version=10.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 116ff0a commit 367a974

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2939,15 +2939,15 @@ __metadata:
29392939
linkType: hard
29402940

29412941
"@metamask/key-tree@npm:^10.0.2, @metamask/key-tree@npm:^10.1.0":
2942-
version: 10.1.0
2943-
resolution: "@metamask/key-tree@npm:10.1.0"
2942+
version: 10.1.1
2943+
resolution: "@metamask/key-tree@npm:10.1.1"
29442944
dependencies:
29452945
"@metamask/scure-bip39": ^2.1.1
29462946
"@metamask/utils": ^11.0.1
29472947
"@noble/curves": ^1.8.1
29482948
"@noble/hashes": ^1.3.2
29492949
"@scure/base": ^1.0.0
2950-
checksum: 050e5cd440f37daae11af855908e29be494c694242e255ff50c958d6159440304d78d575d041c3f279ebfe983a1874b812c131ed574e1b93eb2c911ef11eb08d
2950+
checksum: f1338bcd61259584cdc0fb2ff5f4cd6e753fa6f79a17abb58c64e754accb73a16f8129fbd6ffe1232e7cb72a8c32295e4b57c911b9aaabc6072611cff7d4ea46
29512951
languageName: node
29522952
linkType: hard
29532953

0 commit comments

Comments
 (0)