Skip to content

Commit 473d07f

Browse files
chore(deps): bump @metamask/approval-controller from 7.1.2 to 7.1.3 (#3092)
Bumps [@metamask/approval-controller](https://github.com/MetaMask/core) from 7.1.2 to 7.1.3. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/core/commit/4b5ac1371b255edbcf696ec028db3bfdc778fe83"><code>4b5ac13</code></a> Release/297.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/5305">#5305</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/8339f491738f80dc596a0a860620d1c59f724499"><code>8339f49</code></a> refactor(accounts-controller)!: revert wildcard export (<a href="https://redirect.github.com/MetaMask/core/issues/5300">#5300</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/c2a4312a3e104731e9dd265cff8b28d69f7739be"><code>c2a4312</code></a> feat: support type 4 transactions (<a href="https://redirect.github.com/MetaMask/core/issues/5285">#5285</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/1fbade9eb0ceff529c2f343d5d823a3707aa53d1"><code>1fbade9</code></a> fix: multichainToken rate for non evm (<a href="https://redirect.github.com/MetaMask/core/issues/5175">#5175</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/e607b7fdaebce6333e02bc1946dec67b30ed7d29"><code>e607b7f</code></a> chore: get assets list from MultichainAssetsController state (<a href="https://redirect.github.com/MetaMask/core/issues/5295">#5295</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/0d62854855d2310dc5d86b8f14b277e2f158ac23"><code>0d62854</code></a> chore: Improve tag fetching in create-update-issues workflow (<a href="https://redirect.github.com/MetaMask/core/issues/5299">#5299</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/4b48b6a8e57234379b01c3cbe5cd84e0ff26604f"><code>4b48b6a</code></a> chore: export controller messenger type to index (<a href="https://redirect.github.com/MetaMask/core/issues/5296">#5296</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/db856fc5a60823af2fd849451390df24d5c6140a"><code>db856fc</code></a> refactor: resolve notification-services lint warnings (<a href="https://redirect.github.com/MetaMask/core/issues/5293">#5293</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/5a84609cfe1a6f3ed2298a9f26d5df94911a0826"><code>5a84609</code></a> Release 296.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/5292">#5292</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/8d7c15e41c51af9c93f124716cca5a0579e65bd5"><code>8d7c15e</code></a> Release/295.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/5287">#5287</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.2&new-version=7.1.3)](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>
1 parent afeceba commit 473d07f

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
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.2",
82+
"@metamask/approval-controller": "^7.1.3",
8383
"@metamask/base-controller": "^8.0.0",
8484
"@metamask/json-rpc-engine": "^10.0.2",
8585
"@metamask/json-rpc-middleware-stream": "^8.0.7",

yarn.lock

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3864,15 +3864,15 @@ __metadata:
38643864
languageName: node
38653865
linkType: hard
38663866

3867-
"@metamask/approval-controller@npm:^7.1.2":
3868-
version: 7.1.2
3869-
resolution: "@metamask/approval-controller@npm:7.1.2"
3867+
"@metamask/approval-controller@npm:^7.1.3":
3868+
version: 7.1.3
3869+
resolution: "@metamask/approval-controller@npm:7.1.3"
38703870
dependencies:
3871-
"@metamask/base-controller": "npm:^7.1.1"
3871+
"@metamask/base-controller": "npm:^8.0.0"
38723872
"@metamask/rpc-errors": "npm:^7.0.2"
3873-
"@metamask/utils": "npm:^11.0.1"
3873+
"@metamask/utils": "npm:^11.1.0"
38743874
nanoid: "npm:^3.3.8"
3875-
checksum: 10/e5903e8c3799484a3f42b2683ed733e68aca5204070c84f6012ee3830b04ebffdc7fc21fe80d2ea46f2a9ee3557a38e4031186f47e84d9079c2c902361543b0d
3875+
checksum: 10/2d88378dcc4f6c32ad544766cf26b7f59b1aee1d7ca0909b966c8c08eaac1d7109004120ca254d7ad008a6e5241b144d4dd831f926ec928a66f93cbd2e6f1693
38763876
languageName: node
38773877
linkType: hard
38783878

@@ -3906,16 +3906,6 @@ __metadata:
39063906
languageName: node
39073907
linkType: hard
39083908

3909-
"@metamask/base-controller@npm:^7.1.1":
3910-
version: 7.1.1
3911-
resolution: "@metamask/base-controller@npm:7.1.1"
3912-
dependencies:
3913-
"@metamask/utils": "npm:^11.0.1"
3914-
immer: "npm:^9.0.6"
3915-
checksum: 10/d45abc9e0f3f42a0ea7f0a52734f3749fafc5fefc73608230ab0815578e83a9fc28fe57dc7000f6f8df2cdcee5b53f68bb971091075bec9de6b7f747de627c60
3916-
languageName: node
3917-
linkType: hard
3918-
39193909
"@metamask/base-controller@npm:^8.0.0":
39203910
version: 8.0.0
39213911
resolution: "@metamask/base-controller@npm:8.0.0"
@@ -5760,7 +5750,7 @@ __metadata:
57605750
"@esbuild-plugins/node-globals-polyfill": "npm:^0.2.3"
57615751
"@esbuild-plugins/node-modules-polyfill": "npm:^0.2.2"
57625752
"@lavamoat/allow-scripts": "npm:^3.0.4"
5763-
"@metamask/approval-controller": "npm:^7.1.2"
5753+
"@metamask/approval-controller": "npm:^7.1.3"
57645754
"@metamask/auto-changelog": "npm:^3.4.4"
57655755
"@metamask/base-controller": "npm:^8.0.0"
57665756
"@metamask/browser-passworder": "npm:^6.0.0"

0 commit comments

Comments
 (0)