diff --git a/enatega-multivendor-restaurant/package-lock.json b/enatega-multivendor-restaurant/package-lock.json index bb5f239..c6a2144 100644 --- a/enatega-multivendor-restaurant/package-lock.json +++ b/enatega-multivendor-restaurant/package-lock.json @@ -25,7 +25,7 @@ "expo-notifications": "~0.28.9", "expo-print": "~13.0.1", "expo-secure-store": "~13.0.2", - "expo-status-bar": "~1.12.1", + "expo-status-bar": "~3.0.8", "expo-updates": "~0.25.18", "graphql": "^15.6.1", "i18n": "^0.14.1", @@ -8781,9 +8781,17 @@ } }, "node_modules/expo-status-bar": { - "version": "1.12.1", - "resolved": "https://registry.npmjs.org/expo-status-bar/-/expo-status-bar-1.12.1.tgz", - "integrity": "sha512-/t3xdbS8KB0prj5KG5w7z+wZPFlPtkgs95BsmrP/E7Q0xHXTcDcQ6Cu2FkFuRM+PKTb17cJDnLkawyS5vDLxMA==" + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/expo-status-bar/-/expo-status-bar-3.0.8.tgz", + "integrity": "sha512-L248XKPhum7tvREoS1VfE0H6dPCaGtoUWzRsUv7hGKdiB4cus33Rc0sxkWkoQ77wE8stlnUlL5lvmT0oqZ3ZBw==", + "license": "MIT", + "dependencies": { + "react-native-is-edge-to-edge": "^1.2.1" + }, + "peerDependencies": { + "react": "*", + "react-native": "*" + } }, "node_modules/expo-structured-headers": { "version": "3.8.0", @@ -14600,6 +14608,16 @@ "react-native": ">=0.42.0" } }, + "node_modules/react-native-is-edge-to-edge": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/react-native-is-edge-to-edge/-/react-native-is-edge-to-edge-1.2.1.tgz", + "integrity": "sha512-FLbPWl/MyYQWz+KwqOZsSyj2JmLKglHatd3xLZWskXOpRaio4LfEDEz8E/A6uD8QoTHW6Aobw1jbEwK7KMgR7Q==", + "license": "MIT", + "peerDependencies": { + "react": "*", + "react-native": "*" + } + }, "node_modules/react-native-keyboard-aware-scroll-view": { "version": "0.9.5", "resolved": "https://registry.npmjs.org/react-native-keyboard-aware-scroll-view/-/react-native-keyboard-aware-scroll-view-0.9.5.tgz", diff --git a/enatega-multivendor-restaurant/package.json b/enatega-multivendor-restaurant/package.json index 67b0490..2a4b770 100644 --- a/enatega-multivendor-restaurant/package.json +++ b/enatega-multivendor-restaurant/package.json @@ -52,7 +52,7 @@ "expo-notifications": "~0.28.9", "expo-print": "~13.0.1", "expo-secure-store": "~13.0.2", - "expo-status-bar": "~1.12.1", + "expo-status-bar": "~3.0.8", "expo-updates": "~0.25.18", "graphql": "^15.6.1", "i18n": "^0.14.1",