From be6cae5065fd648276255ffec6554b484ad21b57 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 05:47:48 +0000 Subject: [PATCH] fix: upgrade react-native-safe-area-context from 4.9.0 to 4.10.1 Snyk has created this PR to upgrade react-native-safe-area-context from 4.9.0 to 4.10.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/sridhar7601/project/9251c217-12fe-400b-8cab-322c84b4b61e?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed64c72..34fc032 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react-native": "0.73.6", "react-native-elements": "^3.4.3", "react-native-gesture-handler": "^2.16.0", - "react-native-safe-area-context": "^4.9.0", + "react-native-safe-area-context": "^4.10.1", "react-native-screens": "^3.30.1" }, "devDependencies": { @@ -12395,9 +12395,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.9.0.tgz", - "integrity": "sha512-/OJD9Pb8IURyvn+1tWTszWPJqsbZ4hyHBU9P0xhOmk7h5owSuqL0zkfagU0pg7Vh0G2NKQkaPpUKUMMCUMDh/w==", + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.10.1.tgz", + "integrity": "sha512-w8tCuowDorUkPoWPXmhqosovBr33YsukkwYCDERZFHAxIkx6qBadYxfeoaJ91nCQKjkNzGrK5qhoNOeSIcYSpA==", "peerDependencies": { "react": "*", "react-native": "*" diff --git a/package.json b/package.json index 8556fdb..41d5daf 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "react-native": "0.73.6", "react-native-elements": "^3.4.3", "react-native-gesture-handler": "^2.16.0", - "react-native-safe-area-context": "^4.9.0", + "react-native-safe-area-context": "^4.10.1", "react-native-screens": "^3.30.1" }, "devDependencies": {