diff --git a/package.json b/package.json index 0b610b6..2b51a63 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "dependencies": { "@ecies/ciphers": "^0.2.5", "@noble/ciphers": "^1.3.0", - "@noble/hashes": "^1.8.0", + "@noble/hashes": "^2.0.1", "@noble/post-quantum": "^0.4.1" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bb0195d..2747946 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^1.3.0 version: 1.3.0 '@noble/hashes': - specifier: ^1.8.0 - version: 1.8.0 + specifier: ^2.0.1 + version: 2.0.1 '@noble/post-quantum': specifier: ^0.4.1 version: 0.4.1 @@ -296,6 +296,10 @@ packages: resolution: {integrity: sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==} engines: {node: ^14.21.3 || >=16} + '@noble/hashes@2.0.1': + resolution: {integrity: sha512-XlOlEbQcE9fmuXxrVTXCTlG2nlRXa9Rj3rr5Ue/+tX+nmkgbX720YHh0VR3hBF9xDvwnb8D2shVGOwNx+ulArw==} + engines: {node: '>= 20.19.0'} + '@noble/post-quantum@0.4.1': resolution: {integrity: sha512-TRXjvnY9jAFNWbxOx+pKt21BNsCEWKFjMbIKwdx9CQXBudDanpY20EfOcooV7DIsRS/+Mf8D8utpUPjfGrQ8fA==} @@ -905,6 +909,8 @@ snapshots: '@noble/hashes@1.8.0': {} + '@noble/hashes@2.0.1': {} + '@noble/post-quantum@0.4.1': dependencies: '@noble/hashes': 1.8.0