From 389cde050582a70a5e3e967e2275e06e29650a12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 01:33:57 +0000 Subject: [PATCH] build(deps): bump @noble/hashes from 1.8.0 to 2.0.1 Bumps [@noble/hashes](https://github.com/paulmillr/noble-hashes) from 1.8.0 to 2.0.1. - [Release notes](https://github.com/paulmillr/noble-hashes/releases) - [Commits](https://github.com/paulmillr/noble-hashes/compare/1.8.0...2.0.1) --- updated-dependencies: - dependency-name: "@noble/hashes" dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 29 ++++++++++++++++++++++++++--- package.json | 2 +- 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d66cd22..b01b834 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,12 +12,11 @@ "dependencies": { "@noble/ciphers": "^1.3.0", "@noble/curves": "^1.9.2", - "@noble/hashes": "^1.8.0", + "@noble/hashes": "^2.0.1", "age-encryption": "^0.2.4", "bech32": "^2.0.0", "commander": "^9.4.0", "keytar": "^7.9.0", - "node-addon-api": "^8.5.0", "readline": "^1.3.0" }, "bin": { @@ -1376,7 +1375,7 @@ "url": "https://paulmillr.com/funding/" } }, - "node_modules/@noble/hashes": { + "node_modules/@noble/curves/node_modules/@noble/hashes": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz", "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==", @@ -1388,6 +1387,18 @@ "url": "https://paulmillr.com/funding/" } }, + "node_modules/@noble/hashes": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.0.1.tgz", + "integrity": "sha512-XlOlEbQcE9fmuXxrVTXCTlG2nlRXa9Rj3rr5Ue/+tX+nmkgbX720YHh0VR3hBF9xDvwnb8D2shVGOwNx+ulArw==", + "license": "MIT", + "engines": { + "node": ">= 20.19.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -2205,6 +2216,18 @@ "@scure/base": "^1.1.5" } }, + "node_modules/age-encryption/node_modules/@noble/hashes": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz", + "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==", + "license": "MIT", + "engines": { + "node": "^14.21.3 || >=16" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/agent-base": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", diff --git a/package.json b/package.json index 0a12052..14e9e7d 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "dependencies": { "@noble/ciphers": "^1.3.0", "@noble/curves": "^1.9.2", - "@noble/hashes": "^1.8.0", + "@noble/hashes": "^2.0.1", "age-encryption": "^0.2.4", "bech32": "^2.0.0", "commander": "^9.4.0",