web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

commit 398f7600d774e9c28e043070a157c458a9b60304
parent 8a58851662828c197cd0c655487f2c42cfadcfa5
Author: triesap <137732411+triesap@users.noreply.github.com>
Date:   Sat, 21 Dec 2024 09:10:58 +0000

utils: update dependencies

Diffstat:
Mutils/package.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/package.json b/utils/package.json @@ -20,7 +20,7 @@ "dependencies": { "@noble/curves": "^1.6.0", "@noble/hashes": "^1.4.0", - "@nostr-dev-kit/ndk": "^2.10.6", + "@nostr-dev-kit/ndk": "^2.10.7", "convert": "^5.5.1", "geohashing": "^2.0.1", "nostr-geotags": "^0.7.1",