Skip to content

Commit

Permalink
Merge pull request #446 from dajiaji/update-npm-package-lock-json
Browse files Browse the repository at this point in the history
Bump @noble/* to the latest versions.
  • Loading branch information
dajiaji authored Nov 3, 2024
2 parents 3eae003 + 7f713b2 commit d133388
Show file tree
Hide file tree
Showing 11 changed files with 74 additions and 69 deletions.
35 changes: 23 additions & 12 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 import_map.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"imports": {
"@dajiaji/mlkem": "npm:mlkem@^2.2.0",
"@noble/ciphers/chacha": "npm:@noble/ciphers@^0.5.3/chacha",
"@noble/curves/ed25519": "npm:@noble/curves@^1.4.2/ed25519",
"@noble/curves/ed448": "npm:@noble/curves@^1.4.2/ed448",
"@noble/curves/secp256k1": "npm:@noble/curves@^1.4.2/secp256k1",
"@noble/hashes/hmac": "npm:@noble/hashes@^1.4.0/hmac",
"@noble/hashes/sha256": "npm:@noble/hashes@^1.4.0/sha256",
"@noble/hashes/sha512": "npm:@noble/hashes@^1.4.0/sha512",
"@noble/hashes/sha3": "npm:@noble/hashes@^1.4.0/sha3",
"@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",
"@std/assert": "jsr:@std/[email protected]",
"@std/path": "jsr:@std/path@^1.0.3",
"@std/testing/bdd": "jsr:@std/testing@^1.0.0/bdd"
Expand Down
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.4.3",
"@hpke/dhkem-x25519": "npm:@hpke/dhkem-x25519@^1.4.3",
"@hpke/dhkem-x448": "npm:@hpke/dhkem-x448@^1.4.3",
"@noble/ciphers/chacha": "npm:@noble/ciphers@^0.5.3/chacha",
"@noble/curves/ed25519": "npm:@noble/curves@^1.4.2/ed25519",
"@noble/curves/ed448": "npm:@noble/curves@^1.4.2/ed448",
"@noble/curves/secp256k1": "npm:@noble/curves@^1.4.2/secp256k1",
"@noble/hashes/hmac": "npm:@noble/hashes@^1.4.0/hmac",
"@noble/hashes/sha256": "npm:@noble/hashes@^1.4.0/sha256",
"@noble/hashes/sha512": "npm:@noble/hashes@^1.4.0/sha512",
"@noble/hashes/sha3": "npm:@noble/hashes@^1.4.0/sha3",
"@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",
"@std/assert": "jsr:@std/[email protected]",
"@std/fs": "jsr:@std/fs@^1.0.4",
"@std/path": "jsr:@std/path@^1.0.3",
Expand Down
58 changes: 26 additions & 32 deletions npm/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/chacha20poly1305/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.5.0",
"exports": "./mod.ts",
"imports": {
"@noble/ciphers": "npm:@noble/ciphers@^0.5.3"
"@noble/ciphers": "npm:@noble/ciphers@^1.0.0"
},
"publish": {
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion packages/dhkem-secp256k1/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.5.0",
"exports": "./mod.ts",
"imports": {
"@noble/curves": "npm:@noble/curves@^1.4.2"
"@noble/curves": "npm:@noble/curves@^1.6.0"
},
"publish": {
"exclude": [
Expand Down
4 changes: 2 additions & 2 deletions packages/dhkem-x25519/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "1.5.0",
"exports": "./mod.ts",
"imports": {
"@noble/curves": "npm:@noble/curves@^1.4.2",
"@noble/hashes": "npm:@noble/hashes@^1.4.0"
"@noble/curves": "npm:@noble/curves@^1.6.0",
"@noble/hashes": "npm:@noble/hashes@^1.5.0"
},
"publish": {
"exclude": [
Expand Down
4 changes: 2 additions & 2 deletions packages/dhkem-x448/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "1.5.0",
"exports": "./mod.ts",
"imports": {
"@noble/curves": "npm:@noble/curves@^1.4.2",
"@noble/hashes": "npm:@noble/hashes@^1.4.0"
"@noble/curves": "npm:@noble/curves@^1.6.0",
"@noble/hashes": "npm:@noble/hashes@^1.5.0"
},
"publish": {
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hpke-js/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.5.0",
"exports": "./mod.ts",
"imports": {
"@noble/hashes": "npm:@noble/hashes@^1.4.0"
"@noble/hashes": "npm:@noble/hashes@^1.5.0"
},
"publish": {
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hybridkem-x-wing/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"exports": "./mod.ts",
"imports": {
"@dajiaji/mlkem": "jsr:@dajiaji/mlkem@^2.2.0",
"@noble/hashes": "npm:@noble/hashes@^1.4.0"
"@noble/hashes": "npm:@noble/hashes@^1.5.0"
},
"publish": {
"exclude": [
Expand Down
2 changes: 1 addition & 1 deletion packages/hybridkem-x25519-kyber768/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.5.0",
"exports": "./mod.ts",
"imports": {
"@noble/hashes": "npm:@noble/hashes@^1.4.0"
"@noble/hashes": "npm:@noble/hashes@^1.5.0"
},
"publish": {
"exclude": [
Expand Down

0 comments on commit d133388

Please sign in to comment.