@metamask/accounts-controller 39.0.6 → 39.0.7

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 +15 -1
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [39.0.7]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/eth-snap-keyring` from `^23.0.0` to `^24.0.0` ([#9754](https://github.com/MetaMask/core/pull/9754))
15
+ - Bump `@metamask/keyring-api` from `^23.7.0` to `^24.0.0` ([#9754](https://github.com/MetaMask/core/pull/9754))
16
+ - Bump `@metamask/keyring-internal-api` from `^11.0.2` to `^12.0.0` ([#9754](https://github.com/MetaMask/core/pull/9754))
17
+ - Bump `@metamask/keyring-sdk` from `^2.2.0` to `^3.1.0` ([#9754](https://github.com/MetaMask/core/pull/9754))
18
+ - Bump `@metamask/keyring-utils` from `^3.3.1` to `^5.0.0` ([#9754](https://github.com/MetaMask/core/pull/9754))
19
+ - Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))
20
+ - Bump `@metamask/superstruct` from `^3.1.0` to `^3.4.1` ([#9754](https://github.com/MetaMask/core/pull/9754))
21
+ - Bump `@metamask/keyring-controller` from `^27.1.0` to `^27.1.1` ([#9791](https://github.com/MetaMask/core/pull/9791))
22
+
10
23
  ## [39.0.6]
11
24
 
12
25
  ### Changed
@@ -863,7 +876,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
863
876
 
864
877
  - Initial release ([#1637](https://github.com/MetaMask/core/pull/1637))
865
878
 
866
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.6...HEAD
879
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.7...HEAD
880
+ [39.0.7]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.6...@metamask/accounts-controller@39.0.7
867
881
  [39.0.6]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.5...@metamask/accounts-controller@39.0.6
868
882
  [39.0.5]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.4...@metamask/accounts-controller@39.0.5
869
883
  [39.0.4]: https://github.com/MetaMask/core/compare/@metamask/accounts-controller@39.0.3...@metamask/accounts-controller@39.0.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/accounts-controller",
3
- "version": "39.0.6",
3
+ "version": "39.0.7",
4
4
  "description": "Manages internal accounts",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -57,15 +57,15 @@
57
57
  "dependencies": {
58
58
  "@ethereumjs/util": "^9.1.0",
59
59
  "@metamask/base-controller": "^9.1.0",
60
- "@metamask/eth-snap-keyring": "^23.0.0",
61
- "@metamask/keyring-api": "^23.7.0",
62
- "@metamask/keyring-controller": "^27.1.0",
63
- "@metamask/keyring-internal-api": "^11.0.2",
64
- "@metamask/keyring-sdk": "^2.2.0",
65
- "@metamask/keyring-utils": "^3.3.1",
60
+ "@metamask/eth-snap-keyring": "^24.0.0",
61
+ "@metamask/keyring-api": "^24.0.0",
62
+ "@metamask/keyring-controller": "^27.1.1",
63
+ "@metamask/keyring-internal-api": "^12.0.0",
64
+ "@metamask/keyring-sdk": "^3.1.0",
65
+ "@metamask/keyring-utils": "^5.0.0",
66
66
  "@metamask/messenger": "^2.0.0",
67
- "@metamask/network-controller": "^35.0.0",
68
- "@metamask/superstruct": "^3.1.0",
67
+ "@metamask/network-controller": "^35.0.1",
68
+ "@metamask/superstruct": "^3.4.1",
69
69
  "@metamask/utils": "^11.11.0",
70
70
  "deepmerge": "^4.2.2",
71
71
  "ethereum-cryptography": "^2.1.2",