diff --git a/enatega-multivendor-restaurant/package-lock.json b/enatega-multivendor-restaurant/package-lock.json index 1b7095e8..c620e8eb 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": "~57.0.0", "expo-updates": "~0.25.18", "graphql": "^15.6.1", "i18n": "^0.14.1", @@ -9050,9 +9050,15 @@ } }, "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": "57.0.0", + "resolved": "https://registry.npmjs.org/expo-status-bar/-/expo-status-bar-57.0.0.tgz", + "integrity": "sha512-wq1fDVAjfrzCj67hOcvEkGpgRrb6xVI7oSA3bfsQ08SFk8il7vGixJq+xyEbtdcrI9CDiNKQrT3ZIjgnyGbbBA==", + "license": "MIT", + "peerDependencies": { + "expo": "*", + "react": "*", + "react-native": "*" + } }, "node_modules/expo-structured-headers": { "version": "3.8.0", diff --git a/enatega-multivendor-restaurant/package.json b/enatega-multivendor-restaurant/package.json index 398dc3b4..a184848a 100644 --- a/enatega-multivendor-restaurant/package.json +++ b/enatega-multivendor-restaurant/package.json @@ -53,7 +53,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": "~57.0.0", "expo-updates": "~0.25.18", "graphql": "^15.6.1", "i18n": "^0.14.1",