From 092b8c533322c1aa88f886711c0499b4b1cf9471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:37:16 -0700 Subject: [PATCH] Bump the hpke-js group with 4 updates (#404) 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.2.2 to 1.2.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.2.2...1.2.3) Updates `@hpke/chacha20poly1305` from 1.2.2 to 1.2.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.2.2...1.2.3) Updates `@hpke/core` from 1.2.2 to 1.2.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.2.2...1.2.3) Updates `@hpke/dhkem-x25519` from 1.2.2 to 1.2.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.2.2...1.2.3) --- updated-dependencies: - dependency-name: hpke-js dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hpke-js - dependency-name: "@hpke/chacha20poly1305" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: hpke-js - dependency-name: "@hpke/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: hpke-js - dependency-name: "@hpke/dhkem-x25519" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: hpke-js ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 64 +++++++++++++++++++-------------------- packages/dap/package.json | 8 ++--- 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7beb24940..15966cba8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -338,34 +338,34 @@ "dev": true }, "node_modules/@hpke/chacha20poly1305": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@hpke/chacha20poly1305/-/chacha20poly1305-1.2.2.tgz", - "integrity": "sha512-/0xGEhAR8SUP9N0ynvb0QMt0wPKEW1tfU0AIrPKiDhkihLq+z9fGn4zQlFWP5o8U/AMlMLAN/uCgA/WUOfMR5Q==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@hpke/chacha20poly1305/-/chacha20poly1305-1.2.3.tgz", + "integrity": "sha512-5LJH/9AF2VUIz+J0FVq5fzadcBF5XLjFUjQxKqIr1NalPbr+Z5cvP8Kwge4cH8GEaqs688EyCHZAbY3OlF009w==", "dev": true, "dependencies": { - "@noble/ciphers": "0.2.0" + "@noble/ciphers": "0.3.0" }, "engines": { "node": ">=16.0.0" } }, "node_modules/@hpke/core": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@hpke/core/-/core-1.2.2.tgz", - "integrity": "sha512-9N9Qryj0ZrN5M5rvkb7ZprdIewag/6EN3kzZM49bCR1yyHZrQYDEhzP/mLFbS46POAj/TRE1uYdEl6/cFIsgVA==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@hpke/core/-/core-1.2.3.tgz", + "integrity": "sha512-UZdPNJK1fzh6JuLLOGkU0uaJiZrRn5ZqXR82CSn7xNFcZmX9mzg1J2bAXYrLH+ZK261+XuZKYwEfdrkcVOZV1g==", "dev": true, "engines": { "node": ">=16.0.0" } }, "node_modules/@hpke/dhkem-x25519": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@hpke/dhkem-x25519/-/dhkem-x25519-1.2.2.tgz", - "integrity": "sha512-TAAGe8xSHHEBwQE3PL6cGZxEFnNdNCNKfOGLoWfmwV73yhgD+x9pnDrr0DvBaZCTvt6JsIGpABFVwZZzUf4cJg==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@hpke/dhkem-x25519/-/dhkem-x25519-1.2.3.tgz", + "integrity": "sha512-b4Kb81Lm5yf0aqXzJOpBKEiv9U089tLPVDij766PVqFqggue9Imq9SjIlTU6Z52mhmadhLnNDluHHSTfZdXjgw==", "dev": true, "dependencies": { - "@noble/curves": "1.1.0", - "@noble/hashes": "1.3.1" + "@noble/curves": "1.2.0", + "@noble/hashes": "1.3.2" }, "engines": { "node": ">=16.0.0" @@ -480,28 +480,28 @@ } }, "node_modules/@noble/ciphers": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-0.2.0.tgz", - "integrity": "sha512-6YBxJDAapHSdd3bLDv6x2wRPwq4QFMUaB3HvljNBUTThDd12eSm7/3F+2lnfzx2jvM+S6Nsy0jEt9QbPqSwqRw==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-0.3.0.tgz", + "integrity": "sha512-ldbrnOjmNRwFdXcTM6uXDcxpMIFrbzAWNnpBPp4oTJTFF0XByGD6vf45WrehZGXRQTRVV+Zm8YP+EgEf+e4cWA==", "funding": { "url": "https://paulmillr.com/funding/" } }, "node_modules/@noble/curves": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.1.0.tgz", - "integrity": "sha512-091oBExgENk/kGj3AZmtBDMpxQPDtxQABR2B9lb1JbVTs6ytdzZNwvhxQ4MWasRNEzlbEH8jCWFCwhF/Obj5AA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.2.0.tgz", + "integrity": "sha512-oYclrNgRaM9SsBUBVbb8M6DTV7ZHRTKugureoYEncY5c65HOmRzvSiTE3y5CYaPYJA/GVkrhXEoF0M3Ya9PMnw==", "dependencies": { - "@noble/hashes": "1.3.1" + "@noble/hashes": "1.3.2" }, "funding": { "url": "https://paulmillr.com/funding/" } }, "node_modules/@noble/hashes": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.1.tgz", - "integrity": "sha512-EbqwksQwz9xDRGfDST86whPBgM65E0OH/pCgqW0GBVzO22bNE+NuIbeTb714+IfSjU3aRk47EUvXIb5bTsenKA==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.2.tgz", + "integrity": "sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ==", "engines": { "node": ">= 16" }, @@ -3361,13 +3361,13 @@ } }, "node_modules/hpke-js": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/hpke-js/-/hpke-js-1.2.2.tgz", - "integrity": "sha512-dIb7rEotvgW1VsnKSUYXINNh6f24hBDclcII2Rfvme0iaX41byBUfsjUdfRETp+hsbRxGJQyQD9RDFZGyLealA==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/hpke-js/-/hpke-js-1.2.3.tgz", + "integrity": "sha512-yljf358tVye9tJapPR5y+TbHXTdgheBpFr5vJEvsFA455aPhp2jh7kSpwQgTEtQBKkPD+5LGVMjv7B8q6hzEWA==", "dependencies": { - "@noble/ciphers": "0.2.0", - "@noble/curves": "1.1.0", - "@noble/hashes": "1.3.1" + "@noble/ciphers": "0.3.0", + "@noble/curves": "1.2.0", + "@noble/hashes": "1.3.2" }, "engines": { "node": ">=16.0.0" @@ -7246,12 +7246,12 @@ "@divviup/common": "^0.1.0", "@divviup/prio3": "^0.1.0", "@divviup/vdaf": "^0.1.0", - "hpke-js": "^1.2.2" + "hpke-js": "^1.2.3" }, "devDependencies": { - "@hpke/chacha20poly1305": "^1.2.2", - "@hpke/core": "^1.2.2", - "@hpke/dhkem-x25519": "^1.2.2" + "@hpke/chacha20poly1305": "^1.2.3", + "@hpke/core": "^1.2.3", + "@hpke/dhkem-x25519": "^1.2.3" } }, "packages/field": { diff --git a/packages/dap/package.json b/packages/dap/package.json index c5606dc6f..8c8f8c007 100644 --- a/packages/dap/package.json +++ b/packages/dap/package.json @@ -22,11 +22,11 @@ "@divviup/common": "^0.1.0", "@divviup/prio3": "^0.1.0", "@divviup/vdaf": "^0.1.0", - "hpke-js": "^1.2.2" + "hpke-js": "^1.2.3" }, "devDependencies": { - "@hpke/chacha20poly1305": "^1.2.2", - "@hpke/core": "^1.2.2", - "@hpke/dhkem-x25519": "^1.2.2" + "@hpke/chacha20poly1305": "^1.2.3", + "@hpke/core": "^1.2.3", + "@hpke/dhkem-x25519": "^1.2.3" } }