|
7 | 7 | "@hpke/core": "npm:@hpke/core@^1.7.1",
|
8 | 8 | "@hpke/dhkem-x25519": "npm:@hpke/dhkem-x25519@^1.6.0",
|
9 | 9 | "@hpke/dhkem-x448": "npm:@hpke/dhkem-x448@^1.6.0",
|
10 |
| - "@noble/ciphers/chacha": "npm:@noble/ciphers@^1.0.0/chacha", |
11 |
| - "@noble/curves/ed25519": "npm:@noble/curves@^1.6.0/ed25519", |
12 |
| - "@noble/curves/ed448": "npm:@noble/curves@^1.6.0/ed448", |
13 |
| - "@noble/curves/secp256k1": "npm:@noble/curves@^1.6.0/secp256k1", |
14 |
| - "@noble/hashes/hmac": "npm:@noble/hashes@^1.5.0/hmac", |
15 |
| - "@noble/hashes/sha256": "npm:@noble/hashes@^1.5.0/sha256", |
16 |
| - "@noble/hashes/sha512": "npm:@noble/hashes@^1.5.0/sha512", |
17 |
| - "@noble/hashes/sha3": "npm:@noble/hashes@^1.5.0/sha3", |
| 10 | + "@noble/ciphers/chacha": "npm:@noble/ciphers@^1.1.0/chacha", |
| 11 | + "@noble/curves/ed25519": "npm:@noble/curves@^1.7.0/ed25519", |
| 12 | + "@noble/curves/ed448": "npm:@noble/curves@^1.7.0/ed448", |
| 13 | + "@noble/curves/secp256k1": "npm:@noble/curves@^1.7.0/secp256k1", |
| 14 | + "@noble/hashes/hmac": "npm:@noble/hashes@^1.6.0/hmac", |
| 15 | + "@noble/hashes/sha256": "npm:@noble/hashes@^1.6.0/sha256", |
| 16 | + "@noble/hashes/sha512": "npm:@noble/hashes@^1.6.0/sha512", |
| 17 | + "@noble/hashes/sha3": "npm:@noble/hashes@^1.6.0/sha3", |
18 | 18 | "@std/assert": "jsr:@std/[email protected]",
|
19 | 19 | "@std/fs": "jsr:@std/fs@^1.0.4",
|
20 | 20 | "@std/path": "jsr:@std/path@^1.0.3",
|
|
0 commit comments