From 093b8d6bdc64508dc9face8c1db5bff88629b8bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 07:43:16 +0000 Subject: [PATCH] chore(deps): bump nostr-tools from 2.15.0 to 2.15.1 in /frontend Bumps [nostr-tools](https://github.com/nbd-wtf/nostr-tools) from 2.15.0 to 2.15.1. - [Release notes](https://github.com/nbd-wtf/nostr-tools/releases) - [Commits](https://github.com/nbd-wtf/nostr-tools/compare/v2.15.0...v2.15.1) --- updated-dependencies: - dependency-name: nostr-tools dependency-version: 2.15.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 507ec9fb..8bcf3820 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.0", + "nostr-tools": "^2.15.1", "npm": "^11.4.1", "openpgp": "^5.11.0", "react": "^19.1.0", @@ -11506,9 +11506,9 @@ } }, "node_modules/nostr-tools": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.15.0.tgz", - "integrity": "sha512-Jj/+UFbu3JbTAWP4ipPFNuyD4W5eVRBNAP+kmnoRCYp3bLmTrlQ0Qhs5O1xSQJTFpjdZqoS0zZOUKdxUdjc+pw==", + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.15.1.tgz", + "integrity": "sha512-LpetHDR9ltnkpJDkva/SONgyKBbsoV+5yLB8DWc0/U3lCWGtoWJw6Nbc2vR2Ai67RIQYrBQeZLyMlhwVZRK/9A==", "license": "Unlicense", "dependencies": { "@noble/ciphers": "^0.5.1", diff --git a/frontend/package.json b/frontend/package.json index 903e5d90..422d2d6f 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.15.0", + "nostr-tools": "^2.15.1", "npm": "^11.4.1", "openpgp": "^5.11.0", "react": "^19.1.0",