From 80b1d5475f124902b430de829c2c49bb5aebdafd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 07:14:50 +0000 Subject: [PATCH] chore(deps): bump nostr-tools from 2.13.0 to 2.13.1 in /frontend Bumps [nostr-tools](https://github.com/nbd-wtf/nostr-tools) from 2.13.0 to 2.13.1. - [Release notes](https://github.com/nbd-wtf/nostr-tools/releases) - [Commits](https://github.com/nbd-wtf/nostr-tools/compare/v2.13.0...v2.13.1) --- updated-dependencies: - dependency-name: nostr-tools dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 15 ++++++--------- frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9e3f4403..48412678 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.13.1", "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.13.1", + "resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.13.1.tgz", + "integrity": "sha512-EKcicym1ree14m8lU0b6sZIf46NcxOHvGwUWWAuxjhutOmJM5Pc9ylR1YqxbgpqDQpkEYQwv/d3GupK5CJj9ow==", "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..be29685f 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.13.1", "npm": "^11.4.1", "openpgp": "^5.11.0", "react": "^19.1.0",