From 7bade5e1bdc08f9e92016dd6c9805ffb8d558512 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Oct 2024 09:47:25 +0000 Subject: [PATCH] fix: upgrade react-native-safe-area-context from 4.6.3 to 4.11.0 Snyk has created this PR to upgrade react-native-safe-area-context from 4.6.3 to 4.11.0. See this package in npm: react-native-safe-area-context See this project in Snyk: https://app.snyk.io/org/ayush-bulbule/project/91ee4896-70d3-4e40-b6f3-5167f7a5e2fd?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 10f6819..4fdc6ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "react-native": "0.72.6", "react-native-feather": "^1.1.2", "react-native-maps": "^1.8.4", - "react-native-safe-area-context": "4.6.3", + "react-native-safe-area-context": "^4.11.0", "react-native-screens": "~3.22.0", "react-native-svg": "^13.9.0" }, @@ -12722,9 +12722,10 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "4.6.3", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.6.3.tgz", - "integrity": "sha512-3CeZM9HFXkuqiU9HqhOQp1yxhXw6q99axPWrT+VJkITd67gnPSU03+U27Xk2/cr9XrLUnakM07kj7H0hdPnFiQ==", + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.11.0.tgz", + "integrity": "sha512-Bg7bozxEB+ZS+H3tVYs5yY1cvxNXgR6nRQwpSMkYR9IN5CbxohLnSprrOPG/ostTCd4F6iCk0c51pExEhifSKQ==", + "license": "MIT", "peerDependencies": { "react": "*", "react-native": "*" diff --git a/package.json b/package.json index 8aca083..9eb8d7d 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-native": "0.72.6", "react-native-feather": "^1.1.2", "react-native-maps": "^1.8.4", - "react-native-safe-area-context": "4.6.3", + "react-native-safe-area-context": "4.11.0", "react-native-screens": "~3.22.0", "react-native-svg": "^13.9.0" },