Skip to content

Commit c8788f9

Browse files
committed
add "@noble/ciphers" and "@noble/curves" as core dependencies
1 parent b7a0de6 commit c8788f9

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
lines changed

packages/seedless-onboarding-controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
"@metamask/base-controller": "^8.0.1",
5252
"@metamask/toprf-secure-backup": "^0.4.0",
5353
"@metamask/utils": "^11.4.2",
54+
"@noble/ciphers": "^1.3.0",
55+
"@noble/curves": "^1.9.2",
5456
"async-mutex": "^0.5.0"
5557
},
5658
"devDependencies": {
@@ -59,8 +61,6 @@
5961
"@metamask/auto-changelog": "^3.4.4",
6062
"@metamask/browser-passworder": "^4.3.0",
6163
"@metamask/keyring-controller": "^22.1.0",
62-
"@noble/ciphers": "^0.5.2",
63-
"@noble/curves": "^1.2.0",
6464
"@noble/hashes": "^1.4.0",
6565
"@types/elliptic": "^6",
6666
"@types/jest": "^27.4.1",

yarn.lock

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4304,8 +4304,8 @@ __metadata:
43044304
"@metamask/keyring-controller": "npm:^22.1.0"
43054305
"@metamask/toprf-secure-backup": "npm:^0.4.0"
43064306
"@metamask/utils": "npm:^11.4.2"
4307-
"@noble/ciphers": "npm:^0.5.2"
4308-
"@noble/curves": "npm:^1.2.0"
4307+
"@noble/ciphers": "npm:^1.3.0"
4308+
"@noble/curves": "npm:^1.9.2"
43094309
"@noble/hashes": "npm:^1.4.0"
43104310
"@types/elliptic": "npm:^6"
43114311
"@types/jest": "npm:^27.4.1"
@@ -4739,6 +4739,13 @@ __metadata:
47394739
languageName: node
47404740
linkType: hard
47414741

4742+
"@noble/ciphers@npm:^1.3.0":
4743+
version: 1.3.0
4744+
resolution: "@noble/ciphers@npm:1.3.0"
4745+
checksum: 10/051660051e3e9e2ca5fb9dece2885532b56b7e62946f89afa7284a0fb8bc02e2bd1c06554dba68162ff42d295b54026456084198610f63c296873b2f1cd7a586
4746+
languageName: node
4747+
linkType: hard
4748+
47424749
"@noble/curves@npm:1.2.0":
47434750
version: 1.2.0
47444751
resolution: "@noble/curves@npm:1.2.0"
@@ -4766,6 +4773,15 @@ __metadata:
47664773
languageName: node
47674774
linkType: hard
47684775

4776+
"@noble/curves@npm:^1.9.2":
4777+
version: 1.9.2
4778+
resolution: "@noble/curves@npm:1.9.2"
4779+
dependencies:
4780+
"@noble/hashes": "npm:1.8.0"
4781+
checksum: 10/f60f00ad86296054566b67be08fd659999bb64b692bfbf11dbe3be1f422ad4d826bf5ebb2015ce2e246538eab2b677707e0a46ffa8323a6fae7a9a30ec1fe318
4782+
languageName: node
4783+
linkType: hard
4784+
47694785
"@noble/hashes@npm:1.3.2":
47704786
version: 1.3.2
47714787
resolution: "@noble/hashes@npm:1.3.2"
@@ -4787,6 +4803,13 @@ __metadata:
47874803
languageName: node
47884804
linkType: hard
47894805

4806+
"@noble/hashes@npm:1.8.0":
4807+
version: 1.8.0
4808+
resolution: "@noble/hashes@npm:1.8.0"
4809+
checksum: 10/474b7f56bc6fb2d5b3a42132561e221b0ea4f91e590f4655312ca13667840896b34195e2b53b7f097ec080a1fdd3b58d902c2a8d0fbdf51d2e238b53808a177e
4810+
languageName: node
4811+
linkType: hard
4812+
47904813
"@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":
47914814
version: 1.7.2
47924815
resolution: "@noble/hashes@npm:1.7.2"

0 commit comments

Comments
 (0)