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",