From 451a978c8a1d3139ff391819e2c8ca419e8db0c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 07:06:35 +0000 Subject: [PATCH] Bump @react-navigation/native from 7.3.4 to 7.3.5 Bumps [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) from 7.3.4 to 7.3.5. - [Release notes](https://github.com/react-navigation/react-navigation/releases) - [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/native@7.3.5/packages/native/CHANGELOG.md) - [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/native@7.3.5/packages/native) --- updated-dependencies: - dependency-name: "@react-navigation/native" dependency-version: 7.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21ee4ce..8ea1042 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@react-native-clipboard/clipboard": "^1.16.0", "@react-native-community/netinfo": "^12.0.1", "@react-navigation/bottom-tabs": "^7.18.2", - "@react-navigation/native": "^7.3.4", + "@react-navigation/native": "^7.3.5", "@react-navigation/native-stack": "^7.17.6", "llama.rn": "^0.12.4", "react": "18.3.1", @@ -3537,9 +3537,9 @@ } }, "node_modules/@react-navigation/core": { - "version": "7.21.2", - "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-7.21.2.tgz", - "integrity": "sha512-EsJhQnsL5NuIhXsWF7URijS5hd2AaJUREdq1fOIowlyNNQBA3jCnkGU0DkW7+eI40cQ+GXH8DQw+ci7TefLIxQ==", + "version": "7.21.3", + "resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-7.21.3.tgz", + "integrity": "sha512-HUoGmT9IdpKpbAl9AZJmXFbid+jQWQWjzww9vV9uBSd+8fa1hTwM3UBsZBHrpMru0s1ikwknoAIwV827fqGlhA==", "license": "MIT", "dependencies": { "@react-navigation/routers": "^7.6.0", @@ -3579,12 +3579,12 @@ } }, "node_modules/@react-navigation/native": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-7.3.4.tgz", - "integrity": "sha512-zyAqFLeZuaakerMMnhYqBeGAzJ+WFQUTgezP3FxSlXNwFq5XxnjP28vi2XHGqm4zg4pGWls9Ay4JKshIHUOpwA==", + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-7.3.5.tgz", + "integrity": "sha512-lzcRpMoLCIypXXKm8KhpyZ81XpQBO/i8Oy1due4kUR97kG8kBlJxKUeP8yNnT5Fcl85rNdLXWbpwEr+9HPu4Ig==", "license": "MIT", "dependencies": { - "@react-navigation/core": "^7.21.2", + "@react-navigation/core": "^7.21.3", "escape-string-regexp": "^4.0.0", "fast-deep-equal": "^3.1.3", "nanoid": "^3.3.11", diff --git a/package.json b/package.json index 63fdafe..2417c1c 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@react-native-clipboard/clipboard": "^1.16.0", "@react-native-community/netinfo": "^12.0.1", "@react-navigation/bottom-tabs": "^7.18.2", - "@react-navigation/native": "^7.3.4", + "@react-navigation/native": "^7.3.5", "@react-navigation/native-stack": "^7.17.6", "llama.rn": "^0.12.4", "react": "18.3.1",