@metamask/eth-hd-keyring 7.0.2 → 7.0.3

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [7.0.3]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/*` and `@lavamoat/*` dependencies ([#46](https://github.com/MetaMask/accounts/pull/46))
15
+ - Move `deepmerge` to `devDependencies` ([#44](https://github.com/MetaMask/accounts/pull/44))
16
+
10
17
  ## [7.0.2]
11
18
 
12
19
  ### Changed
@@ -116,7 +123,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
116
123
  - Deserialize method (and `HdKeyring` constructor by extension) can no longer be passed an options object containing a value for `numberOfAccounts` if it is not also containing a value for `mnemonic`.
117
124
  - Package name changed from `eth-hd-keyring` to `@metamask/eth-hd-keyring`.
118
125
 
119
- [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@7.0.2...HEAD
126
+ [Unreleased]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@7.0.3...HEAD
127
+ [7.0.3]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@7.0.2...@metamask/eth-hd-keyring@7.0.3
120
128
  [7.0.2]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@7.0.1...@metamask/eth-hd-keyring@7.0.2
121
129
  [7.0.1]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@7.0.0...@metamask/eth-hd-keyring@7.0.1
122
130
  [7.0.0]: https://github.com/MetaMask/accounts/compare/@metamask/eth-hd-keyring@6.0.2...@metamask/eth-hd-keyring@7.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/eth-hd-keyring",
3
- "version": "7.0.2",
3
+ "version": "7.0.3",
4
4
  "description": "A simple standard interface for a seed phrase generated set of Ethereum accounts.",
5
5
  "keywords": [
6
6
  "ethereum",
@@ -30,20 +30,20 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@ethereumjs/util": "^8.1.0",
33
- "@metamask/eth-sig-util": "^7.0.0",
34
- "@metamask/scure-bip39": "^2.1.0",
35
- "@metamask/utils": "^8.1.0",
36
- "deepmerge": "^4.2.2",
33
+ "@metamask/eth-sig-util": "^7.0.3",
34
+ "@metamask/scure-bip39": "^2.1.1",
35
+ "@metamask/utils": "^9.2.1",
37
36
  "ethereum-cryptography": "^2.1.2"
38
37
  },
39
38
  "devDependencies": {
40
39
  "@ethereumjs/tx": "^4.0.1",
41
- "@lavamoat/allow-scripts": "^3.0.4",
42
- "@lavamoat/preinstall-always-fail": "^1.0.0",
40
+ "@lavamoat/allow-scripts": "^3.2.1",
41
+ "@lavamoat/preinstall-always-fail": "^2.1.0",
43
42
  "@metamask/auto-changelog": "^3.4.4",
44
43
  "@metamask/bip39": "^4.0.0",
45
44
  "@metamask/eth-hd-keyring": "4.0.1",
46
45
  "@types/jest": "^29.4.0",
46
+ "deepmerge": "^4.2.2",
47
47
  "jest": "^29.4.3"
48
48
  },
49
49
  "engines": {