diff --git a/packages/sdk/package.json b/packages/sdk/package.json index a9a2830..e8ef404 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -21,7 +21,7 @@ "clean": "rm -rf dist .turbo" }, "dependencies": { - "@noble/hashes": "^1.5.0", + "@noble/hashes": "^2.3.0", "@inferenceroom/pico-protocol": "workspace:*", "@types/ws": "^8.5.13", "tweetnacl": "^1.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 14c1ec7..a5cff36 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -302,8 +302,8 @@ importers: specifier: workspace:* version: link:../protocol '@noble/hashes': - specifier: ^1.5.0 - version: 1.8.0 + specifier: ^2.3.0 + version: 2.3.0 '@types/ws': specifier: ^8.5.13 version: 8.18.1 @@ -914,6 +914,10 @@ packages: resolution: {integrity: sha512-XlOlEbQcE9fmuXxrVTXCTlG2nlRXa9Rj3rr5Ue/+tX+nmkgbX720YHh0VR3hBF9xDvwnb8D2shVGOwNx+ulArw==} engines: {node: '>= 20.19.0'} + '@noble/hashes@2.3.0': + resolution: {integrity: sha512-oN+QwyX7VSHotibwubG3kpzbwKrfnyR6OOO+3Nk/53ADL7FmgHHz4TgrbaYKvvOw09u6QTx0oiH1cNCIOuN0CQ==} + engines: {node: '>= 20.19.0'} + '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -2964,6 +2968,8 @@ snapshots: '@noble/hashes@2.0.1': {} + '@noble/hashes@2.3.0': {} + '@nodelib/fs.scandir@2.1.5': dependencies: '@nodelib/fs.stat': 2.0.5