diff --git a/package-lock.json b/package-lock.json index 85ea4e2..1795a77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "react-native-notifications": "^4.3.1", "react-native-permissions": "^3.3.1", "react-native-responsive-dimensions": "^3.1.1", - "react-native-safe-area-context": "^4.3.1", + "react-native-safe-area-context": "^4.5.2", "react-native-screens": "^3.18.2", "react-native-splash-screen": "^3.3.0", "react-native-svg": "^13.6.0", @@ -13712,8 +13712,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "4.4.1", - "license": "MIT", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.5.2.tgz", + "integrity": "sha512-oH4/Dm7/PWOOZtFRiA4HE08lsfA948BRq8Fn7TEndYjoDXFoNdbjQRahXzCV8JGP/tv3qrVNeaDE8rmdRRUOlA==", "peerDependencies": { "react": "*", "react-native": "*" @@ -24884,7 +24885,9 @@ "requires": {} }, "react-native-safe-area-context": { - "version": "4.4.1", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.5.2.tgz", + "integrity": "sha512-oH4/Dm7/PWOOZtFRiA4HE08lsfA948BRq8Fn7TEndYjoDXFoNdbjQRahXzCV8JGP/tv3qrVNeaDE8rmdRRUOlA==", "requires": {} }, "react-native-screens": { diff --git a/package.json b/package.json index 4c1c549..ff2b121 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "react-native-notifications": "^4.3.1", "react-native-permissions": "^3.3.1", "react-native-responsive-dimensions": "^3.1.1", - "react-native-safe-area-context": "^4.3.1", + "react-native-safe-area-context": "^4.5.2", "react-native-screens": "^3.18.2", "react-native-splash-screen": "^3.3.0", "react-native-svg": "^13.6.0",