From ae1921f00f61b67560f66349f16ff602848d7d6a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Aug 2023 20:17:42 +0000 Subject: [PATCH] fix: upgrade react-native-safe-area-context from 4.5.0 to 4.7.1 Snyk has created this PR to upgrade react-native-safe-area-context from 4.5.0 to 4.7.1. See this package in npm: https://www.npmjs.com/package/react-native-safe-area-context See this project in Snyk: https://app.snyk.io/org/milancarevic84/project/aeaf4be8-bedf-4a51-9608-ebfbc066932f?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb6745e..15a840b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "expo": "^49.0.0", "expo-checkbox": "~2.3.1", "expo-font": "~11.1.1", - "expo-linking": "^5.0.0", + "expo-linking": "~5.0.0", "expo-screen-orientation": "~5.1.1", "expo-status-bar": "~1.4.4", "express": "^4.18.2", @@ -48,7 +48,7 @@ "react-native-paper": "^5.8.0", "react-native-qrcode-svg": "^6.2.0", "react-native-reanimated": "~2.14.4", - "react-native-safe-area-context": "4.5.0", + "react-native-safe-area-context": "^4.7.1", "react-native-screens": "~3.20.0", "react-native-shared-element": "0.8.8", "react-native-svg": "13.4.0", @@ -15207,9 +15207,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.5.0.tgz", - "integrity": "sha512-0WORnk9SkREGUg2V7jHZbuN5x4vcxj/1B0QOcXJjdYWrzZHgLcUzYWWIUecUPJh747Mwjt/42RZDOaFn3L8kPQ==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.7.1.tgz", + "integrity": "sha512-X2pJG2ttmAbiGlItWedvDkZg1T1ikmEDiz+7HsiIwAIm2UbFqlhqn+B1JF53mSxPzdNaDcCQVHRNPvj8oFu6Yg==", "peerDependencies": { "react": "*", "react-native": "*" diff --git a/package.json b/package.json index 802f786..88e50e8 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "react-native-paper": "^5.8.0", "react-native-qrcode-svg": "^6.2.0", "react-native-reanimated": "~2.14.4", - "react-native-safe-area-context": "4.5.0", + "react-native-safe-area-context": "4.7.1", "react-native-screens": "~3.20.0", "react-native-shared-element": "0.8.8", "react-native-svg": "13.4.0",