Skip to content

Commit 7f4dcf3

Browse files
committed
Update deps. Update imports to new submodules
1 parent f5b62ec commit 7f4dcf3

File tree

4 files changed

+32
-34
lines changed

4 files changed

+32
-34
lines changed

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"src/index.ts"
1212
],
1313
"dependencies": {
14-
"@noble/hashes": "~1.7.1",
14+
"@noble/hashes": "~1.8.0",
1515
"@scure/base": "~1.2.4"
1616
},
1717
"devDependencies": {
1818
"@paulmillr/jsbt": "0.3.3",
19-
"micro-bmark": "0.4.0",
20-
"micro-should": "0.5.1",
21-
"prettier": "3.5.2",
22-
"typescript": "5.8.2"
19+
"micro-bmark": "0.4.1",
20+
"micro-should": "0.5.2",
21+
"prettier": "3.5.3",
22+
"typescript": "5.8.3"
2323
},
2424
"author": "Paul Miller (https://paulmillr.com)",
2525
"homepage": "https://paulmillr.com/",

src/index.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ import { wordlist as traditionalChinese } from '@scure/bip39/wordlists/tradition
2929
*/
3030

3131
/*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) */
32-
import { abytes, anumber } from '@noble/hashes/_assert';
3332
import { pbkdf2, pbkdf2Async } from '@noble/hashes/pbkdf2';
34-
import { sha256 } from '@noble/hashes/sha256';
35-
import { sha512 } from '@noble/hashes/sha512';
36-
import { randomBytes } from '@noble/hashes/utils';
33+
import { sha256, sha512 } from '@noble/hashes/sha2';
34+
import { abytes, anumber, randomBytes } from '@noble/hashes/utils';
3735
import { utils as baseUtils } from '@scure/base';
3836

3937
// Japanese wordlist

test/build/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)