From a0fd96bafbad80efd7b13216edc80eae399d8bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 07:32:31 +0000 Subject: [PATCH] chore(deps): bump nostr-tools from 2.15.1 to 2.16.2 in /frontend Bumps [nostr-tools](https://github.com/nbd-wtf/nostr-tools) from 2.15.1 to 2.16.2. - [Release notes](https://github.com/nbd-wtf/nostr-tools/releases) - [Commits](https://github.com/nbd-wtf/nostr-tools/commits) --- updated-dependencies: - dependency-name: nostr-tools dependency-version: 2.16.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 94263cf4..e325859e 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.15.1", + "nostr-tools": "^2.16.2", "npm": "^11.4.1", "openpgp": "^5.11.0", "react": "^19.1.0", @@ -11041,9 +11041,9 @@ } }, "node_modules/nostr-tools": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.15.1.tgz", - "integrity": "sha512-LpetHDR9ltnkpJDkva/SONgyKBbsoV+5yLB8DWc0/U3lCWGtoWJw6Nbc2vR2Ai67RIQYrBQeZLyMlhwVZRK/9A==", + "version": "2.16.2", + "resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.16.2.tgz", + "integrity": "sha512-ZxH9EbSt5ypURZj2TGNJxZd0Omb5ag5KZSu8IyJMCdLyg2KKz+2GA0sP/cSawCQEkyviIN4eRT4G2gB/t9lMRw==", "license": "Unlicense", "dependencies": { "@noble/ciphers": "^0.5.1", diff --git a/frontend/package.json b/frontend/package.json index c564659a..e41b6e37 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -81,7 +81,7 @@ "latlon-geohash": "^2.0.0", "leaflet": "^1.9.4", "light-bolt11-decoder": "^3.2.0", - "nostr-tools": "^2.15.1", + "nostr-tools": "^2.16.2", "npm": "^11.4.1", "openpgp": "^5.11.0", "react": "^19.1.0",