Skip to content

Commit 92f8922

Browse files
chore(deps): bump @metamask/key-tree from 10.1.0 to 10.1.1 (#3254)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MetaMask Bot <[email protected]>
1 parent a270b30 commit 92f8922

File tree

14 files changed

+27
-27
lines changed

14 files changed

+27
-27
lines changed

packages/examples/packages/bip32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"test:watch": "jest --watch"
4444
},
4545
"dependencies": {
46-
"@metamask/key-tree": "^10.1.0",
46+
"@metamask/key-tree": "^10.1.1",
4747
"@metamask/snaps-sdk": "workspace:^",
4848
"@metamask/utils": "^11.2.0",
4949
"@noble/ed25519": "^1.6.0",

packages/examples/packages/bip32/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "HwrsD47LbsSGHt9MwKLSl50VI8lnsY1yxq/LPa1BBcc=",
10+
"shasum": "BnInoLYP8A55s++qF6ZMaJ3ewFB/DhXjKtP2/sG9FZ4=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/bip44/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"test:watch": "jest --watch"
4444
},
4545
"dependencies": {
46-
"@metamask/key-tree": "^10.1.0",
46+
"@metamask/key-tree": "^10.1.1",
4747
"@metamask/snaps-sdk": "workspace:^",
4848
"@metamask/utils": "^11.2.0",
4949
"@noble/bls12-381": "^1.2.0"

packages/examples/packages/bip44/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "slHRPz+TwwHJfPqaZKAwCmSUAbxi8aAvwkGWY5MJ1Fk=",
10+
"shasum": "o4j+V8LEXdbiDYCd7dzc4QByLLLBG0ZXatDpeXmGxpU=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/invoke-snap/packages/consumer-signer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"test:watch": "jest --watch"
4444
},
4545
"dependencies": {
46-
"@metamask/key-tree": "^10.1.0",
46+
"@metamask/key-tree": "^10.1.1",
4747
"@metamask/snaps-sdk": "workspace:^",
4848
"@metamask/utils": "^11.2.0",
4949
"@noble/hashes": "^1.7.1"

packages/examples/packages/invoke-snap/packages/core-signer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"test:watch": "jest --watch"
4444
},
4545
"dependencies": {
46-
"@metamask/key-tree": "^10.1.0",
46+
"@metamask/key-tree": "^10.1.1",
4747
"@metamask/snaps-sdk": "workspace:^",
4848
"@metamask/utils": "^11.2.0",
4949
"@noble/curves": "^1.1.0",

packages/examples/packages/invoke-snap/packages/core-signer/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "4MKzJCtc1uh4GzIg60F9R7FBWD8LZW8LEMe9Au7UxWQ=",
10+
"shasum": "/Loj3eGeyphECZnKWCVkePv6dGjIyBe5vGcN+wZ/IlY=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/snaps-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@metamask/base-controller": "^8.0.0",
8484
"@metamask/json-rpc-engine": "^10.0.2",
8585
"@metamask/json-rpc-middleware-stream": "^8.0.7",
86-
"@metamask/key-tree": "^10.1.0",
86+
"@metamask/key-tree": "^10.1.1",
8787
"@metamask/object-multiplex": "^2.1.0",
8888
"@metamask/permission-controller": "^11.0.6",
8989
"@metamask/phishing-controller": "^12.4.1",

packages/snaps-rpc-methods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"test:watch": "jest --watch"
5656
},
5757
"dependencies": {
58-
"@metamask/key-tree": "^10.1.0",
58+
"@metamask/key-tree": "^10.1.1",
5959
"@metamask/permission-controller": "^11.0.6",
6060
"@metamask/rpc-errors": "^7.0.2",
6161
"@metamask/snaps-sdk": "workspace:^",

packages/snaps-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"test:watch": "jest --watch"
9292
},
9393
"dependencies": {
94-
"@metamask/key-tree": "^10.1.0",
94+
"@metamask/key-tree": "^10.1.1",
9595
"@metamask/providers": "^21.0.0",
9696
"@metamask/rpc-errors": "^7.0.2",
9797
"@metamask/superstruct": "^3.1.0",

0 commit comments

Comments
 (0)