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",