@metamask-previews/phishing-controller 17.1.0-preview-ac7a6cc51 → 17.1.1-preview-aedd6e96a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ### Changed
11
11
 
12
+ - Bump `@metamask/messenger` from `^1.0.0` to `^1.1.0` ([#8364](https://github.com/MetaMask/core/pull/8364))
13
+
14
+ ## [17.1.1]
15
+
16
+ ### Changed
17
+
18
+ - Bump `@metamask/transaction-controller` from `^63.3.1` to `^64.0.0` ([#8359](https://github.com/MetaMask/core/pull/8359))
12
19
  - Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
13
20
 
14
21
  ## [17.1.0]
@@ -576,7 +583,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
576
583
 
577
584
  All changes listed after this point were applied to this package following the monorepo conversion.
578
585
 
579
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.1.0...HEAD
586
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.1.1...HEAD
587
+ [17.1.1]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.1.0...@metamask/phishing-controller@17.1.1
580
588
  [17.1.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.0.0...@metamask/phishing-controller@17.1.0
581
589
  [17.0.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@16.3.0...@metamask/phishing-controller@17.0.0
582
590
  [16.3.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@16.2.0...@metamask/phishing-controller@16.3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/phishing-controller",
3
- "version": "17.1.0-preview-ac7a6cc51",
3
+ "version": "17.1.1-preview-aedd6e96a",
4
4
  "description": "Maintains a periodically updated list of approved and unapproved website origins",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -50,8 +50,8 @@
50
50
  "dependencies": {
51
51
  "@metamask/base-controller": "^9.0.1",
52
52
  "@metamask/controller-utils": "^11.20.0",
53
- "@metamask/messenger": "^1.0.0",
54
- "@metamask/transaction-controller": "^63.3.1",
53
+ "@metamask/messenger": "^1.1.0",
54
+ "@metamask/transaction-controller": "^64.0.0",
55
55
  "@noble/hashes": "^1.8.0",
56
56
  "@types/punycode": "^2.1.0",
57
57
  "ethereum-cryptography": "^2.1.2",