diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0f3292f..1547369 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,12 +69,12 @@ importers: '@noble/ed25519': specifier: ^2.1.0 version: 2.1.0 + '@noble/hashes': + specifier: ^1.5.0 + version: 1.5.0 ox: specifier: 0.0.0-canary-20241006052626 version: 0.0.0-canary-20241006052626(typescript@5.6.2) - sha512: - specifier: link:@noble/hashes/sha512 - version: link:@noble/hashes/sha512 typescript: specifier: '>=5.0.4' version: 5.6.2 diff --git a/src/package.json b/src/package.json index 7d3724a..a10a253 100644 --- a/src/package.json +++ b/src/package.json @@ -46,8 +46,8 @@ "@connectrpc/connect-node": "beta", "@connectrpc/connect-web": "beta", "@noble/ed25519": "^2.1.0", - "ox": "0.0.0-canary-20241006052626", - "sha512": "link:@noble/hashes/sha512" + "@noble/hashes": "^1.5.0", + "ox": "0.0.0-canary-20241006052626" }, "license": "WTFPL", "repository": "dalechyn/fhub",