From 2652c4643d312a18e9d6eed60a9718d8a1f59a2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 May 2024 21:42:36 +0000 Subject: [PATCH] fix: upgrade react-native-safe-area-context from 4.6.3 to 4.10.1 Snyk has created this PR to upgrade react-native-safe-area-context from 4.6.3 to 4.10.1. See this package in npm: react-native-safe-area-context See this project in Snyk: https://app.snyk.io/org/axelrenault92/project/597f791c-c192-46a3-91b9-565ac2ff1b69?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 9e92b48..639fac9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-native-heroicons": "^4.0.0", "react-native-progress": "^5.0.1", "react-native-reanimated": "~3.3.0", - "react-native-safe-area-context": "4.6.3", + "react-native-safe-area-context": "^4.10.1", "react-native-screens": "~3.22.0", "react-native-svg": "13.9.0", "tailwindcss": "3.3.2" @@ -14879,9 +14879,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.10.1", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.10.1.tgz", + "integrity": "sha512-w8tCuowDorUkPoWPXmhqosovBr33YsukkwYCDERZFHAxIkx6qBadYxfeoaJ91nCQKjkNzGrK5qhoNOeSIcYSpA==", + "license": "MIT", "peerDependencies": { "react": "*", "react-native": "*" diff --git a/package.json b/package.json index c256623..6253cae 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react-native-heroicons": "^4.0.0", "react-native-progress": "^5.0.1", "react-native-reanimated": "~3.3.0", - "react-native-safe-area-context": "4.6.3", + "react-native-safe-area-context": "4.10.1", "react-native-screens": "~3.22.0", "react-native-svg": "13.9.0", "tailwindcss": "3.3.2"