diff --git a/bun.lock b/bun.lock index ac4609cb..2965367f 100644 --- a/bun.lock +++ b/bun.lock @@ -34,7 +34,7 @@ "@craftzdog/react-native-buffer": "6.1.0", "@noble/ciphers": "2.0.1", "@noble/curves": "1.7.0", - "@noble/hashes": "1.5.0", + "@noble/hashes": "2.0.1", "@react-navigation/bottom-tabs": "7.8.6", "@react-navigation/native": "7.1.22", "@react-navigation/native-stack": "7.8.1", @@ -572,7 +572,7 @@ "@noble/curves": ["@noble/curves@1.7.0", "", { "dependencies": { "@noble/hashes": "1.6.0" } }, "sha512-UTMhXK9SeDhFJVrHeUJ5uZlI6ajXg10O6Ddocf9S6GjbSBVZsJo88HzKwXznNfGpMTRDyJkqMjNDPYgf0qFWnw=="], - "@noble/hashes": ["@noble/hashes@1.5.0", "", {}, "sha512-1j6kQFb7QRru7eKN3ZDvRcP13rugwdxZqCjbiAVZfIJwgj2A65UmT4TgARXGlXgnRkORLTDTrO19ZErt7+QXgA=="], + "@noble/hashes": ["@noble/hashes@2.0.1", "", {}, "sha512-XlOlEbQcE9fmuXxrVTXCTlG2nlRXa9Rj3rr5Ue/+tX+nmkgbX720YHh0VR3hBF9xDvwnb8D2shVGOwNx+ulArw=="], "@nodelib/fs.scandir": ["@nodelib/fs.scandir@2.1.5", "", { "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" } }, "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g=="], diff --git a/example/package.json b/example/package.json index 5cbc0268..4d5c91ca 100644 --- a/example/package.json +++ b/example/package.json @@ -25,7 +25,7 @@ "@craftzdog/react-native-buffer": "6.1.0", "@noble/ciphers": "2.0.1", "@noble/curves": "1.7.0", - "@noble/hashes": "1.5.0", + "@noble/hashes": "2.0.1", "@react-navigation/bottom-tabs": "7.8.6", "@react-navigation/native": "7.1.22", "@react-navigation/native-stack": "7.8.1",