Skip to content

Commit c37ba73

Browse files
chore(deps): bump @metamask/utils from 11.1.0 to 11.2.0 (#3091)
Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 11.1.0 to 11.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/MetaMask/utils/releases"><code>@​metamask/utils</code>'s releases</a>.</em></p> <blockquote> <h2>11.2.0</h2> <h3>Added</h3> <ul> <li>Add optional <code>signEip7702Authorization</code> method to <code>Keyring</code> type (<a href="https://redirect.github.com/MetaMask/utils/pull/231">#231</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/MetaMask/utils/blob/main/CHANGELOG.md"><code>@​metamask/utils</code>'s changelog</a>.</em></p> <blockquote> <h2>[11.2.0]</h2> <h3>Added</h3> <ul> <li>Add optional <code>signEip7702Authorization</code> method to <code>Keyring</code> type (<a href="https://redirect.github.com/MetaMask/utils/pull/231">#231</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/utils/commit/79946432c8de30892520244debb9311f6ad339b9"><code>7994643</code></a> 11.2.0 (<a href="https://redirect.github.com/MetaMask/utils/issues/237">#237</a>)</li> <li><a href="https://github.com/MetaMask/utils/commit/daa227025b11204fb16a85ce64678fc514c1bc84"><code>daa2270</code></a> feat: add optional <code>signEip7702Authorization</code> method to <code>Keyring</code> type (<a href="https://redirect.github.com/MetaMask/utils/issues/231">#231</a>)</li> <li><a href="https://github.com/MetaMask/utils/commit/253f206600f0fbd5638db5bbcb631bd5bd7d762a"><code>253f206</code></a> Revert &quot;fix!: <code>Keyring.serialize</code> and <code>Keyring.deserialize</code> types (<a href="https://redirect.github.com/MetaMask/utils/issues/235">#235</a>)</li> <li><a href="https://github.com/MetaMask/utils/commit/5e5a5b8f66893227b15eb2b55584d01550985cab"><code>5e5a5b8</code></a> Revert &quot;12.0.0 (<a href="https://redirect.github.com/MetaMask/utils/issues/233">#233</a>)&quot; (<a href="https://redirect.github.com/MetaMask/utils/issues/234">#234</a>)</li> <li><a href="https://github.com/MetaMask/utils/commit/a869df23f75f5ec83789a315c9828a3578c4348c"><code>a869df2</code></a> 12.0.0 (<a href="https://redirect.github.com/MetaMask/utils/issues/233">#233</a>)</li> <li><a href="https://github.com/MetaMask/utils/commit/368a7c661b12a7eb6eb4238838fd13f206d13c03"><code>368a7c6</code></a> fix!: <code>Keyring.serialize</code> and <code>Keyring.deserialize</code> types (<a href="https://redirect.github.com/MetaMask/utils/issues/232">#232</a>)</li> <li>See full diff in <a href="https://github.com/MetaMask/utils/compare/v11.1.0...v11.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@metamask/utils&package-manager=npm_and_yarn&previous-version=11.1.0&new-version=11.2.0)](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 95076bf commit c37ba73

File tree

27 files changed

+56
-56
lines changed

27 files changed

+56
-56
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@metamask/eslint-config-jest": "^12.1.0",
8686
"@metamask/eslint-config-nodejs": "^12.1.0",
8787
"@metamask/eslint-config-typescript": "^12.1.0",
88-
"@metamask/utils": "^11.1.0",
88+
"@metamask/utils": "^11.2.0",
8989
"@swc/core": "1.3.78",
9090
"@ts-bridge/cli": "^0.6.1",
9191
"@types/jest": "^27.5.1",

packages/examples/packages/bip32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@metamask/key-tree": "^10.0.2",
4747
"@metamask/snaps-sdk": "workspace:^",
48-
"@metamask/utils": "^11.1.0",
48+
"@metamask/utils": "^11.2.0",
4949
"@noble/ed25519": "^1.6.0",
5050
"@noble/secp256k1": "^1.7.1"
5151
},

packages/examples/packages/bip44/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@metamask/key-tree": "^10.0.2",
4747
"@metamask/snaps-sdk": "workspace:^",
48-
"@metamask/utils": "^11.1.0",
48+
"@metamask/utils": "^11.2.0",
4949
"@noble/bls12-381": "^1.2.0"
5050
},
5151
"devDependencies": {

packages/examples/packages/ethereum-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@metamask/snaps-sdk": "workspace:^",
47-
"@metamask/utils": "^11.1.0"
47+
"@metamask/utils": "^11.2.0"
4848
},
4949
"devDependencies": {
5050
"@jest/globals": "^29.5.0",

packages/examples/packages/file-upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@metamask/snaps-sdk": "workspace:^",
47-
"@metamask/utils": "^11.1.0"
47+
"@metamask/utils": "^11.2.0"
4848
},
4949
"devDependencies": {
5050
"@jest/globals": "^29.5.0",

packages/examples/packages/get-entropy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@metamask/snaps-sdk": "workspace:^",
47-
"@metamask/utils": "^11.1.0",
47+
"@metamask/utils": "^11.2.0",
4848
"@noble/bls12-381": "^1.2.0"
4949
},
5050
"devDependencies": {

packages/examples/packages/interactive-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@metamask/snaps-sdk": "workspace:^",
47-
"@metamask/utils": "^11.1.0"
47+
"@metamask/utils": "^11.2.0"
4848
},
4949
"devDependencies": {
5050
"@jest/globals": "^29.5.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@metamask/key-tree": "^10.0.2",
4747
"@metamask/snaps-sdk": "workspace:^",
48-
"@metamask/utils": "^11.1.0",
48+
"@metamask/utils": "^11.2.0",
4949
"@noble/hashes": "^1.3.1"
5050
},
5151
"devDependencies": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@metamask/key-tree": "^10.0.2",
4747
"@metamask/snaps-sdk": "workspace:^",
48-
"@metamask/utils": "^11.1.0",
48+
"@metamask/utils": "^11.2.0",
4949
"@noble/curves": "^1.1.0",
5050
"async-mutex": "^0.5.0"
5151
},

packages/examples/packages/jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@metamask/eslint-config-typescript": "^12.1.0",
5757
"@metamask/snaps-cli": "workspace:^",
5858
"@metamask/snaps-jest": "workspace:^",
59-
"@metamask/utils": "^11.1.0",
59+
"@metamask/utils": "^11.2.0",
6060
"@swc/core": "1.3.78",
6161
"@swc/jest": "^0.2.26",
6262
"@typescript-eslint/eslint-plugin": "^5.42.1",

0 commit comments

Comments
 (0)