From d4e27838afae52a9875ca830c8fe5b7fa91c306b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 01:18:35 +0000 Subject: [PATCH] Bump @react-navigation/stack in /enatega-multivendor-app Bumps [@react-navigation/stack](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/stack) from 6.3.29 to 7.6.2. - [Release notes](https://github.com/react-navigation/react-navigation/releases) - [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/stack@7.6.2/packages/stack/CHANGELOG.md) - [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/stack@7.6.2/packages/stack) --- updated-dependencies: - dependency-name: "@react-navigation/stack" dependency-version: 7.6.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- enatega-multivendor-app/package-lock.json | 63 +++++++++++++++++++---- enatega-multivendor-app/package.json | 2 +- 2 files changed, 53 insertions(+), 12 deletions(-) diff --git a/enatega-multivendor-app/package-lock.json b/enatega-multivendor-app/package-lock.json index b9e298d..1678868 100644 --- a/enatega-multivendor-app/package-lock.json +++ b/enatega-multivendor-app/package-lock.json @@ -19,7 +19,7 @@ "@react-navigation/drawer": "^6.3.0", "@react-navigation/elements": "^1.2.1", "@react-navigation/native": "^6.0.6", - "@react-navigation/stack": "^6.0.11", + "@react-navigation/stack": "^7.6.2", "@sentry/react-native": "5.19.1", "@twotalltotems/react-native-otp-input": "^1.3.11", "axios": "^1.6.8", @@ -4899,21 +4899,53 @@ } }, "node_modules/@react-navigation/stack": { - "version": "6.3.29", - "resolved": "https://registry.npmjs.org/@react-navigation/stack/-/stack-6.3.29.tgz", - "integrity": "sha512-tzlGkoRgB6P7vgw7rHuWo3TL7Gzu6xh5LMf+zSdCuEiKp/qASzxYfnTEr9tOLbVs/gf+qeukEDheCSAJKVpBXw==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/@react-navigation/stack/-/stack-7.6.2.tgz", + "integrity": "sha512-DVWYYTj5/QXYlFuO8Y232aDcJ4SFABQs9m99BYPs+hepjXzXivva9L4rbmsymFtqEPASx69dzX+nIKzlnxyqpw==", + "license": "MIT", + "dependencies": { + "@react-navigation/elements": "^2.8.1", + "color": "^4.2.3" + }, + "peerDependencies": { + "@react-navigation/native": "^7.1.19", + "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.8.1", + "resolved": "https://registry.npmjs.org/@react-navigation/elements/-/elements-2.8.1.tgz", + "integrity": "sha512-MLmuS5kPAeAFFOylw89WGjgEFBqGj/KBK6ZrFrAOqLnTqEzk52/SO1olb5GB00k6ZUCDZKJOp1BrLXslxE6TgQ==", + "license": "MIT", "dependencies": { - "@react-navigation/elements": "^1.3.30", "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.19", + "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/@react-navigation/stack/node_modules/use-latest-callback": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/use-latest-callback/-/use-latest-callback-0.2.6.tgz", + "integrity": "sha512-FvRG9i1HSo0wagmX63Vrm8SnlUU3LMM3WyZkQ76RnslpBrX694AdG4A0zQBx2B3ZifFA0yv/BaEHGBnEax5rZg==", + "license": "MIT", + "peerDependencies": { + "react": ">=16.8" } }, "node_modules/@segment/loosely-validate-event": { @@ -17735,6 +17767,15 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, + "node_modules/use-sync-external-store": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz", + "integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==", + "license": "MIT", + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" + } + }, "node_modules/util": { "version": "0.12.5", "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz", diff --git a/enatega-multivendor-app/package.json b/enatega-multivendor-app/package.json index d1586d9..8d4cffe 100644 --- a/enatega-multivendor-app/package.json +++ b/enatega-multivendor-app/package.json @@ -44,7 +44,7 @@ "@react-navigation/drawer": "^6.3.0", "@react-navigation/elements": "^1.2.1", "@react-navigation/native": "^6.0.6", - "@react-navigation/stack": "^6.0.11", + "@react-navigation/stack": "^7.6.2", "@sentry/react-native": "5.19.1", "@twotalltotems/react-native-otp-input": "^1.3.11", "axios": "^1.6.8",