Skip to content

Commit d698b29

Browse files
chore(deps): bump @metamask/phishing-controller from 12.4.1 to 12.5.0 (#3342)
Bumps [@metamask/phishing-controller](https://github.com/MetaMask/core) from 12.4.1 to 12.5.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/core/commit/a2ebab9b2bcb53ee67b383c99ba707a144c34018"><code>a2ebab9</code></a> Release/372.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/5690">#5690</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/fad234f0504dc93abbdde99b5eea103d9e5dbc49"><code>fad234f</code></a> feat: add <code>SEI</code> network support (<a href="https://redirect.github.com/MetaMask/core/issues/5610">#5610</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/416185bde3afe25240ff76c0998868877dfde985"><code>416185b</code></a> refactor(phishing-controller): enhance URL validation and caching in … (<a href="https://redirect.github.com/MetaMask/core/issues/5688">#5688</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/d91e7b0cd2618485ce40ba97b32a7a1fca2bab98"><code>d91e7b0</code></a> Feat/scan url cache (<a href="https://redirect.github.com/MetaMask/core/issues/5625">#5625</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/f92cabaf9f8f3e24a390a2f6a46e4293ee844ccd"><code>f92caba</code></a> Feat/bulk scan phishing controller (<a href="https://redirect.github.com/MetaMask/core/issues/5682">#5682</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/1adb5daf04382b2c10eb372d826de4dfe3ba0fbe"><code>1adb5da</code></a> Release/371.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/5678">#5678</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/24285e85a497d50f85e574d7094ab14ab0ffad44"><code>24285e8</code></a> fix(multichain-network): temporarily restrict network activity to EVM (<a href="https://redirect.github.com/MetaMask/core/issues/5677">#5677</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/73dd6218789d234f2a1babf047747aec02d6e904"><code>73dd621</code></a> chore: bump <code>@metamask/create-release-branch</code> to <code>^4.1.2</code> (<a href="https://redirect.github.com/MetaMask/core/issues/5676">#5676</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/0b94001304a75caf42d93ccaf52f669c466298f5"><code>0b94001</code></a> Release/370.0.0 (<a href="https://redirect.github.com/MetaMask/core/issues/5674">#5674</a>)</li> <li><a href="https://github.com/MetaMask/core/commit/dbae25b6e7037e48894463430b35ce513a373988"><code>dbae25b</code></a> Refactor: migrate wallet_createSession handler (<a href="https://redirect.github.com/MetaMask/core/issues/5647">#5647</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.4.1&new-version=12.5.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b039ce commit d698b29

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

packages/snaps-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@metamask/key-tree": "^10.1.1",
8888
"@metamask/object-multiplex": "^2.1.0",
8989
"@metamask/permission-controller": "^11.0.6",
90-
"@metamask/phishing-controller": "^12.4.1",
90+
"@metamask/phishing-controller": "^12.5.0",
9191
"@metamask/post-message-stream": "^9.0.0",
9292
"@metamask/rpc-errors": "^7.0.2",
9393
"@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.1.1",
6363
"@metamask/permission-controller": "^11.0.6",
64-
"@metamask/phishing-controller": "^12.4.1",
64+
"@metamask/phishing-controller": "^12.5.0",
6565
"@metamask/snaps-controllers": "workspace:^",
6666
"@metamask/snaps-execution-environments": "workspace:^",
6767
"@metamask/snaps-rpc-methods": "workspace:^",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3036,7 +3036,7 @@ __metadata:
30363036
languageName: unknown
30373037
linkType: soft
30383038

3039-
"@metamask/controller-utils@npm:^11.5.0, @metamask/controller-utils@npm:^11.6.0":
3039+
"@metamask/controller-utils@npm:^11.5.0, @metamask/controller-utils@npm:^11.7.0":
30403040
version: 11.7.0
30413041
resolution: "@metamask/controller-utils@npm:11.7.0"
30423042
dependencies:
@@ -3904,18 +3904,18 @@ __metadata:
39043904
languageName: node
39053905
linkType: hard
39063906

3907-
"@metamask/phishing-controller@npm:^12.4.1":
3908-
version: 12.4.1
3909-
resolution: "@metamask/phishing-controller@npm:12.4.1"
3907+
"@metamask/phishing-controller@npm:^12.5.0":
3908+
version: 12.5.0
3909+
resolution: "@metamask/phishing-controller@npm:12.5.0"
39103910
dependencies:
39113911
"@metamask/base-controller": "npm:^8.0.0"
3912-
"@metamask/controller-utils": "npm:^11.6.0"
3912+
"@metamask/controller-utils": "npm:^11.7.0"
39133913
"@noble/hashes": "npm:^1.4.0"
39143914
"@types/punycode": "npm:^2.1.0"
39153915
ethereum-cryptography: "npm:^2.1.2"
39163916
fastest-levenshtein: "npm:^1.0.16"
39173917
punycode: "npm:^2.1.1"
3918-
checksum: 10/c849e5f6d379efd28ab766e533e36d55a168dcbe81987fa6b32e1278786b395faa8101be79a7de8a4740b53879b25b3bffab18efb48658b2ef6521753b014aba
3918+
checksum: 10/bcee86c7b4423c40564dcc1bc8e77dffd6ed70bf6f8507c4c69a6695f49ecb86868dc90f19b9d58f57e64cad90289fbec88ecf67e0ea54ff88c77f7ea7cfac11
39193919
languageName: node
39203920
linkType: hard
39213921

@@ -4259,7 +4259,7 @@ __metadata:
42594259
"@metamask/key-tree": "npm:^10.1.1"
42604260
"@metamask/object-multiplex": "npm:^2.1.0"
42614261
"@metamask/permission-controller": "npm:^11.0.6"
4262-
"@metamask/phishing-controller": "npm:^12.4.1"
4262+
"@metamask/phishing-controller": "npm:^12.5.0"
42634263
"@metamask/post-message-stream": "npm:^9.0.0"
42644264
"@metamask/rpc-errors": "npm:^7.0.2"
42654265
"@metamask/snaps-registry": "npm:^3.2.3"
@@ -4560,7 +4560,7 @@ __metadata:
45604560
"@metamask/json-rpc-middleware-stream": "npm:^8.0.7"
45614561
"@metamask/key-tree": "npm:^10.1.1"
45624562
"@metamask/permission-controller": "npm:^11.0.6"
4563-
"@metamask/phishing-controller": "npm:^12.4.1"
4563+
"@metamask/phishing-controller": "npm:^12.5.0"
45644564
"@metamask/snaps-controllers": "workspace:^"
45654565
"@metamask/snaps-execution-environments": "workspace:^"
45664566
"@metamask/snaps-rpc-methods": "workspace:^"

0 commit comments

Comments
 (0)