From f78c6cb8525f9741f70de7994aec444e70f39bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:24:03 +0000 Subject: [PATCH] Bump expo-status-bar in /enatega-multivendor-restaurant Bumps [expo-status-bar](https://github.com/expo/expo/tree/HEAD/packages/expo-status-bar) from 1.12.1 to 57.0.0. - [Changelog](https://github.com/expo/expo/blob/main/packages/expo-status-bar/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-status-bar) --- updated-dependencies: - dependency-name: expo-status-bar dependency-version: 57.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- enatega-multivendor-restaurant/package-lock.json | 14 ++++++++++---- enatega-multivendor-restaurant/package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) 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",