From 6f99ba7c714c4d1866ce25e8f87bf0eb35eac445 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 07:16:25 +0000 Subject: [PATCH] chore(deps): bump nostr-tools from 2.7.2 to 2.9.1 in /frontend Bumps [nostr-tools](https://github.com/nbd-wtf/nostr-tools) from 2.7.2 to 2.9.1. - [Release notes](https://github.com/nbd-wtf/nostr-tools/releases) - [Commits](https://github.com/nbd-wtf/nostr-tools/compare/v02.7.2...v2.9.1) --- 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 | 9 ++++----- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 342897e5..ad42b65c 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.7.2", + "nostr-tools": "^2.9.1", "npm": "^10.9.0", "openpgp": "^5.11.0", "react": "^18.2.0", @@ -13114,10 +13114,9 @@ } }, "node_modules/nostr-tools": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.7.2.tgz", - "integrity": "sha512-Bq3Ug0SZFtgtL1+0wCnAe8AJtI7yx/00/a2nUug9SkhfOwlKS92Tef12iCK9FdwXw+oFZWMtRnSwcLayQso+xA==", - "license": "Unlicense", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.9.1.tgz", + "integrity": "sha512-QYK/M2eugK82dEriVGSzZCRn6Sbb88bxICA15wr+ebEULSACysZnDhNoCxdJyqZPva5x+Ql7h4JmEfpc6Ov2fQ==", "dependencies": { "@noble/ciphers": "^0.5.1", "@noble/curves": "1.2.0", diff --git a/frontend/package.json b/frontend/package.json index 3f4d7820..5942b534 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.7.2", + "nostr-tools": "^2.9.1", "npm": "^10.9.0", "openpgp": "^5.11.0", "react": "^18.2.0",