diff --git a/package.json b/package.json index d8bd681..0aaf340 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-i18next": "^13.2.2", - "rx-nostr": "^1.8.0", + "rx-nostr": "^1.8.1", "rxjs": "^7.8.1", "virtua": "^0.18.0" }, diff --git a/yarn.lock b/yarn.lock index 745580d..d41933d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3876,15 +3876,16 @@ run-parallel@^1.1.9: dependencies: queue-microtask "^1.2.2" -rx-nostr@^1.8.0: - version "1.8.0" - resolved "https://registry.yarnpkg.com/rx-nostr/-/rx-nostr-1.8.0.tgz#f4f273c3a7bb8c3077fadbf8c79691caa554a96d" - integrity sha512-3YPEEH47plGtFTJkA6X/aC+lT/Ub+xdrtnZKxB9Q0Eb2ALEVlkwAT9fss5dPqZfbLMix8KjiulvkEhWEJQTOTA== +rx-nostr@^1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/rx-nostr/-/rx-nostr-1.8.1.tgz#ce715ab7ba53711821079f5e3c2f59b986d57c20" + integrity sha512-TITUXAvw7LyhqxAYsaAjNtiCJ+NVcedA86+z8CpE4tMudtg8dokDaF+jqzXUkv+/yBwOfRDJi730cA6PICMd+w== dependencies: "@noble/curves" "^1.0.0" "@noble/hashes" "^1.3.0" "@scure/base" "^1.1.1" normalize-url "^8.0.0" + nostr-typedef "^0.4.0" rxjs "^7.8.0" rxjs@^7.8.0, rxjs@^7.8.1: