Skip to content

Commit 24ac367

Browse files
chore(deps): bump @metamask/phishing-controller from 12.3.1 to 12.3.2 (#3084)
Bumps [@metamask/phishing-controller](https://github.com/MetaMask/core) from 12.3.1 to 12.3.2. <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/phishing-controller&package-manager=npm_and_yarn&previous-version=12.3.1&new-version=12.3.2)](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 cec343a commit 24ac367

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

packages/snaps-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@metamask/key-tree": "^10.0.2",
8787
"@metamask/object-multiplex": "^2.1.0",
8888
"@metamask/permission-controller": "^11.0.6",
89-
"@metamask/phishing-controller": "^12.3.1",
89+
"@metamask/phishing-controller": "^12.3.2",
9090
"@metamask/post-message-stream": "^9.0.0",
9191
"@metamask/rpc-errors": "^7.0.2",
9292
"@metamask/snaps-registry": "^3.2.3",

packages/snaps-simulation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@metamask/json-rpc-middleware-stream": "^8.0.7",
6262
"@metamask/key-tree": "^10.0.2",
6363
"@metamask/permission-controller": "^11.0.6",
64-
"@metamask/phishing-controller": "^12.3.1",
64+
"@metamask/phishing-controller": "^12.3.2",
6565
"@metamask/snaps-controllers": "workspace:^",
6666
"@metamask/snaps-execution-environments": "workspace:^",
6767
"@metamask/snaps-rpc-methods": "workspace:^",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3906,7 +3906,7 @@ __metadata:
39063906
languageName: node
39073907
linkType: hard
39083908

3909-
"@metamask/base-controller@npm:^7.0.2, @metamask/base-controller@npm:^7.1.1":
3909+
"@metamask/base-controller@npm:^7.1.1":
39103910
version: 7.1.1
39113911
resolution: "@metamask/base-controller@npm:7.1.1"
39123912
dependencies:
@@ -4172,7 +4172,7 @@ __metadata:
41724172
languageName: unknown
41734173
linkType: soft
41744174

4175-
"@metamask/controller-utils@npm:^11.4.4, @metamask/controller-utils@npm:^11.5.0":
4175+
"@metamask/controller-utils@npm:^11.5.0":
41764176
version: 11.5.0
41774177
resolution: "@metamask/controller-utils@npm:11.5.0"
41784178
dependencies:
@@ -5335,18 +5335,18 @@ __metadata:
53355335
languageName: node
53365336
linkType: hard
53375337

5338-
"@metamask/phishing-controller@npm:^12.3.1":
5339-
version: 12.3.1
5340-
resolution: "@metamask/phishing-controller@npm:12.3.1"
5338+
"@metamask/phishing-controller@npm:^12.3.2":
5339+
version: 12.3.2
5340+
resolution: "@metamask/phishing-controller@npm:12.3.2"
53415341
dependencies:
5342-
"@metamask/base-controller": "npm:^7.0.2"
5343-
"@metamask/controller-utils": "npm:^11.4.4"
5342+
"@metamask/base-controller": "npm:^8.0.0"
5343+
"@metamask/controller-utils": "npm:^11.5.0"
53445344
"@noble/hashes": "npm:^1.4.0"
53455345
"@types/punycode": "npm:^2.1.0"
53465346
ethereum-cryptography: "npm:^2.1.2"
53475347
fastest-levenshtein: "npm:^1.0.16"
53485348
punycode: "npm:^2.1.1"
5349-
checksum: 10/b8060e7277239ea5ebeddb7589e26b7fb49114b8dc4b48e72393ea0efae28ff3eff17160585429ef33e9022ea146637c78b7cea6d927d62708dfdc0c0c544d5d
5349+
checksum: 10/62cfaea6dcebbaba254ad8b7fe1a85dab37ed61faf41684c06685eb4d7f96d008336d6ee518440ff529cf776ca8568a9da813f4cbfc2cb6ef52027e8f6d55f04
53505350
languageName: node
53515351
linkType: hard
53525352

@@ -5735,7 +5735,7 @@ __metadata:
57355735
"@metamask/key-tree": "npm:^10.0.2"
57365736
"@metamask/object-multiplex": "npm:^2.1.0"
57375737
"@metamask/permission-controller": "npm:^11.0.6"
5738-
"@metamask/phishing-controller": "npm:^12.3.1"
5738+
"@metamask/phishing-controller": "npm:^12.3.2"
57395739
"@metamask/post-message-stream": "npm:^9.0.0"
57405740
"@metamask/rpc-errors": "npm:^7.0.2"
57415741
"@metamask/snaps-registry": "npm:^3.2.3"
@@ -6102,7 +6102,7 @@ __metadata:
61026102
"@metamask/json-rpc-middleware-stream": "npm:^8.0.7"
61036103
"@metamask/key-tree": "npm:^10.0.2"
61046104
"@metamask/permission-controller": "npm:^11.0.6"
6105-
"@metamask/phishing-controller": "npm:^12.3.1"
6105+
"@metamask/phishing-controller": "npm:^12.3.2"
61066106
"@metamask/snaps-controllers": "workspace:^"
61076107
"@metamask/snaps-execution-environments": "workspace:^"
61086108
"@metamask/snaps-rpc-methods": "workspace:^"

0 commit comments

Comments
 (0)