Skip to content

Commit

Permalink
Bump @metamask/key-tree from 9.1.0 to 9.1.1 (#2431)
Browse files Browse the repository at this point in the history
Bumps [@metamask/key-tree](https://github.com/MetaMask/key-tree) from
9.1.0 to 9.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>9.1.1</h2>
<h3>Fixed</h3>
<ul>
<li>Fix ESM imports (<a
href="https://redirect.github.com/MetaMask/key-tree/pull/177">#177</a>)</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>[9.1.1]</h2>
<h3>Fixed</h3>
<ul>
<li>Fix ESM imports (<a
href="https://redirect.github.com/MetaMask/key-tree/pull/177">#177</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/MetaMask/key-tree/commit/ba27860e8eb2b99a5f8f75c8b840a92560488c13"><code>ba27860</code></a>
9.1.1 (<a
href="https://redirect.github.com/MetaMask/key-tree/issues/178">#178</a>)</li>
<li><a
href="https://github.com/MetaMask/key-tree/commit/a61eb0227ec618394c533d5498276898bd0a45f3"><code>a61eb02</code></a>
Fix ESM imports (<a
href="https://redirect.github.com/MetaMask/key-tree/issues/177">#177</a>)</li>
<li>See full diff in <a
href="https://github.com/MetaMask/key-tree/compare/v9.1.0...v9.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=9.1.0&new-version=9.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]>
Co-authored-by: Guillaume Roux <[email protected]>
  • Loading branch information
3 people authored May 29, 2024
1 parent 46da240 commit 37a7fc4
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/examples/packages/bip32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lint:dependencies": "depcheck"
},
"dependencies": {
"@metamask/key-tree": "^9.1.0",
"@metamask/key-tree": "^9.1.1",
"@metamask/snaps-sdk": "workspace:^",
"@metamask/utils": "^8.3.0",
"@noble/ed25519": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/bip32/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "xw62rD8He0Lm1dDr3RfVoycp0PTWauVCclc8JbpwofU=",
"shasum": "cFY+EKFr9Kca+FLDLLEx+b7UwSXDdRAASw+Afr0KGSA=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/bip44/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lint:dependencies": "depcheck"
},
"dependencies": {
"@metamask/key-tree": "^9.1.0",
"@metamask/key-tree": "^9.1.1",
"@metamask/snaps-sdk": "workspace:^",
"@metamask/utils": "^8.3.0",
"@noble/bls12-381": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/bip44/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "G2yYbJz3DctO7M6AVvIce83JBNDcS1lZ31Ofb6ptJ6k=",
"shasum": "VytbTBFlZ+M81Z4l5pROqmcSWdCKpM4tzxmWblpde6g=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lint:dependencies": "depcheck"
},
"dependencies": {
"@metamask/key-tree": "^9.1.0",
"@metamask/key-tree": "^9.1.1",
"@metamask/snaps-sdk": "workspace:^",
"@metamask/utils": "^8.3.0",
"@noble/hashes": "^1.3.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lint:dependencies": "depcheck"
},
"dependencies": {
"@metamask/key-tree": "^9.1.0",
"@metamask/key-tree": "^9.1.1",
"@metamask/snaps-sdk": "workspace:^",
"@metamask/utils": "^8.3.0",
"@noble/curves": "^1.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "v7w+zKe0fcYZb5454bkBF0gya0QTori1bM5ISHtBsxs=",
"shasum": "FJYxumLs73HbbfEIlfh9ZvR4AP4Kgq7UgKA7TESveXs=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@metamask/eth-json-rpc-middleware": "^12.1.1",
"@metamask/json-rpc-engine": "^8.0.1",
"@metamask/json-rpc-middleware-stream": "^7.0.1",
"@metamask/key-tree": "^9.1.0",
"@metamask/key-tree": "^9.1.1",
"@metamask/permission-controller": "^9.0.2",
"@metamask/snaps-controllers": "workspace:^",
"@metamask/snaps-execution-environments": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-rpc-methods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"build:ci": "tsup --clean"
},
"dependencies": {
"@metamask/key-tree": "^9.1.0",
"@metamask/key-tree": "^9.1.1",
"@metamask/permission-controller": "^9.0.2",
"@metamask/rpc-errors": "^6.2.1",
"@metamask/snaps-sdk": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"build:ci": "tsup --clean"
},
"dependencies": {
"@metamask/key-tree": "^9.1.0",
"@metamask/key-tree": "^9.1.1",
"@metamask/providers": "^16.1.0",
"@metamask/rpc-errors": "^6.2.1",
"@metamask/utils": "^8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-simulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@metamask/eth-json-rpc-middleware": "^12.1.1",
"@metamask/json-rpc-engine": "^8.0.1",
"@metamask/json-rpc-middleware-stream": "^7.0.1",
"@metamask/key-tree": "^9.1.0",
"@metamask/key-tree": "^9.1.1",
"@metamask/permission-controller": "^9.0.2",
"@metamask/snaps-controllers": "workspace:^",
"@metamask/snaps-execution-environments": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/snaps-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@babel/core": "^7.23.2",
"@babel/types": "^7.23.0",
"@metamask/base-controller": "^5.0.2",
"@metamask/key-tree": "^9.1.0",
"@metamask/key-tree": "^9.1.1",
"@metamask/permission-controller": "^9.0.2",
"@metamask/rpc-errors": "^6.2.1",
"@metamask/slip44": "^3.1.0",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3885,7 +3885,7 @@ __metadata:
"@metamask/eslint-config-jest": ^12.1.0
"@metamask/eslint-config-nodejs": ^12.1.0
"@metamask/eslint-config-typescript": ^12.1.0
"@metamask/key-tree": ^9.1.0
"@metamask/key-tree": ^9.1.1
"@metamask/snaps-cli": "workspace:^"
"@metamask/snaps-jest": "workspace:^"
"@metamask/snaps-sdk": "workspace:^"
Expand Down Expand Up @@ -3925,7 +3925,7 @@ __metadata:
"@metamask/eslint-config-jest": ^12.1.0
"@metamask/eslint-config-nodejs": ^12.1.0
"@metamask/eslint-config-typescript": ^12.1.0
"@metamask/key-tree": ^9.1.0
"@metamask/key-tree": ^9.1.1
"@metamask/snaps-cli": "workspace:^"
"@metamask/snaps-jest": "workspace:^"
"@metamask/snaps-sdk": "workspace:^"
Expand Down Expand Up @@ -4086,7 +4086,7 @@ __metadata:
"@metamask/eslint-config-jest": ^12.1.0
"@metamask/eslint-config-nodejs": ^12.1.0
"@metamask/eslint-config-typescript": ^12.1.0
"@metamask/key-tree": ^9.1.0
"@metamask/key-tree": ^9.1.1
"@metamask/snaps-cli": "workspace:^"
"@metamask/snaps-jest": "workspace:^"
"@metamask/snaps-sdk": "workspace:^"
Expand Down Expand Up @@ -4142,7 +4142,7 @@ __metadata:
"@metamask/eslint-config-jest": ^12.1.0
"@metamask/eslint-config-nodejs": ^12.1.0
"@metamask/eslint-config-typescript": ^12.1.0
"@metamask/key-tree": ^9.1.0
"@metamask/key-tree": ^9.1.1
"@metamask/snaps-cli": "workspace:^"
"@metamask/snaps-jest": "workspace:^"
"@metamask/snaps-sdk": "workspace:^"
Expand Down Expand Up @@ -4960,16 +4960,16 @@ __metadata:
languageName: unknown
linkType: soft

"@metamask/key-tree@npm:^9.1.0":
version: 9.1.0
resolution: "@metamask/key-tree@npm:9.1.0"
"@metamask/key-tree@npm:^9.1.1":
version: 9.1.1
resolution: "@metamask/key-tree@npm:9.1.1"
dependencies:
"@metamask/scure-bip39": ^2.1.1
"@metamask/utils": ^8.3.0
"@noble/curves": ^1.2.0
"@noble/hashes": ^1.3.2
"@scure/base": ^1.0.0
checksum: 02709493f87c4cf8ebe3b81a47d3239d4d0b15fd73ac877047d0907652ff740d307966392f6f31d2f7871ab84315dddb4310edbf4edb976941a53d4e9ae04404
checksum: 4de5f92e4d9408829552bb569b998613ed940f289613fe86f9a5f0a66e392ec386d70b2365943c216b83c9ff249877fd731f2f791240a622ff186fd047d81f9e
languageName: node
linkType: hard

Expand Down Expand Up @@ -5718,7 +5718,7 @@ __metadata:
"@metamask/eth-json-rpc-middleware": ^12.1.1
"@metamask/json-rpc-engine": ^8.0.1
"@metamask/json-rpc-middleware-stream": ^7.0.1
"@metamask/key-tree": ^9.1.0
"@metamask/key-tree": ^9.1.1
"@metamask/permission-controller": ^9.0.2
"@metamask/snaps-controllers": "workspace:^"
"@metamask/snaps-execution-environments": "workspace:^"
Expand Down Expand Up @@ -5822,7 +5822,7 @@ __metadata:
"@metamask/eslint-config-nodejs": ^12.1.0
"@metamask/eslint-config-typescript": ^12.1.0
"@metamask/json-rpc-engine": ^8.0.1
"@metamask/key-tree": ^9.1.0
"@metamask/key-tree": ^9.1.1
"@metamask/permission-controller": ^9.0.2
"@metamask/rpc-errors": ^6.2.1
"@metamask/snaps-sdk": "workspace:^"
Expand Down Expand Up @@ -5865,7 +5865,7 @@ __metadata:
"@metamask/eslint-config-jest": ^12.1.0
"@metamask/eslint-config-nodejs": ^12.1.0
"@metamask/eslint-config-typescript": ^12.1.0
"@metamask/key-tree": ^9.1.0
"@metamask/key-tree": ^9.1.1
"@metamask/providers": ^16.1.0
"@metamask/rpc-errors": ^6.2.1
"@metamask/utils": ^8.3.0
Expand Down Expand Up @@ -5917,7 +5917,7 @@ __metadata:
"@metamask/eth-json-rpc-middleware": ^12.1.1
"@metamask/json-rpc-engine": ^8.0.1
"@metamask/json-rpc-middleware-stream": ^7.0.1
"@metamask/key-tree": ^9.1.0
"@metamask/key-tree": ^9.1.1
"@metamask/permission-controller": ^9.0.2
"@metamask/snaps-controllers": "workspace:^"
"@metamask/snaps-execution-environments": "workspace:^"
Expand Down Expand Up @@ -6015,7 +6015,7 @@ __metadata:
"@metamask/eslint-config-jest": ^12.1.0
"@metamask/eslint-config-nodejs": ^12.1.0
"@metamask/eslint-config-typescript": ^12.1.0
"@metamask/key-tree": ^9.1.0
"@metamask/key-tree": ^9.1.1
"@metamask/permission-controller": ^9.0.2
"@metamask/post-message-stream": ^8.1.0
"@metamask/rpc-errors": ^6.2.1
Expand Down

0 comments on commit 37a7fc4

Please sign in to comment.