@metamask/phishing-controller
Advanced tools
Comparing version 12.3.1 to 12.3.2
@@ -10,2 +10,9 @@ # Changelog | ||
## [12.3.2] | ||
### Changed | ||
- Bump `@metamask/base-controller` from `^7.0.2` to `^8.0.0` ([#5079](https://github.com/MetaMask/core/pull/5079)), ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5305](https://github.com/MetaMask/core/pull/5305)) | ||
- Bump `@metamask/controller-utils` from `^11.4.4` to `^11.5.0` ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5272](https://github.com/MetaMask/core/pull/5272)) | ||
## [12.3.1] | ||
@@ -321,3 +328,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@12.3.1...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@12.3.2...HEAD | ||
[12.3.2]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@12.3.1...@metamask/phishing-controller@12.3.2 | ||
[12.3.1]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@12.3.0...@metamask/phishing-controller@12.3.1 | ||
@@ -324,0 +332,0 @@ [12.3.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@12.2.0...@metamask/phishing-controller@12.3.0 |
{ | ||
"name": "@metamask/phishing-controller", | ||
"version": "12.3.1", | ||
"version": "12.3.2", | ||
"description": "Maintains a periodically updated list of approved and unapproved website origins", | ||
@@ -50,4 +50,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@metamask/base-controller": "^7.0.2", | ||
"@metamask/controller-utils": "^11.4.4", | ||
"@metamask/base-controller": "^8.0.0", | ||
"@metamask/controller-utils": "^11.5.0", | ||
"@noble/hashes": "^1.4.0", | ||
@@ -54,0 +54,0 @@ "@types/punycode": "^2.1.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
320918
+ Added@metamask/base-controller@8.0.0(transitive)
- Removed@metamask/base-controller@7.1.1(transitive)