From fa364da54f47fe5674c29a03e707ceb7b6f9b2d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 07:46:48 +0000 Subject: [PATCH] chore(deps): bump nostr-tools from 2.9.1 to 2.10.4 in /frontend Bumps [nostr-tools](https://github.com/nbd-wtf/nostr-tools) from 2.9.1 to 2.10.4. - [Release notes](https://github.com/nbd-wtf/nostr-tools/releases) - [Commits](https://github.com/nbd-wtf/nostr-tools/compare/v2.9.1...v2.10.4) --- updated-dependencies: - dependency-name: nostr-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 11 ++++++----- frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6a205922..8aa87721 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.4", "npm": "^10.9.0", "openpgp": "^5.11.0", "react": "^18.2.0", @@ -13114,9 +13114,10 @@ } }, "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.4", + "resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.10.4.tgz", + "integrity": "sha512-biU7sk+jxHgVASfobg2T5ttxOGGSt69wEVBC51sHHOEaKAAdzHBLV/I2l9Rf61UzClhliZwNouYhqIso4a3HYg==", + "license": "Unlicense", "dependencies": { "@noble/ciphers": "^0.5.1", "@noble/curves": "1.2.0", @@ -13126,7 +13127,7 @@ "@scure/bip39": "1.2.1" }, "optionalDependencies": { - "nostr-wasm": "v0.1.0" + "nostr-wasm": "0.1.0" }, "peerDependencies": { "typescript": ">=5.0.0" diff --git a/frontend/package.json b/frontend/package.json index 3226293a..300f9d03 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.4", "npm": "^10.9.0", "openpgp": "^5.11.0", "react": "^18.2.0",