Skip to content

Commit ea29b05

Browse files
chore: Bump @metamask/approval-controller from 7.1.3 to 7.2.0 (#3671)
Bumps [@metamask/approval-controller](https://github.com/MetaMask/core) from 7.1.3 to 7.2.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/core/commit/cc42c42fee8848dfc09356bb9ff1017e4b99de2e"><code>cc42c42</code></a> Release/609.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/6807">#6807</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/34f185f217c9b7dc909e4fad6599c0650fd400a9"><code>34f185f</code></a> feat: add blocklist paths flag for hotlist (<a href="https://redirect.github.com/MetaMask/core/issues/6808">#6808</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/4483e684dc325b94f04073b0547debf33619d253"><code>4483e68</code></a> Release/608.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/6806">#6806</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/7878d3a0266c15617e21d0f3d773509cf4890a61"><code>7878d3a</code></a> change account type field name (<a href="https://redirect.github.com/MetaMask/core/issues/6804">#6804</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/30107f464758c889cfe0050866cbbc17b8663f42"><code>30107f4</code></a> chore: Add the optional &quot;Client-Version&quot; header in the Bridge Controller (<a href="https://redirect.github.com/MetaMask/core/issues/6791">#6791</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/f526ee0d37a43c4af14a616f26b23316cac16851"><code>f526ee0</code></a> feat: move and export notification isVersionInBounds util (<a href="https://redirect.github.com/MetaMask/core/issues/6793">#6793</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/01b3e2472900752e63af1a9f38cea5ecb8082fd0"><code>01b3e24</code></a> Release/607.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/6801">#6801</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/8088f9912b8cae90b7259461ce16f806f1828872"><code>8088f99</code></a> Release/606.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/6800">#6800</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/6f0c7d1056afdc9d6233632d93eb16c8d946e455"><code>6f0c7d1</code></a> Expose message and reason code (<a href="https://redirect.github.com/MetaMask/core/issues/6797">#6797</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/9ccfe1b991d1cd0c45519001e60253d5716422e2"><code>9ccfe1b</code></a> Revert &quot;Update Release 606.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/6798">#6798</a>)&quot; (<a href="https://redirect.github.com/MetaMask/core/issues/6799">#6799</a>)</li> <li>Additional commits viewable in <a href="https://github.com/MetaMask/core/compare/@metamask/[email protected]...@metamask/[email protected]">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@metamask/approval-controller&package-manager=npm_and_yarn&previous-version=7.1.3&new-version=7.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> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Update @metamask/approval-controller from 7.1.3 to 7.2.0 and regenerate yarn.lock. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit fd36948. 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>
1 parent 6f54282 commit ea29b05

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/snaps-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"test:watch": "jest --watch"
8080
},
8181
"dependencies": {
82-
"@metamask/approval-controller": "^7.1.3",
82+
"@metamask/approval-controller": "^7.2.0",
8383
"@metamask/base-controller": "^8.4.1",
8484
"@metamask/json-rpc-engine": "^10.1.0",
8585
"@metamask/json-rpc-middleware-stream": "^8.0.8",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2815,15 +2815,15 @@ __metadata:
28152815
languageName: node
28162816
linkType: hard
28172817

2818-
"@metamask/approval-controller@npm:^7.1.3":
2819-
version: 7.1.3
2820-
resolution: "@metamask/approval-controller@npm:7.1.3"
2818+
"@metamask/approval-controller@npm:^7.2.0":
2819+
version: 7.2.0
2820+
resolution: "@metamask/approval-controller@npm:7.2.0"
28212821
dependencies:
2822-
"@metamask/base-controller": "npm:^8.0.0"
2822+
"@metamask/base-controller": "npm:^8.4.1"
28232823
"@metamask/rpc-errors": "npm:^7.0.2"
2824-
"@metamask/utils": "npm:^11.1.0"
2824+
"@metamask/utils": "npm:^11.8.1"
28252825
nanoid: "npm:^3.3.8"
2826-
checksum: 10/2d88378dcc4f6c32ad544766cf26b7f59b1aee1d7ca0909b966c8c08eaac1d7109004120ca254d7ad008a6e5241b144d4dd831f926ec928a66f93cbd2e6f1693
2826+
checksum: 10/717d0b6dee37b4ea0eaf4cc81840599a8e9466bdef9d29a2040379e9a346403c49dc27b749fdc66d48e7c24e762b7b36d9942ec78f2a38712d16001b37797a71
28272827
languageName: node
28282828
linkType: hard
28292829

@@ -4243,7 +4243,7 @@ __metadata:
42434243
resolution: "@metamask/snaps-controllers@workspace:packages/snaps-controllers"
42444244
dependencies:
42454245
"@lavamoat/allow-scripts": "npm:^3.4.0"
4246-
"@metamask/approval-controller": "npm:^7.1.3"
4246+
"@metamask/approval-controller": "npm:^7.2.0"
42474247
"@metamask/auto-changelog": "npm:^5.0.2"
42484248
"@metamask/base-controller": "npm:^8.4.1"
42494249
"@metamask/browser-passworder": "npm:^6.0.0"

0 commit comments

Comments
 (0)