From acb0a7fa58fca9a8cb3e897811b923211d8d1f08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:13:52 +0000 Subject: [PATCH] Bump the hpke-js group with 4 updates Bumps the hpke-js group with 4 updates: [hpke-js](https://github.com/dajiaji/hpke-js), [@hpke/chacha20poly1305](https://github.com/dajiaji/hpke-js), [@hpke/core](https://github.com/dajiaji/hpke-js) and [@hpke/dhkem-x25519](https://github.com/dajiaji/hpke-js). Updates `hpke-js` from 1.3.1 to 1.4.3 - [Release notes](https://github.com/dajiaji/hpke-js/releases) - [Changelog](https://github.com/dajiaji/hpke-js/blob/main/CHANGES.md) - [Commits](https://github.com/dajiaji/hpke-js/compare/1.3.1...1.4.3) Updates `@hpke/chacha20poly1305` from 1.3.1 to 1.4.3 - [Release notes](https://github.com/dajiaji/hpke-js/releases) - [Changelog](https://github.com/dajiaji/hpke-js/blob/main/CHANGES.md) - [Commits](https://github.com/dajiaji/hpke-js/compare/1.3.1...1.4.3) Updates `@hpke/core` from 1.3.1 to 1.4.3 - [Release notes](https://github.com/dajiaji/hpke-js/releases) - [Changelog](https://github.com/dajiaji/hpke-js/blob/main/CHANGES.md) - [Commits](https://github.com/dajiaji/hpke-js/compare/1.3.1...1.4.3) Updates `@hpke/dhkem-x25519` from 1.3.1 to 1.4.3 - [Release notes](https://github.com/dajiaji/hpke-js/releases) - [Changelog](https://github.com/dajiaji/hpke-js/blob/main/CHANGES.md) - [Commits](https://github.com/dajiaji/hpke-js/compare/1.3.1...1.4.3) --- updated-dependencies: - dependency-name: hpke-js dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hpke-js - dependency-name: "@hpke/chacha20poly1305" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: hpke-js - dependency-name: "@hpke/core" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: hpke-js - dependency-name: "@hpke/dhkem-x25519" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: hpke-js ... Signed-off-by: dependabot[bot] --- package-lock.json | 82 +++++++++++++++++---------------------- packages/dap/package.json | 2 +- 2 files changed, 37 insertions(+), 47 deletions(-) diff --git a/package-lock.json b/package-lock.json index ede09bdf..b78108cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -619,31 +619,42 @@ } }, "node_modules/@hpke/chacha20poly1305": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@hpke/chacha20poly1305/-/chacha20poly1305-1.3.1.tgz", - "integrity": "sha512-kX8D5y04o+SxGJSJMA4r3+YtxOSHir7QxRFuANCVB4hr7Dm7oVwce9iVUQJtOPRSc4mddFlRFq4SQyy2mI4KQA==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@hpke/chacha20poly1305/-/chacha20poly1305-1.4.3.tgz", + "integrity": "sha512-0of93jR0wlq2lG4RvXyrzL2qXKvi/ITWSwEp1sSVfxys8wlGU3aKrEwj0NeCXoHHKb5ei/n9VzsdlpC0xZsvFg==", "dependencies": { - "@hpke/core": "^1.3.0", + "@hpke/common": "^1.4.3", "@noble/ciphers": "^0.5.3" }, "engines": { "node": ">=16.0.0" } }, + "node_modules/@hpke/common": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@hpke/common/-/common-1.4.3.tgz", + "integrity": "sha512-jLM6eqINUOqFYHA36qxo/BoLL1k1TW3xqAl996GyMXK1E7cGL1jTp0igBcBrEmHPC+Pl2RbpyOZlYyWC91mt2g==", + "engines": { + "node": ">=16.0.0" + } + }, "node_modules/@hpke/core": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@hpke/core/-/core-1.3.1.tgz", - "integrity": "sha512-ilWdCYbaTyvQGrMMi5LKcy320/sleGdSR2eKo8B1QOEEWi5EZT+k0B/K5o51AcPLJWaLiY1WFJhSIynTKGI35g==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@hpke/core/-/core-1.4.3.tgz", + "integrity": "sha512-10ZwPlNcoM8t9NN4BV26Q437WQv+bKldSVTDL1XM8PvJYz7HbhhJUKrfyMmLIU8jA93t7hYPsOM12eGlDJtklQ==", + "dependencies": { + "@hpke/common": "^1.4.3" + }, "engines": { "node": ">=16.0.0" } }, "node_modules/@hpke/dhkem-x25519": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@hpke/dhkem-x25519/-/dhkem-x25519-1.3.1.tgz", - "integrity": "sha512-BR0s6GYTbCufMRnG7byuRGvtby61kc3od1AaI+LJDkgmmLdsEcr7mk8cfbMncse1PlHVWLoFcMX67ATyGoDwcw==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@hpke/dhkem-x25519/-/dhkem-x25519-1.4.3.tgz", + "integrity": "sha512-QFb09/hR/iJKurTvOY1PJ/TGr0CgAf2AO6HeyhP93afa5U3dg4xR038FhMvCw1XTe/hTvww9QoMJ+bAgMOwu7A==", "dependencies": { - "@hpke/core": "^1.3.0", + "@hpke/common": "^1.4.3", "@noble/curves": "^1.4.2", "@noble/hashes": "^1.4.0" }, @@ -651,23 +662,12 @@ "node": ">=16.0.0" } }, - "node_modules/@hpke/dhkem-x25519/node_modules/@noble/hashes": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz", - "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==", - "engines": { - "node": ">= 16" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, "node_modules/@hpke/dhkem-x448": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@hpke/dhkem-x448/-/dhkem-x448-1.3.1.tgz", - "integrity": "sha512-xsy/1nfbi+pbWUZtQAx4uXj9IJ5Db8QAfuT8m0JZq3CZbWy/3qn9WV6NUFdg3pqNW7WEK99yirHyaIXBfqTOIA==", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/@hpke/dhkem-x448/-/dhkem-x448-1.4.3.tgz", + "integrity": "sha512-V5r4AD2O5rNBknDW2G2UlV8+TIX3HEEYRfPbtRMvuP4iAV2o9XcTGFJf31MAYbfMUBFwaQ+abvcCmbOI6bmneA==", "dependencies": { - "@hpke/core": "^1.3.0", + "@hpke/common": "^1.4.3", "@noble/curves": "^1.4.2", "@noble/hashes": "^1.4.0" }, @@ -2695,31 +2695,21 @@ } }, "node_modules/hpke-js": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/hpke-js/-/hpke-js-1.3.1.tgz", - "integrity": "sha512-5qEeLXw1mROAPmuEhU7/JdEpdC49jXBLb6zj274ciG49HjoQjm8ABTnyZMd2jKl76wWwjzb9puLmm1bZ1PtygA==", - "dependencies": { - "@hpke/chacha20poly1305": "^1.3.0", - "@hpke/core": "^1.3.0", - "@hpke/dhkem-x25519": "^1.3.0", - "@hpke/dhkem-x448": "^1.3.0", + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/hpke-js/-/hpke-js-1.4.3.tgz", + "integrity": "sha512-di8fhAcPSIcHPJpjtJRTZW8WG53SrnX/RYRM8UEdfVlWeMLddNf+BFFCLEYkyM5b3/JhojfaZ1+yuLj942aZhQ==", + "dependencies": { + "@hpke/chacha20poly1305": "^1.4.3", + "@hpke/common": "^1.4.3", + "@hpke/core": "^1.4.3", + "@hpke/dhkem-x25519": "^1.4.3", + "@hpke/dhkem-x448": "^1.4.3", "@noble/hashes": "^1.4.0" }, "engines": { "node": ">=16.0.0" } }, - "node_modules/hpke-js/node_modules/@noble/hashes": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz", - "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==", - "engines": { - "node": ">= 16" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, "node_modules/html-escaper": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", @@ -4533,7 +4523,7 @@ "@divviup/common": "^0.2.2", "@divviup/prio3": "^0.8.0", "@divviup/vdaf": "^0.8.0", - "hpke-js": "^1.3.1" + "hpke-js": "^1.4.3" }, "devDependencies": { "@hpke/chacha20poly1305": "^1.2.9", diff --git a/packages/dap/package.json b/packages/dap/package.json index c914851e..1f91549e 100644 --- a/packages/dap/package.json +++ b/packages/dap/package.json @@ -24,7 +24,7 @@ "@divviup/common": "^0.2.2", "@divviup/prio3": "^0.8.0", "@divviup/vdaf": "^0.8.0", - "hpke-js": "^1.3.1" + "hpke-js": "^1.4.3" }, "devDependencies": { "@hpke/chacha20poly1305": "^1.2.9",