diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9e3f4403..0c4c3162 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -33,7 +33,7 @@ "latlon-geohash": "^2.0.0", "leaflet": "^1.9.4", "light-bolt11-decoder": "^3.2.0", - "nostr-tools": "^2.13.0", + "nostr-tools": "^2.14.2", "npm": "^11.4.1", "openpgp": "^5.11.0", "react": "^19.1.0", @@ -11333,9 +11333,9 @@ } }, "node_modules/nostr-tools": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.13.0.tgz", - "integrity": "sha512-A1arGsvpULqVK0NmZQqK1imwaCiPm8gcG/lo+cTax2NbNqBEYsuplbqAFdVqcGHEopmkByYbTwF76x25+oEbew==", + "version": "2.14.2", + "resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.14.2.tgz", + "integrity": "sha512-YOIOn5EdJ2Kq5sQW5Zh4wOcqzR6kUyrCDHG4+mVD2szzthsyOTpiWX0yrwaRZGlHJG6q83vkhg95qc2W201XTQ==", "license": "Unlicense", "dependencies": { "@noble/ciphers": "^0.5.1", @@ -11343,9 +11343,7 @@ "@noble/hashes": "1.3.1", "@scure/base": "1.1.1", "@scure/bip32": "1.3.1", - "@scure/bip39": "1.2.1" - }, - "optionalDependencies": { + "@scure/bip39": "1.2.1", "nostr-wasm": "0.1.0" }, "peerDependencies": { @@ -11361,8 +11359,7 @@ "version": "0.1.0", "resolved": "https://registry.npmjs.org/nostr-wasm/-/nostr-wasm-0.1.0.tgz", "integrity": "sha512-78BTryCLcLYv96ONU8Ws3Q1JzjlAt+43pWQhIl86xZmWeegYCNLPml7yQ+gG3vR6V5h4XGj+TxO+SS5dsThQIA==", - "license": "MIT", - "optional": true + "license": "MIT" }, "node_modules/npm": { "version": "11.4.1", diff --git a/frontend/package.json b/frontend/package.json index a65bc63c..b26d3604 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -80,7 +80,7 @@ "latlon-geohash": "^2.0.0", "leaflet": "^1.9.4", "light-bolt11-decoder": "^3.2.0", - "nostr-tools": "^2.13.0", + "nostr-tools": "^2.14.2", "npm": "^11.4.1", "openpgp": "^5.11.0", "react": "^19.1.0",