From c8479c9b9d481d832d0ac5646ee6ed561bf25c3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:12:08 +0000 Subject: [PATCH] Bump react-native-nitro-modules from 0.33.9 to 0.35.2 in /sample Bumps [react-native-nitro-modules](https://github.com/mrousavy/nitro) from 0.33.9 to 0.35.2. - [Release notes](https://github.com/mrousavy/nitro/releases) - [Commits](https://github.com/mrousavy/nitro/compare/v0.33.9...v0.35.2) --- updated-dependencies: - dependency-name: react-native-nitro-modules dependency-version: 0.35.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/package.json b/sample/package.json index 3c70b08d..f13554c6 100644 --- a/sample/package.json +++ b/sample/package.json @@ -28,7 +28,7 @@ "react-native-config": "1.5.6", "react-native-dotenv": "^3.4.11", "react-native-encrypted-storage": "^4.0.3", - "react-native-nitro-modules": "^0.33.7", + "react-native-nitro-modules": "^0.35.2", "react-native-quick-base64": "^2.2.2", "react-native-quick-crypto": "^1.0.9", "react-native-reanimated": "3.18.0",