Skip to content

Commit

Permalink
Bump @noble/hashes to 1.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Nov 24, 2024
1 parent fedf1f0 commit 1dcf9ed
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"@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",
"@noble/hashes/sha3": "npm:@noble/hashes@^1.5.0/sha3",
"@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
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.

8 changes: 4 additions & 4 deletions npm/import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"@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",
"@noble/hashes/sha3": "npm:@noble/hashes@^1.5.0/sha3",
"@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
10 changes: 5 additions & 5 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 1dcf9ed

Please sign in to comment.