Skip to content

Commit 2988ab9

Browse files
authored
Merge pull request #1935 from cosmos/crypto-updates
Upgrade @noble/ciphers, @noble/curves, @noble/hashes and @scure/bip39 to v2
2 parents e6d1a49 + 02d7caf commit 2988ab9

17 files changed

+118
-84
lines changed

.pnp.cjs

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

.yarn/cache/@noble-ciphers-npm-1.3.0-73a7db337f-3ba6da645c.zip

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:b72596fa6686a8a1fd0fa5f758281335ee51344a23ab8cc61aee5a65d77a0337
3+
size 498941

.yarn/cache/@noble-curves-npm-1.9.2-2584df26a7-21d049ae45.zip

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:b962a7445619c4fef4357b7da45fa652b3c95425dd3f53a514856dae9697138c
3+
size 1258233
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:c1418d1af628db45a47de1fe940d1cc2f6cb36733e9c9b51ae5931108d6cf76b
3+
size 685555

.yarn/cache/@scure-bip39-npm-1.6.0-63a27ac0b7-73a54b5566.zip

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:4a411036cb2d0f07e6b72a92a3138d67813c96fa31f190cfb3a16d6190ecff74
3+
size 202966

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to
99
### Changed
1010

1111
- all: Drop support for Node.js < 22.
12+
- @cosmjs/crypto: Upgrade dependencies @noble/ciphers, @noble/curves,
13+
@noble/hashes and @scure/bip39 to v2. ([#1935])
14+
15+
[#1935]: https://github.com/cosmos/cosmjs/pull/1935
1216

1317
## [0.38.0] - 2025-12-30
1418

packages/crypto/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"@cosmjs/encoding": "workspace:^",
4444
"@cosmjs/math": "workspace:^",
4545
"@cosmjs/utils": "workspace:^",
46-
"@noble/ciphers": "^1.3.0",
47-
"@noble/curves": "^1.9.2",
48-
"@noble/hashes": "^1.8.0",
49-
"@scure/bip39": "^1.6.0",
46+
"@noble/ciphers": "^2.1.1",
47+
"@noble/curves": "^2.0.1",
48+
"@noble/hashes": "^2.0.1",
49+
"@scure/bip39": "^2.0.1",
5050
"hash-wasm": "^4.12.0"
5151
},
5252
"devDependencies": {

0 commit comments

Comments
 (0)