diff --git a/package.json b/package.json index dd8f815d..ad64049a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@mod-protocol/react-editor": "^0.1.0", "@mod-protocol/react-ui-shadcn": "^0.3.1", "@neynar/nodejs-sdk": "^1.9.6", - "@noble/ed25519": "^2.0.0", + "@noble/ed25519": "^2.1.0", "@radix-ui/colors": "^3.0.0", "@radix-ui/react-alert-dialog": "^1.0.5", "@radix-ui/react-aspect-ratio": "^1.0.3", diff --git a/yarn.lock b/yarn.lock index 78afecc0..3f0ed508 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1056,10 +1056,10 @@ dependencies: "@noble/hashes" "1.4.0" -"@noble/ed25519@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@noble/ed25519/-/ed25519-2.0.0.tgz#5964c8190a4b4b804985717ca566113b93379e43" - integrity sha512-/extjhkwFupyopDrt80OMWKdLgP429qLZj+z6sYJz90rF2Iz0gjZh2ArMKPImUl13Kx+0EXI2hN9T/KJV0/Zng== +"@noble/ed25519@^2.1.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@noble/ed25519/-/ed25519-2.1.0.tgz#4bf661de9ee0ad775d41fcacbfc9aeec491f459c" + integrity sha512-KM4qTyXPinyCgMzeYJH/UudpdL+paJXtY3CHtHYZQtBkS8MZoPr4rOikZllIutJe0d06QDQKisyn02gxZ8TcQA== "@noble/hashes@1.3.2": version "1.3.2"