From 0557368db88681eaf8dcee8ada6a6bf123c993c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 07:23:55 +0000 Subject: [PATCH] build(deps): bump @react-navigation/stack from 6.4.1 to 7.5.0 Bumps [@react-navigation/stack](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/stack) from 6.4.1 to 7.5.0. - [Release notes](https://github.com/react-navigation/react-navigation/releases) - [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/stack@7.5.0/packages/stack/CHANGELOG.md) - [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/stack@7.5.0/packages/stack) --- updated-dependencies: - dependency-name: "@react-navigation/stack" dependency-version: 7.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 56 ++++++++++++++++++++++++++++------------------- package.json | 2 +- 2 files changed, 34 insertions(+), 24 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0055b01..9caef00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@react-native-async-storage/async-storage": "^2.1.2", "@react-native-community/slider": "^4.5.6", "@react-navigation/native": "^6.1.7", - "@react-navigation/stack": "^6.3.17", + "@react-navigation/stack": "^7.5.0", "expo": "53.0.22", "expo-av": "^15.1.7", "expo-camera": "^16.1.11", @@ -5582,18 +5582,6 @@ "react": "*" } }, - "node_modules/@react-navigation/elements": { - "version": "1.3.31", - "resolved": "https://registry.npmjs.org/@react-navigation/elements/-/elements-1.3.31.tgz", - "integrity": "sha512-bUzP4Awlljx5RKEExw8WYtif8EuQni2glDaieYROKTnaxsu9kEIA515sXQgUDZU4Ob12VoL7+z70uO3qrlfXcQ==", - "license": "MIT", - "peerDependencies": { - "@react-navigation/native": "^6.0.0", - "react": "*", - "react-native": "*", - "react-native-safe-area-context": ">= 3.0.0" - } - }, "node_modules/@react-navigation/native": { "version": "6.1.18", "resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-6.1.18.tgz", @@ -5620,22 +5608,44 @@ } }, "node_modules/@react-navigation/stack": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/@react-navigation/stack/-/stack-6.4.1.tgz", - "integrity": "sha512-upMEHOKMtuMu4c9gmoPlO/JqI6mDlSqwXg1aXKOTQLXAF8H5koOLRfrmi7AkdiE9A7lDXWUAZoGuD9O88cYvDQ==", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/@react-navigation/stack/-/stack-7.5.0.tgz", + "integrity": "sha512-1aGLudURsaOyyyktmaOxGbb9NGQfCtQ2Z4xt2mjMApMTQsP4d2os9D+w9qPPYUh6rwGMzoHb9A7lJ6NIk++6WA==", + "license": "MIT", + "dependencies": { + "@react-navigation/elements": "^2.7.0", + "color": "^4.2.3" + }, + "peerDependencies": { + "@react-navigation/native": "^7.1.18", + "react": ">= 18.2.0", + "react-native": "*", + "react-native-gesture-handler": ">= 2.0.0", + "react-native-safe-area-context": ">= 4.0.0", + "react-native-screens": ">= 4.0.0" + } + }, + "node_modules/@react-navigation/stack/node_modules/@react-navigation/elements": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/@react-navigation/elements/-/elements-2.7.0.tgz", + "integrity": "sha512-lqlUUTqzKJrm3WYmiy901DSpa5wW8DWSmqNqWlRFWDVjx6SSjOUThQpdMnVXhydPtrTo74yVUPB27oe/jrvo4Q==", "license": "MIT", "dependencies": { - "@react-navigation/elements": "^1.3.31", "color": "^4.2.3", - "warn-once": "^0.1.0" + "use-latest-callback": "^0.2.4", + "use-sync-external-store": "^1.5.0" }, "peerDependencies": { - "@react-navigation/native": "^6.0.0", - "react": "*", + "@react-native-masked-view/masked-view": ">= 0.2.0", + "@react-navigation/native": "^7.1.18", + "react": ">= 18.2.0", "react-native": "*", - "react-native-gesture-handler": ">= 1.0.0", - "react-native-safe-area-context": ">= 3.0.0", - "react-native-screens": ">= 3.0.0" + "react-native-safe-area-context": ">= 4.0.0" + }, + "peerDependenciesMeta": { + "@react-native-masked-view/masked-view": { + "optional": true + } } }, "node_modules/@revenuecat/purchases-typescript-internal": { diff --git a/package.json b/package.json index 450c25f..f3c786a 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@react-native-async-storage/async-storage": "^2.1.2", "@react-native-community/slider": "^4.5.6", "@react-navigation/native": "^6.1.7", - "@react-navigation/stack": "^6.3.17", + "@react-navigation/stack": "^7.5.0", "expo": "53.0.22", "expo-av": "^15.1.7", "expo-camera": "^16.1.11",