From 1b79dedd144aec311cf9d664b6ff0adf3f71b129 Mon Sep 17 00:00:00 2001 From: vveerrgg Date: Wed, 2 Sep 2026 22:57:19 -0700 Subject: [PATCH] docs: fix broken internal links / stale dep versions (doc sweep) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d7c32be..d7daba9 100644 --- a/README.md +++ b/README.md @@ -210,11 +210,11 @@ See the `examples/browser.html` file for a complete example of browser usage. ## Dependencies This package uses: -- nostr-crypto-utils (^0.7.0) for cryptographic operations -- @noble/curves + @noble/hashes (^2.0.1) for NIP-26 schnorr delegation tokens +- nostr-crypto-utils (^0.9.1) for cryptographic operations +- @noble/curves + @noble/hashes (^2.2.0) for NIP-26 schnorr delegation tokens - pino (^10.3.1) for logging -- ws (^8.19.0) for WebSocket functionality -- uuid (^13.0.0) for unique identifiers +- ws (^8.21.1) for WebSocket functionality +- uuid (^13.0.2) for unique identifiers ## Documentation