Skip to content

Commit db7a1ca

Browse files
chore: Bump @metamask/utils from 11.8.1 to 11.9.0 (#3783)
Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 11.8.1 to 11.9.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.9.0</h2> <h3>Added</h3> <ul> <li>Add <code>sha256</code> utility function (<a href="https://redirect.github.com/MetaMask/utils/pull/273">#273</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.9.0]</h2> <h3>Added</h3> <ul> <li>Add <code>sha256</code> utility function (<a href="https://redirect.github.com/MetaMask/utils/pull/273">#273</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/utils/commit/b83ef123d205630d2eb5639be86d1851be866018"><code>b83ef12</code></a> 11.9.0 (<a href="https://redirect.github.com/MetaMask/utils/issues/274">#274</a>)</li> <li><a href="https://github.com/MetaMask/utils/commit/be13e2b2d943811e2ea56cc283151310913a0869"><code>be13e2b</code></a> feat: Add SHA-256 utility (<a href="https://redirect.github.com/MetaMask/utils/issues/273">#273</a>)</li> <li>See full diff in <a href="https://github.com/MetaMask/utils/compare/v11.8.1...v11.9.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.8.1&new-version=11.9.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> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Upgrades @metamask/utils from 11.8.1 to 11.9.0 across all packages and updates yarn.lock. > > - **Dependencies**: > - Bump `@metamask/utils` to `^11.9.0` in `package.json` and all workspace packages. > - Update `yarn.lock` to resolve `@metamask/utils` to `11.9.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 413559c. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- 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 b540ee6 commit db7a1ca

File tree

28 files changed

+58
-58
lines changed

28 files changed

+58
-58
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@metamask/eslint-config-jest": "^14.0.0",
8282
"@metamask/eslint-config-nodejs": "^14.0.0",
8383
"@metamask/eslint-config-typescript": "^14.0.0",
84-
"@metamask/utils": "^11.8.1",
84+
"@metamask/utils": "^11.9.0",
8585
"@swc/core": "1.11.31",
8686
"@ts-bridge/cli": "^0.6.1",
8787
"@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.1.1",
4747
"@metamask/snaps-sdk": "workspace:^",
48-
"@metamask/utils": "^11.8.1",
48+
"@metamask/utils": "^11.9.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.1.1",
4747
"@metamask/snaps-sdk": "workspace:^",
48-
"@metamask/utils": "^11.8.1",
48+
"@metamask/utils": "^11.9.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.8.1"
47+
"@metamask/utils": "^11.9.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.8.1"
47+
"@metamask/utils": "^11.9.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.8.1",
47+
"@metamask/utils": "^11.9.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.8.1"
47+
"@metamask/utils": "^11.9.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.1.1",
4747
"@metamask/snaps-sdk": "workspace:^",
48-
"@metamask/utils": "^11.8.1",
48+
"@metamask/utils": "^11.9.0",
4949
"@noble/hashes": "^1.7.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.1.1",
4747
"@metamask/snaps-sdk": "workspace:^",
48-
"@metamask/utils": "^11.8.1",
48+
"@metamask/utils": "^11.9.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
@@ -52,7 +52,7 @@
5252
"@metamask/auto-changelog": "^5.0.2",
5353
"@metamask/snaps-cli": "workspace:^",
5454
"@metamask/snaps-jest": "workspace:^",
55-
"@metamask/utils": "^11.8.1",
55+
"@metamask/utils": "^11.9.0",
5656
"@swc/core": "1.11.31",
5757
"@swc/jest": "^0.2.38",
5858
"@types/node": "18.14.2",

0 commit comments

Comments
 (0)