diff --git a/package.json b/package.json index 896511e..90245a7 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "dependencies": { "ws": "^8.18.0", "@noble/secp256k1": "^2.2.0", - "@noble/hashes": "^1.6.0" + "@noble/hashes": "^2.2.0" }, "devDependencies": { "@types/node": "^22.10.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 934c203..de77428 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@noble/hashes': - specifier: ^1.6.0 - version: 1.8.0 + specifier: ^2.2.0 + version: 2.2.0 '@noble/secp256k1': specifier: ^2.2.0 version: 2.3.0 @@ -192,6 +192,10 @@ packages: resolution: {integrity: sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==} engines: {node: ^14.21.3 || >=16} + '@noble/hashes@2.2.0': + resolution: {integrity: sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==} + engines: {node: '>= 20.19.0'} + '@noble/secp256k1@2.3.0': resolution: {integrity: sha512-0TQed2gcBbIrh7Ccyw+y/uZQvbJwm7Ao4scBUxqpBCcsOlZG0O4KGfjtNAy/li4W8n1xt3dxrwJ0beZ2h2G6Kw==} @@ -696,6 +700,8 @@ snapshots: '@noble/hashes@1.8.0': {} + '@noble/hashes@2.2.0': {} + '@noble/secp256k1@2.3.0': {} '@rollup/rollup-android-arm-eabi@4.60.2':