Browse Source
deps: updating the nostr-tools version from 2.7.2 to 2.10.4 to fix a bug I was seeing locally
pull/124/head
No known key found for this signature in database
GPG Key ID: 1A12361012426318
1 changed files with
6 additions and
5 deletions
-
package-lock.json
|
|
@ -54,7 +54,7 @@ |
|
|
|
"lru-cache": "^10.2.0", |
|
|
|
"luxon": "^3.4.4", |
|
|
|
"merkletreejs": "^0.3.11", |
|
|
|
"nostr-tools": "^2.7.2", |
|
|
|
"nostr-tools": "^2.10.4", |
|
|
|
"notiwind": "^2.0.2", |
|
|
|
"papaparse": "^5.4.1", |
|
|
|
"pina": "^0.20.2204228", |
|
|
@ -18905,9 +18905,10 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"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==", |
|
|
|
"version": "2.10.4", |
|
|
|
"resolved": "https://registry.npmjs.org/nostr-tools/-/nostr-tools-2.10.4.tgz", |
|
|
|
"integrity": "sha512-biU7sk+jxHgVASfobg2T5ttxOGGSt69wEVBC51sHHOEaKAAdzHBLV/I2l9Rf61UzClhliZwNouYhqIso4a3HYg==", |
|
|
|
"license": "Unlicense", |
|
|
|
"dependencies": { |
|
|
|
"@noble/ciphers": "^0.5.1", |
|
|
|
"@noble/curves": "1.2.0", |
|
|
@ -18917,7 +18918,7 @@ |
|
|
|
"@scure/bip39": "1.2.1" |
|
|
|
}, |
|
|
|
"optionalDependencies": { |
|
|
|
"nostr-wasm": "v0.1.0" |
|
|
|
"nostr-wasm": "0.1.0" |
|
|
|
}, |
|
|
|
"peerDependencies": { |
|
|
|
"typescript": ">=5.0.0" |
|
|
|