From cc468138957615630d567bd54520593dea3e7809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 07:23:45 +0000 Subject: [PATCH] Bump react-native-tab-view in /enatega-multivendor-restaurant Bumps [react-native-tab-view](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/react-native-tab-view) from 4.0.5 to 4.3.1. - [Release notes](https://github.com/react-navigation/react-navigation/releases) - [Changelog](https://github.com/react-navigation/react-navigation/blob/react-native-tab-view@4.3.1/packages/react-native-tab-view/CHANGELOG.md) - [Commits](https://github.com/react-navigation/react-navigation/commits/react-native-tab-view@4.3.1/packages/react-native-tab-view) --- updated-dependencies: - dependency-name: react-native-tab-view dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../package-lock.json | 18 ++++++++++-------- enatega-multivendor-restaurant/package.json | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/enatega-multivendor-restaurant/package-lock.json b/enatega-multivendor-restaurant/package-lock.json index 4c72307..debe220 100644 --- a/enatega-multivendor-restaurant/package-lock.json +++ b/enatega-multivendor-restaurant/package-lock.json @@ -47,7 +47,7 @@ "react-native-safe-area-context": "4.10.1", "react-native-screens": "3.31.1", "react-native-swipe-gestures": "^1.0.5", - "react-native-tab-view": "^4.0.5", + "react-native-tab-view": "^4.3.1", "react-native-web": "~0.19.6", "sentry-expo": "~7.0.0", "subscriptions-transport-ws": "^0.11.0", @@ -15060,11 +15060,12 @@ "integrity": "sha512-Ns7Bn9H/Tyw278+5SQx9oAblDZ7JixyzeOczcBK8dipQk2pD7Djkcfnf1nB/8RErAmMLL9iXgW0QHqiII8AhKw==" }, "node_modules/react-native-tab-view": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/react-native-tab-view/-/react-native-tab-view-4.0.5.tgz", - "integrity": "sha512-Xn3TpYo4yvKRC/f4+cOcvsXlitdnSaYkacshckrEI3JiDmFKNFIRVNxtZFggm4MwbJafq2RzuzR6xrgKoxgkTw==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/react-native-tab-view/-/react-native-tab-view-4.3.1.tgz", + "integrity": "sha512-z2x4ZAJfdiy3Rk78/2tIfKu1DezMKHWOfIIw4bpfPlwVqg3i2ViFtvZJTadKWZpZJEnG43cfhJPNDzH5RZTK2Q==", + "license": "MIT", "dependencies": { - "use-latest-callback": "^0.2.1" + "use-latest-callback": "^0.2.4" }, "peerDependencies": { "react": ">= 18.2.0", @@ -15073,9 +15074,10 @@ } }, "node_modules/react-native-tab-view/node_modules/use-latest-callback": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/use-latest-callback/-/use-latest-callback-0.2.3.tgz", - "integrity": "sha512-7vI3fBuyRcP91pazVboc4qu+6ZqM8izPWX9k7cRnT8hbD5svslcknsh3S9BUhaK11OmgTV4oWZZVSeQAiV53SQ==", + "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" } diff --git a/enatega-multivendor-restaurant/package.json b/enatega-multivendor-restaurant/package.json index b8f3693..d9fb806 100644 --- a/enatega-multivendor-restaurant/package.json +++ b/enatega-multivendor-restaurant/package.json @@ -77,7 +77,7 @@ "react-native-safe-area-context": "4.10.1", "react-native-screens": "3.31.1", "react-native-swipe-gestures": "^1.0.5", - "react-native-tab-view": "^4.0.5", + "react-native-tab-view": "^4.3.1", "react-native-web": "~0.19.6", "sentry-expo": "~7.0.0", "subscriptions-transport-ws": "^0.11.0",