From 2160d9834bfb5f8af104d40b7d05bfa311aac7b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 22:31:26 +0000 Subject: [PATCH] chore(deps): bump @noble/hashes from 1.8.0 to 2.2.0 Bumps [@noble/hashes](https://github.com/paulmillr/noble-hashes) from 1.8.0 to 2.2.0. - [Release notes](https://github.com/paulmillr/noble-hashes/releases) - [Commits](https://github.com/paulmillr/noble-hashes/compare/1.8.0...2.2.0) --- updated-dependencies: - dependency-name: "@noble/hashes" dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5bf5279..ac9303d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "AGPL-3.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", - "@noble/hashes": "^1.8.0", + "@noble/hashes": "^2.2.0", "express": "^4.21.2", "express-rate-limit": "^8.5.1", "nostr-tools": "^2.23.3", @@ -852,12 +852,12 @@ } }, "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==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.2.0.tgz", + "integrity": "sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==", "license": "MIT", "engines": { - "node": "^14.21.3 || >=16" + "node": ">= 20.19.0" }, "funding": { "url": "https://paulmillr.com/funding/" diff --git a/package.json b/package.json index c071d29..b5af2f7 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "license": "AGPL-3.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", - "@noble/hashes": "^1.8.0", + "@noble/hashes": "^2.2.0", "express": "^4.21.2", "express-rate-limit": "^8.5.1", "nostr-tools": "^2.23.3",