chore(deps): bump nostr-tools from 2.13.0 to 2.15.0 in /frontend

Bumps [nostr-tools](https://github.com/nbd-wtf/nostr-tools) from 2.13.0 to 2.15.0.
- [Release notes](https://github.com/nbd-wtf/nostr-tools/releases)
- [Commits](https://github.com/nbd-wtf/nostr-tools/compare/v2.13.0...v2.15.0)

---
updated-dependencies:
- dependency-name: nostr-tools
  dependency-version: 2.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-13 07:10:11 +00:00
committed by GitHub
parent ede5bdc881
commit d23b36c73d
2 changed files with 7 additions and 10 deletions

View File

@ -33,7 +33,7 @@
"latlon-geohash": "^2.0.0", "latlon-geohash": "^2.0.0",
"leaflet": "^1.9.4", "leaflet": "^1.9.4",
"light-bolt11-decoder": "^3.2.0", "light-bolt11-decoder": "^3.2.0",
"nostr-tools": "^2.13.0", "nostr-tools": "^2.15.0",
"npm": "^11.4.1", "npm": "^11.4.1",
"openpgp": "^5.11.0", "openpgp": "^5.11.0",
"react": "^19.1.0", "react": "^19.1.0",
@ -11333,9 +11333,9 @@
} }
}, },
"node_modules/nostr-tools": { "node_modules/nostr-tools": {
"version": "2.13.0", "version": "2.15.0",
"resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.13.0.tgz", "resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.15.0.tgz",
"integrity": "sha512-A1arGsvpULqVK0NmZQqK1imwaCiPm8gcG/lo+cTax2NbNqBEYsuplbqAFdVqcGHEopmkByYbTwF76x25+oEbew==", "integrity": "sha512-Jj/+UFbu3JbTAWP4ipPFNuyD4W5eVRBNAP+kmnoRCYp3bLmTrlQ0Qhs5O1xSQJTFpjdZqoS0zZOUKdxUdjc+pw==",
"license": "Unlicense", "license": "Unlicense",
"dependencies": { "dependencies": {
"@noble/ciphers": "^0.5.1", "@noble/ciphers": "^0.5.1",
@ -11343,9 +11343,7 @@
"@noble/hashes": "1.3.1", "@noble/hashes": "1.3.1",
"@scure/base": "1.1.1", "@scure/base": "1.1.1",
"@scure/bip32": "1.3.1", "@scure/bip32": "1.3.1",
"@scure/bip39": "1.2.1" "@scure/bip39": "1.2.1",
},
"optionalDependencies": {
"nostr-wasm": "0.1.0" "nostr-wasm": "0.1.0"
}, },
"peerDependencies": { "peerDependencies": {
@ -11361,8 +11359,7 @@
"version": "0.1.0", "version": "0.1.0",
"resolved": "https://registry.npmjs.org/nostr-wasm/-/nostr-wasm-0.1.0.tgz", "resolved": "https://registry.npmjs.org/nostr-wasm/-/nostr-wasm-0.1.0.tgz",
"integrity": "sha512-78BTryCLcLYv96ONU8Ws3Q1JzjlAt+43pWQhIl86xZmWeegYCNLPml7yQ+gG3vR6V5h4XGj+TxO+SS5dsThQIA==", "integrity": "sha512-78BTryCLcLYv96ONU8Ws3Q1JzjlAt+43pWQhIl86xZmWeegYCNLPml7yQ+gG3vR6V5h4XGj+TxO+SS5dsThQIA==",
"license": "MIT", "license": "MIT"
"optional": true
}, },
"node_modules/npm": { "node_modules/npm": {
"version": "11.4.1", "version": "11.4.1",

View File

@ -80,7 +80,7 @@
"latlon-geohash": "^2.0.0", "latlon-geohash": "^2.0.0",
"leaflet": "^1.9.4", "leaflet": "^1.9.4",
"light-bolt11-decoder": "^3.2.0", "light-bolt11-decoder": "^3.2.0",
"nostr-tools": "^2.13.0", "nostr-tools": "^2.15.0",
"npm": "^11.4.1", "npm": "^11.4.1",
"openpgp": "^5.11.0", "openpgp": "^5.11.0",
"react": "^19.1.0", "react": "^19.1.0",