From d6d937a974952acbfac1d4c39d4db64c5b05d18a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 04:13:15 +0000 Subject: [PATCH] Bump react-native-nitro-modules from 0.33.9 to 0.35.0 in /sample Bumps [react-native-nitro-modules](https://github.com/mrousavy/nitro) from 0.33.9 to 0.35.0. - [Release notes](https://github.com/mrousavy/nitro/releases) - [Commits](https://github.com/mrousavy/nitro/compare/v0.33.9...v0.35.0) --- updated-dependencies: - dependency-name: react-native-nitro-modules dependency-version: 0.35.0 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..84e99ad3 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.0", "react-native-quick-base64": "^2.2.2", "react-native-quick-crypto": "^1.0.9", "react-native-reanimated": "3.18.0",