From 3b14de310879a6dc4c0b34a0ba51d03db5daa949 Mon Sep 17 00:00:00 2001 From: Ajitomi Daisuke Date: Sun, 24 Nov 2024 21:12:51 +0900 Subject: [PATCH 1/4] Bump @noble/cipher to 1.1.0. --- deno.json | 2 +- deno.lock | 2 +- npm/import_map.json | 2 +- npm/package-lock.json | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deno.json b/deno.json index 29c814a13..5d1cb5bb2 100644 --- a/deno.json +++ b/deno.json @@ -23,7 +23,7 @@ "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/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", diff --git a/deno.lock b/deno.lock index 398488182..7d548575c 100644 --- a/deno.lock +++ b/deno.lock @@ -344,7 +344,7 @@ "jsr:@std/fs@^1.0.4", "jsr:@std/path@^1.0.3", "jsr:@std/testing@1", - "npm:@noble/ciphers@1", + "npm:@noble/ciphers@^1.1.0", "npm:@noble/curves@^1.6.0", "npm:@noble/hashes@^1.5.0", "npm:@playwright/test@^1.48.2", diff --git a/npm/import_map.json b/npm/import_map.json index ee9cdc1b2..954d756fb 100644 --- a/npm/import_map.json +++ b/npm/import_map.json @@ -7,7 +7,7 @@ "@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/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", diff --git a/npm/package-lock.json b/npm/package-lock.json index facc33210..67cc98141 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -779,9 +779,9 @@ } }, "node_modules/@noble/ciphers": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.0.0.tgz", - "integrity": "sha512-wH5EHOmLi0rEazphPbecAzmjd12I6/Yv/SiHdkA9LSycsQk7RuuTp7am5/o62qYr0RScE7Pc9icXGBbsr6cesA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.1.0.tgz", + "integrity": "sha512-gwcX7IKSuCtlepJVa6sDLMB2EDaoLguFL6HxagKeFIzWGRfFE3mwcHs8mjx4yQY+rV736XGBhfl6Lw80YrTDTw==", "license": "MIT", "engines": { "node": "^14.21.3 || >=16" @@ -3622,7 +3622,7 @@ "license": "MIT", "dependencies": { "@hpke/common": "^1.7.1", - "@noble/ciphers": "^1.0.0" + "@noble/ciphers": "^1.1.0" }, "devDependencies": { "@deno/shim-deno": "~0.18.0", From e4ee168cbad87f50b6bcc503c2a1c37f88d2cf20 Mon Sep 17 00:00:00 2001 From: Ajitomi Daisuke Date: Sun, 24 Nov 2024 21:15:33 +0900 Subject: [PATCH 2/4] Bump cross-spawn to 7.0.6. --- npm/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npm/package-lock.json b/npm/package-lock.json index 67cc98141..9050b15f9 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1415,9 +1415,9 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, "license": "MIT", "dependencies": { From fedf1f06f8396856467e205f102bfeb75574ccc5 Mon Sep 17 00:00:00 2001 From: Ajitomi Daisuke Date: Sun, 24 Nov 2024 21:25:25 +0900 Subject: [PATCH 3/4] Bump @npble/curves to 1.7.0. --- deno.json | 6 +++--- deno.lock | 2 +- npm/import_map.json | 6 +++--- npm/package-lock.json | 20 ++++++++++---------- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/deno.json b/deno.json index 5d1cb5bb2..33321a9a5 100644 --- a/deno.json +++ b/deno.json @@ -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", diff --git a/deno.lock b/deno.lock index 7d548575c..49b357811 100644 --- a/deno.lock +++ b/deno.lock @@ -345,7 +345,7 @@ "jsr:@std/path@^1.0.3", "jsr:@std/testing@1", "npm:@noble/ciphers@^1.1.0", - "npm:@noble/curves@^1.6.0", + "npm:@noble/curves@^1.7.0", "npm:@noble/hashes@^1.5.0", "npm:@playwright/test@^1.48.2", "npm:mlkem@^2.3.0" diff --git a/npm/import_map.json b/npm/import_map.json index 954d756fb..144bd6613 100644 --- a/npm/import_map.json +++ b/npm/import_map.json @@ -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", diff --git a/npm/package-lock.json b/npm/package-lock.json index 9050b15f9..ef75dab8b 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -791,12 +791,12 @@ } }, "node_modules/@noble/curves": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.6.0.tgz", - "integrity": "sha512-TlaHRXDehJuRNR9TfZDNQ45mMEd5dwUwmicsafcIX4SsNiqnCHKjE/1alYPd/lDRVhxdhUAlv8uEhMCI5zjIJQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.7.0.tgz", + "integrity": "sha512-UTMhXK9SeDhFJVrHeUJ5uZlI6ajXg10O6Ddocf9S6GjbSBVZsJo88HzKwXznNfGpMTRDyJkqMjNDPYgf0qFWnw==", "license": "MIT", "dependencies": { - "@noble/hashes": "1.5.0" + "@noble/hashes": "1.6.0" }, "engines": { "node": "^14.21.3 || >=16" @@ -806,9 +806,9 @@ } }, "node_modules/@noble/hashes": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.5.0.tgz", - "integrity": "sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.6.0.tgz", + "integrity": "sha512-YUULf0Uk4/mAA89w+k3+yUYh6NrEvxZa5T6SY3wlMvE2chHkxFUUIDI8/XW1QSC357iA5pSnqt7XEhvFOqmDyQ==", "license": "MIT", "engines": { "node": "^14.21.3 || >=16" @@ -3670,7 +3670,7 @@ "dependencies": { "@hpke/common": "^1.7.1", "@hpke/dhkem-x25519": "^1.6.0", - "@noble/curves": "^1.6.0" + "@noble/curves": "^1.7.0" }, "devDependencies": { "@deno/shim-deno": "~0.18.0", @@ -3688,7 +3688,7 @@ "license": "MIT", "dependencies": { "@hpke/common": "^1.7.1", - "@noble/curves": "^1.6.0", + "@noble/curves": "^1.7.0", "@noble/hashes": "^1.5.0" }, "devDependencies": { @@ -3707,7 +3707,7 @@ "license": "MIT", "dependencies": { "@hpke/common": "^1.7.1", - "@noble/curves": "^1.6.0", + "@noble/curves": "^1.7.0", "@noble/hashes": "^1.5.0" }, "devDependencies": { From 1dcf9ed5cedaf291206dd91e7d8027041fbd5798 Mon Sep 17 00:00:00 2001 From: Ajitomi Daisuke Date: Sun, 24 Nov 2024 21:31:17 +0900 Subject: [PATCH 4/4] Bump @noble/hashes to 1.6.0. --- deno.json | 8 ++++---- deno.lock | 2 +- npm/import_map.json | 8 ++++---- npm/package-lock.json | 10 +++++----- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/deno.json b/deno.json index 33321a9a5..89625e7e8 100644 --- a/deno.json +++ b/deno.json @@ -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/assert@1.0.0", "@std/fs": "jsr:@std/fs@^1.0.4", diff --git a/deno.lock b/deno.lock index 49b357811..29bb41cee 100644 --- a/deno.lock +++ b/deno.lock @@ -346,7 +346,7 @@ "jsr:@std/testing@1", "npm:@noble/ciphers@^1.1.0", "npm:@noble/curves@^1.7.0", - "npm:@noble/hashes@^1.5.0", + "npm:@noble/hashes@^1.6.0", "npm:@playwright/test@^1.48.2", "npm:mlkem@^2.3.0" ], diff --git a/npm/import_map.json b/npm/import_map.json index 144bd6613..48eb829d7 100644 --- a/npm/import_map.json +++ b/npm/import_map.json @@ -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/assert@1.0.0", "@std/fs": "jsr:@std/fs@^1.0.4", "@std/path": "jsr:@std/path@^1.0.3", diff --git a/npm/package-lock.json b/npm/package-lock.json index ef75dab8b..db0e8861c 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -3689,7 +3689,7 @@ "dependencies": { "@hpke/common": "^1.7.1", "@noble/curves": "^1.7.0", - "@noble/hashes": "^1.5.0" + "@noble/hashes": "^1.6.0" }, "devDependencies": { "@deno/shim-deno": "~0.18.0", @@ -3708,7 +3708,7 @@ "dependencies": { "@hpke/common": "^1.7.1", "@noble/curves": "^1.7.0", - "@noble/hashes": "^1.5.0" + "@noble/hashes": "^1.6.0" }, "devDependencies": { "@deno/shim-deno": "~0.18.0", @@ -3729,7 +3729,7 @@ "@hpke/core": "^1.7.1", "@hpke/dhkem-x25519": "^1.6.0", "@hpke/dhkem-x448": "^1.6.0", - "@noble/hashes": "^1.5.0" + "@noble/hashes": "^1.6.0" }, "devDependencies": { "@deno/shim-deno": "~0.18.0", @@ -3747,7 +3747,7 @@ "dependencies": { "@hpke/common": "^1.7.1", "@hpke/dhkem-x25519": "^1.6.0", - "@noble/hashes": "^1.5.0", + "@noble/hashes": "^1.6.0", "mlkem": "^2.3.0" }, "devDependencies": { @@ -3767,7 +3767,7 @@ "dependencies": { "@hpke/common": "^1.7.1", "@hpke/dhkem-x25519": "^1.6.0", - "@noble/hashes": "^1.5.0" + "@noble/hashes": "^1.6.0" }, "devDependencies": { "@deno/shim-deno": "~0.18.0",