diff --git a/package.json b/package.json index ffa1bd2dd..27b273cb4 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "mini-css-extract-plugin": "^2.6.0", "nostr-machina": "^0.1.0", "nostr-tools": "^2.3.0", - "nspec": "^0.2.0", + "nspec": "^0.3.0", "path-browserify": "^1.0.1", "postcss": "^8.4.29", "process": "^0.11.10", diff --git a/yarn.lock b/yarn.lock index a85703988..8b42a73bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1832,7 +1832,7 @@ resolved "https://registry.yarnpkg.com/@mdn/browser-compat-data/-/browser-compat-data-5.3.16.tgz#c3b6585c256461fe5e2eac85182b11b36ea2678b" integrity sha512-b0kKg2weqKDLI+Ai5+tocgUEIidccdSfzUndbS2YnwIp5aVvd3M0D+DCcbrsSOSgMyrV9QKMqogtqMIjKwvDxw== -"@noble/ciphers@0.2.0", "@noble/ciphers@^0.2.0": +"@noble/ciphers@^0.2.0": version "0.2.0" resolved "https://registry.yarnpkg.com/@noble/ciphers/-/ciphers-0.2.0.tgz#a12cda60f3cf1ab5d7c77068c3711d2366649ed7" integrity sha512-6YBxJDAapHSdd3bLDv6x2wRPwq4QFMUaB3HvljNBUTThDd12eSm7/3F+2lnfzx2jvM+S6Nsy0jEt9QbPqSwqRw== @@ -6595,12 +6595,12 @@ nostr-tools@^1.14.0: "@scure/bip32" "1.3.1" "@scure/bip39" "1.2.1" -nostr-tools@^2.1.4: - version "2.1.5" - resolved "https://registry.yarnpkg.com/nostr-tools/-/nostr-tools-2.1.5.tgz#d38ac1139343cf13654841b8727bab8dd70563eb" - integrity sha512-Gug/j54YGQ0ewB09dZW3mS9qfXWFlcOQMlyb1MmqQsuNO/95mfNOQSBi+jZ61O++Y+jG99SzAUPFLopUsKf0MA== +nostr-tools@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/nostr-tools/-/nostr-tools-2.3.0.tgz#687d1af486a21e3e4805f0d4167c01221d871e65" + integrity sha512-jWD71y9JJ7DJ5/Si/DhREkjwyCWgMmY7x8qXfA9xC1HeosoGnaXuyYtspfYuiy8B8B2969C1iR6rWt6Fyf3IaA== dependencies: - "@noble/ciphers" "0.2.0" + "@noble/ciphers" "^0.5.1" "@noble/curves" "1.2.0" "@noble/hashes" "1.3.1" "@scure/base" "1.1.1" @@ -6609,10 +6609,10 @@ nostr-tools@^2.1.4: optionalDependencies: nostr-wasm v0.1.0 -nostr-tools@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/nostr-tools/-/nostr-tools-2.3.0.tgz#687d1af486a21e3e4805f0d4167c01221d871e65" - integrity sha512-jWD71y9JJ7DJ5/Si/DhREkjwyCWgMmY7x8qXfA9xC1HeosoGnaXuyYtspfYuiy8B8B2969C1iR6rWt6Fyf3IaA== +nostr-tools@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/nostr-tools/-/nostr-tools-2.3.1.tgz#348d3c4aab0ab00716f93d6e2a72333d8c7da982" + integrity sha512-qjKx2C3EzwiQOe2LPSPyCnp07pGz1pWaWjDXcm+L2y2c8iTECbvlzujDANm3nJUjWL5+LVRUVDovTZ1a/DC4Bg== dependencies: "@noble/ciphers" "^0.5.1" "@noble/curves" "1.2.0" @@ -6642,16 +6642,17 @@ npm-run-path@^5.1.0: dependencies: path-key "^4.0.0" -nspec@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/nspec/-/nspec-0.2.0.tgz#b59d8573ab60095e42f4b9773479fa7fbc78b756" - integrity sha512-bJjrt0u6/2rihfriSRR93woKIW0735WF0R1fFxJT40UfeK06Ky6dMWNKa/1LXtQg6lonxDlRYJ4LO/AuIBiFDw== +nspec@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/nspec/-/nspec-0.3.0.tgz#7c7ee37bab841c190201d1a43634577c42f421d8" + integrity sha512-FKdJwYuxcq9btYRVaZwukRsp6fIuFZ5QKHdfxyj/Lw7PX+GwbeYlkyAuGEAuYBrHmMd4jcozbbfOLIg40mYJnA== dependencies: + "@noble/hashes" "^1.3.3" "@scure/base" "^1.1.5" "@scure/bip32" "^1.3.3" "@scure/bip39" "^1.2.2" lru-cache "^10.2.0" - nostr-tools "^2.1.4" + nostr-tools "^2.3.1" zod "^3.22.4" nth-check@^2.0.1: