Skip to content

Commit

Permalink
Merge pull request #482 from dajiaji/base-bump-noble-to-latest
Browse files Browse the repository at this point in the history
base: bump noble to latest
  • Loading branch information
dajiaji authored Nov 24, 2024
2 parents fac778d + 1dcf9ed commit 2eef4a7
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 41 deletions.
16 changes: 8 additions & 8 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"imports": {
"@dajiaji/mlkem": "npm:mlkem@^2.3.0",
"@deno/dnt": "jsr:@deno/dnt@^0.41.3",
"@noble/ciphers/chacha": "npm:@noble/ciphers@^1.0.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/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",
"@noble/hashes/sha3": "npm:@noble/hashes@^1.5.0/sha3",
"@noble/ciphers/chacha": "npm:@noble/ciphers@^1.1.0/chacha",
"@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.6.0/hmac",
"@noble/hashes/sha256": "npm:@noble/hashes@^1.6.0/sha256",
"@noble/hashes/sha512": "npm:@noble/hashes@^1.6.0/sha512",
"@noble/hashes/sha3": "npm:@noble/hashes@^1.6.0/sha3",
"@playwright/test": "npm:@playwright/test@^1.48.2",
"@std/assert": "jsr:@std/[email protected]",
"@std/fs": "jsr:@std/fs@^1.0.4",
Expand Down
6 changes: 3 additions & 3 deletions deno.lock

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

16 changes: 8 additions & 8 deletions npm/import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"@hpke/core": "npm:@hpke/core@^1.7.1",
"@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.0.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/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",
"@noble/hashes/sha3": "npm:@noble/hashes@^1.5.0/sha3",
"@noble/ciphers/chacha": "npm:@noble/ciphers@^1.1.0/chacha",
"@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.6.0/hmac",
"@noble/hashes/sha256": "npm:@noble/hashes@^1.6.0/sha256",
"@noble/hashes/sha512": "npm:@noble/hashes@^1.6.0/sha512",
"@noble/hashes/sha3": "npm:@noble/hashes@^1.6.0/sha3",
"@std/assert": "jsr:@std/[email protected]",
"@std/fs": "jsr:@std/fs@^1.0.4",
"@std/path": "jsr:@std/path@^1.0.3",
Expand Down
44 changes: 22 additions & 22 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 2eef4a7

Please sign in to comment.