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

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

---
updated-dependencies:
- dependency-name: nostr-tools
  dependency-version: 2.14.2
  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-06 07:26:45 +00:00
committed by GitHub
parent 54cd6bd860
commit 47e7e354e0
2 changed files with 7 additions and 10 deletions

View File

@ -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.14.2",
"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.14.2",
"resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.14.2.tgz",
"integrity": "sha512-YOIOn5EdJ2Kq5sQW5Zh4wOcqzR6kUyrCDHG4+mVD2szzthsyOTpiWX0yrwaRZGlHJG6q83vkhg95qc2W201XTQ==",
"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",

View File

@ -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.14.2",
"npm": "^11.4.1",
"openpgp": "^5.11.0",
"react": "^19.1.0",