diff --git a/package-lock.json b/package-lock.json index 840e36d..4a74166 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.72.6", - "react-native-safe-area-context": "5.2.0", + "react-native-safe-area-context": "5.6.2", "react-native-web": "~0.19.6", "typescript": "^5.1.3" }, @@ -22235,9 +22235,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.2.0.tgz", - "integrity": "sha512-QpcGA6MRKe8Zbpf1hirCBudNQYGsMv0n/CTTROMOFcXbqRUoEXLCsYxUmYKi7JJb3ziL2DbyzWXyH2/gw4Tkfw==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-5.6.2.tgz", + "integrity": "sha512-4XGqMNj5qjUTYywJqpdWZ9IG8jgkS3h06sfVjfw5yZQZfWnRFXczi0GnYyFyCc2EBps/qFmoCH8fez//WumdVg==", "license": "MIT", "peerDependencies": { "react": "*", diff --git a/package.json b/package.json index ff96ac3..5759462 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.72.6", - "react-native-safe-area-context": "5.2.0", + "react-native-safe-area-context": "5.6.2", "react-native-web": "~0.19.6", "typescript": "^5.1.3" },