From c79e01954d6952da75df55fb4f6c52f0ddcf5d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 20:20:06 +0000 Subject: [PATCH] chore(deps): bump @noble/hashes from 1.5.0 to 2.0.1 Bumps [@noble/hashes](https://github.com/paulmillr/noble-hashes) from 1.5.0 to 2.0.1. - [Release notes](https://github.com/paulmillr/noble-hashes/releases) - [Commits](https://github.com/paulmillr/noble-hashes/compare/1.5.0...2.0.1) --- updated-dependencies: - dependency-name: "@noble/hashes" dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bun.lock | 6 +++--- example/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bun.lock b/bun.lock index 7ac56c23..24d59ec6 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", @@ -49,7 +49,7 @@ "react-native-fast-encoder": "0.3.1", "react-native-nitro-modules": "0.29.1", "react-native-quick-base64": "2.2.2", - "react-native-quick-crypto": "workspace:*", + "react-native-quick-crypto": "1.0.6", "react-native-safe-area-context": "5.6.2", "react-native-screens": "4.18.0", "react-native-vector-icons": "10.3.0", @@ -575,7 +575,7 @@ "@noble/curves": ["@noble/curves@1.7.0", "", { "dependencies": { "@noble/hashes": "1.6.0" } }, ""], - "@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" } }, ""], diff --git a/example/package.json b/example/package.json index d2bfaf3c..449add0d 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",