Skip to content

Commit

Permalink
Bump @npble/curves to 1.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Nov 24, 2024
1 parent e4ee168 commit fedf1f0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"@dajiaji/mlkem": "npm:mlkem@^2.3.0",
"@deno/dnt": "jsr:@deno/dnt@^0.41.3",
"@noble/ciphers/chacha": "npm:@noble/ciphers@^1.1.0/chacha",
"@noble/curves/ed25519": "npm:@noble/curves@^1.6.0/ed25519",
"@noble/curves/ed448": "npm:@noble/curves@^1.6.0/ed448",
"@noble/curves/secp256k1": "npm:@noble/curves@^1.6.0/secp256k1",
"@noble/curves/ed25519": "npm:@noble/curves@^1.7.0/ed25519",
"@noble/curves/ed448": "npm:@noble/curves@^1.7.0/ed448",
"@noble/curves/secp256k1": "npm:@noble/curves@^1.7.0/secp256k1",
"@noble/hashes/hmac": "npm:@noble/hashes@^1.5.0/hmac",
"@noble/hashes/sha256": "npm:@noble/hashes@^1.5.0/sha256",
"@noble/hashes/sha512": "npm:@noble/hashes@^1.5.0/sha512",
Expand Down
2 changes: 1 addition & 1 deletion deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions npm/import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"@hpke/dhkem-x25519": "npm:@hpke/dhkem-x25519@^1.6.0",
"@hpke/dhkem-x448": "npm:@hpke/dhkem-x448@^1.6.0",
"@noble/ciphers/chacha": "npm:@noble/ciphers@^1.1.0/chacha",
"@noble/curves/ed25519": "npm:@noble/curves@^1.6.0/ed25519",
"@noble/curves/ed448": "npm:@noble/curves@^1.6.0/ed448",
"@noble/curves/secp256k1": "npm:@noble/curves@^1.6.0/secp256k1",
"@noble/curves/ed25519": "npm:@noble/curves@^1.7.0/ed25519",
"@noble/curves/ed448": "npm:@noble/curves@^1.7.0/ed448",
"@noble/curves/secp256k1": "npm:@noble/curves@^1.7.0/secp256k1",
"@noble/hashes/hmac": "npm:@noble/hashes@^1.5.0/hmac",
"@noble/hashes/sha256": "npm:@noble/hashes@^1.5.0/sha256",
"@noble/hashes/sha512": "npm:@noble/hashes@^1.5.0/sha512",
Expand Down
20 changes: 10 additions & 10 deletions npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fedf1f0

Please sign in to comment.