Skip to content

Commit 74026d4

Browse files
committed
upgrade @noble dependencies
1 parent 2d371d1 commit 74026d4

File tree

4 files changed

+15
-22
lines changed

4 files changed

+15
-22
lines changed

packages/phishing-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"@metamask/base-controller": "^8.0.1",
5151
"@metamask/controller-utils": "^11.11.0",
52-
"@noble/hashes": "^1.4.0",
52+
"@noble/hashes": "^1.8.0",
5353
"@types/punycode": "^2.1.0",
5454
"ethereum-cryptography": "^2.1.2",
5555
"fastest-levenshtein": "^1.0.16",

packages/profile-sync-controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
"@metamask/base-controller": "^8.0.1",
104104
"@metamask/snaps-sdk": "^9.0.0",
105105
"@metamask/snaps-utils": "^11.0.0",
106-
"@noble/ciphers": "^0.5.2",
107-
"@noble/hashes": "^1.4.0",
106+
"@noble/ciphers": "^1.3.0",
107+
"@noble/hashes": "^1.8.0",
108108
"immer": "^9.0.6",
109109
"loglevel": "^1.8.1",
110110
"siwe": "^2.3.2"

packages/seedless-onboarding-controller/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"@metamask/base-controller": "^8.0.1",
5252
"@metamask/toprf-secure-backup": "^0.4.0",
5353
"@metamask/utils": "^11.4.2",
54-
"@noble/ciphers": "^0.5.2",
55-
"@noble/curves": "^1.2.0",
56-
"@noble/hashes": "^1.4.0",
54+
"@noble/ciphers": "^1.3.0",
55+
"@noble/curves": "^1.9.2",
56+
"@noble/hashes": "^1.8.0",
5757
"async-mutex": "^0.5.0"
5858
},
5959
"devDependencies": {

yarn.lock

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4082,7 +4082,7 @@ __metadata:
40824082
"@metamask/auto-changelog": "npm:^3.4.4"
40834083
"@metamask/base-controller": "npm:^8.0.1"
40844084
"@metamask/controller-utils": "npm:^11.11.0"
4085-
"@noble/hashes": "npm:^1.4.0"
4085+
"@noble/hashes": "npm:^1.8.0"
40864086
"@types/jest": "npm:^27.4.1"
40874087
"@types/punycode": "npm:^2.1.0"
40884088
deepmerge: "npm:^4.2.2"
@@ -4172,8 +4172,8 @@ __metadata:
41724172
"@metamask/snaps-controllers": "npm:^14.0.1"
41734173
"@metamask/snaps-sdk": "npm:^9.0.0"
41744174
"@metamask/snaps-utils": "npm:^11.0.0"
4175-
"@noble/ciphers": "npm:^0.5.2"
4176-
"@noble/hashes": "npm:^1.4.0"
4175+
"@noble/ciphers": "npm:^1.3.0"
4176+
"@noble/hashes": "npm:^1.8.0"
41774177
"@types/jest": "npm:^27.4.1"
41784178
deepmerge: "npm:^4.2.2"
41794179
ethers: "npm:^6.12.0"
@@ -4319,9 +4319,9 @@ __metadata:
43194319
"@metamask/keyring-controller": "npm:^22.1.0"
43204320
"@metamask/toprf-secure-backup": "npm:^0.4.0"
43214321
"@metamask/utils": "npm:^11.4.2"
4322-
"@noble/ciphers": "npm:^0.5.2"
4323-
"@noble/curves": "npm:^1.2.0"
4324-
"@noble/hashes": "npm:^1.4.0"
4322+
"@noble/ciphers": "npm:^1.3.0"
4323+
"@noble/curves": "npm:^1.9.2"
4324+
"@noble/hashes": "npm:^1.8.0"
43254325
"@types/elliptic": "npm:^6"
43264326
"@types/jest": "npm:^27.4.1"
43274327
async-mutex: "npm:^0.5.0"
@@ -4740,14 +4740,7 @@ __metadata:
47404740
languageName: node
47414741
linkType: hard
47424742

4743-
"@noble/ciphers@npm:^0.5.2":
4744-
version: 0.5.3
4745-
resolution: "@noble/ciphers@npm:0.5.3"
4746-
checksum: 10/af0ad96b5807feace93e63549e05de6f5e305b36e2e95f02d90532893fbc3af3f19b9621b6de4caa98303659e5df2e7aa082064e5d4a82e6f38c728d48dfae5d
4747-
languageName: node
4748-
linkType: hard
4749-
4750-
"@noble/ciphers@npm:^1.2.1":
4743+
"@noble/ciphers@npm:^1.2.1, @noble/ciphers@npm:^1.3.0":
47514744
version: 1.3.0
47524745
resolution: "@noble/ciphers@npm:1.3.0"
47534746
checksum: 10/051660051e3e9e2ca5fb9dece2885532b56b7e62946f89afa7284a0fb8bc02e2bd1c06554dba68162ff42d295b54026456084198610f63c296873b2f1cd7a586
@@ -4772,7 +4765,7 @@ __metadata:
47724765
languageName: node
47734766
linkType: hard
47744767

4775-
"@noble/curves@npm:^1.2.0, @noble/curves@npm:^1.8.1":
4768+
"@noble/curves@npm:^1.2.0, @noble/curves@npm:^1.8.1, @noble/curves@npm:^1.9.2":
47764769
version: 1.9.2
47774770
resolution: "@noble/curves@npm:1.9.2"
47784771
dependencies:
@@ -4795,7 +4788,7 @@ __metadata:
47954788
languageName: node
47964789
linkType: hard
47974790

4798-
"@noble/hashes@npm:1.8.0, @noble/hashes@npm:^1.1.2, @noble/hashes@npm:^1.3.1, @noble/hashes@npm:^1.3.2, @noble/hashes@npm:^1.4.0, @noble/hashes@npm:^1.7.1":
4791+
"@noble/hashes@npm:1.8.0, @noble/hashes@npm:^1.1.2, @noble/hashes@npm:^1.3.1, @noble/hashes@npm:^1.3.2, @noble/hashes@npm:^1.7.1, @noble/hashes@npm:^1.8.0":
47994792
version: 1.8.0
48004793
resolution: "@noble/hashes@npm:1.8.0"
48014794
checksum: 10/474b7f56bc6fb2d5b3a42132561e221b0ea4f91e590f4655312ca13667840896b34195e2b53b7f097ec080a1fdd3b58d902c2a8d0fbdf51d2e238b53808a177e

0 commit comments

Comments
 (0)