Skip to content

Commit 7926499

Browse files
chore: Bump @metamask/utils from 11.6.0 to 11.7.0 (#3628)
Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 11.6.0 to 11.7.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.7.0</h2> <h3>Added</h3> <ul> <li>Add Tron CAIP namespace (<a href="https://redirect.github.com/MetaMask/utils/pull/266">#266</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix API docs generation (<a href="https://redirect.github.com/MetaMask/utils/pull/264">#264</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.7.0]</h2> <h3>Added</h3> <ul> <li>Add Tron CAIP namespace (<a href="https://redirect.github.com/MetaMask/utils/pull/266">#266</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix API docs generation (<a href="https://redirect.github.com/MetaMask/utils/pull/264">#264</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/utils/commit/486ea890e18e3758abae553b5bc5057a4bd8010f"><code>486ea89</code></a> 11.7.0 (<a href="https://redirect.github.com/MetaMask/utils/issues/267">#267</a>)</li> <li><a href="https://github.com/MetaMask/utils/commit/e80561cd15a3ced5fd8da54aa6fc6d5b40fb698b"><code>e80561c</code></a> chore: adds Tron CAIP (<a href="https://redirect.github.com/MetaMask/utils/issues/266">#266</a>)</li> <li><a href="https://github.com/MetaMask/utils/commit/7e387b8edbf90c067dfdcb28b35795d6cb014036"><code>7e387b8</code></a> Fix API docs generation (<a href="https://redirect.github.com/MetaMask/utils/issues/264">#264</a>)</li> <li>See full diff in <a href="https://github.com/MetaMask/utils/compare/v11.6.0...v11.7.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.6.0&new-version=11.7.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MetaMask Bot <metamaskbot@users.noreply.github.com>
1 parent ba0ce3c commit 7926499

File tree

35 files changed

+65
-65
lines changed

35 files changed

+65
-65
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.5.0",
84+
"@metamask/utils": "^11.7.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.5.0",
48+
"@metamask/utils": "^11.7.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.5.0",
48+
"@metamask/utils": "^11.7.0",
4949
"@noble/bls12-381": "^1.2.0"
5050
},
5151
"devDependencies": {

packages/examples/packages/dialogs/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": "2SnF6CdB0srExlMQdYuBEO0zOSCu9W3NzHEoOX0Uqbc=",
10+
"shasum": "9FiuL24qwFh8FwK7G4xChwr/gUb4XCUbfKVGIWaqpsw=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

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.5.0"
47+
"@metamask/utils": "^11.7.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.5.0"
47+
"@metamask/utils": "^11.7.0"
4848
},
4949
"devDependencies": {
5050
"@jest/globals": "^29.5.0",

packages/examples/packages/file-upload/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": "P8L1HmKaXwnRCwL+bn85XpTkZfhr1kfNjiZ0T2H0G1w=",
10+
"shasum": "np2GrN4P8AvbGOKBHp9KRs+4Hsj8xtsXWj8DlKOqLq4=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

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.5.0",
47+
"@metamask/utils": "^11.7.0",
4848
"@noble/bls12-381": "^1.2.0"
4949
},
5050
"devDependencies": {

packages/examples/packages/home-page/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": "/gROWgA/8v1qQVQTamiqhnUT7b37vRv5ihf/jSNB+wo=",
10+
"shasum": "qvfjBh+TMxN9slX6TMUj4og3UJ3I88eF5hcp6kvkae8=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

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.5.0"
47+
"@metamask/utils": "^11.7.0"
4848
},
4949
"devDependencies": {
5050
"@jest/globals": "^29.5.0",

0 commit comments

Comments
 (0)