diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ad42b65c..aa49edf4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -34,7 +34,7 @@ "latlon-geohash": "^2.0.0", "leaflet": "^1.9.4", "light-bolt11-decoder": "^3.1.1", - "nostr-tools": "^2.9.1", + "nostr-tools": "^2.10.0", "npm": "^10.9.0", "openpgp": "^5.11.0", "react": "^18.2.0", @@ -13114,9 +13114,9 @@ } }, "node_modules/nostr-tools": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.9.1.tgz", - "integrity": "sha512-QYK/M2eugK82dEriVGSzZCRn6Sbb88bxICA15wr+ebEULSACysZnDhNoCxdJyqZPva5x+Ql7h4JmEfpc6Ov2fQ==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.10.0.tgz", + "integrity": "sha512-Rg+eTMgLFatCg9f3/QVJuiKNpDfUWBJM4ot2NZnE6R2ktOeWvPyh6uVV6EPto8zF7pC9NwdQuN6BC1og7qH6mA==", "dependencies": { "@noble/ciphers": "^0.5.1", "@noble/curves": "1.2.0", diff --git a/frontend/package.json b/frontend/package.json index 5942b534..39bac94c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -75,7 +75,7 @@ "latlon-geohash": "^2.0.0", "leaflet": "^1.9.4", "light-bolt11-decoder": "^3.1.1", - "nostr-tools": "^2.9.1", + "nostr-tools": "^2.10.0", "npm": "^10.9.0", "openpgp": "^5.11.0", "react": "^18.2.0",