From 23bf048cf7600d1b6a3558901150d78f1b8cc84f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 08:17:19 +0000 Subject: [PATCH] build(deps-dev): Bump @noble/ciphers from 2.3.0 to 2.4.0 in /probe Bumps [@noble/ciphers](https://github.com/paulmillr/noble-ciphers) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/paulmillr/noble-ciphers/releases) - [Changelog](https://github.com/paulmillr/noble-ciphers/blob/main/CHANGELOG.md) - [Commits](https://github.com/paulmillr/noble-ciphers/compare/2.3.0...2.4.0) --- updated-dependencies: - dependency-name: "@noble/ciphers" dependency-version: 2.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- probe/package-lock.json | 21 +++++++++++++++++---- probe/package.json | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/probe/package-lock.json b/probe/package-lock.json index ebc48e1..e5067d5 100644 --- a/probe/package-lock.json +++ b/probe/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "tunnelfetch-probe", "devDependencies": { - "@noble/ciphers": "^2.3.0", + "@noble/ciphers": "^2.4.0", "@noble/post-quantum": "^0.7.0", "wrangler": "^4.123.0" } @@ -1144,9 +1144,9 @@ } }, "node_modules/@noble/ciphers": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-2.3.0.tgz", - "integrity": "sha512-Clu/xdfgVTf9o7ngLOURaxePwR0j8sjclKEtVij10/jGulwFsPWCvvRgG/XjUVf8Nei+jLG6uwyXzUTGY1DQrw==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-2.4.0.tgz", + "integrity": "sha512-AnjFn0Jv92laAkvMrghlFZq4qQCIN/4DxFV/eooqtC2YTjB7kBeLMS2T9KJX4Dn+ZVXLOwK0lSgqDtx9gvxtiw==", "dev": true, "license": "MIT", "engines": { @@ -1203,6 +1203,19 @@ "url": "https://paulmillr.com/funding/" } }, + "node_modules/@noble/post-quantum/node_modules/@noble/ciphers": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-2.3.0.tgz", + "integrity": "sha512-Clu/xdfgVTf9o7ngLOURaxePwR0j8sjclKEtVij10/jGulwFsPWCvvRgG/XjUVf8Nei+jLG6uwyXzUTGY1DQrw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 20.19.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/@poppinss/colors": { "version": "4.1.6", "resolved": "https://registry.npmjs.org/@poppinss/colors/-/colors-4.1.6.tgz", diff --git a/probe/package.json b/probe/package.json index 8090ab6..b7baaee 100644 --- a/probe/package.json +++ b/probe/package.json @@ -4,7 +4,7 @@ "type": "module", "description": "Edge capability probe. Not published; results feed the offline test suite.", "devDependencies": { - "@noble/ciphers": "^2.3.0", + "@noble/ciphers": "^2.4.0", "@noble/post-quantum": "^0.7.0", "wrangler": "^4.123.0" }