From d4c0526c34f888a6f7f0990b728f5ec883ad41cc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Nov 2024 03:03:05 +0000 Subject: [PATCH] fix: upgrade react-native-safe-area-context from 4.10.5 to 4.11.0 Snyk has created this PR to upgrade react-native-safe-area-context from 4.10.5 to 4.11.0. See this package in npm: react-native-safe-area-context See this project in Snyk: https://app.snyk.io/org/yingbull/project/14824475-a3b2-4423-a009-40d33458bc6b?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 12683d2..64d97fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "react-native": "0.74.5", "react-native-gesture-handler": "^2.20.2", "react-native-reanimated": "^3.16.1", - "react-native-safe-area-context": "4.10.5", + "react-native-safe-area-context": "^4.11.0", "react-native-screens": "^3.35.0", "react-native-url-polyfill": "^2.0.0", "react-native-web": "~0.19.10", @@ -17400,9 +17400,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "4.10.5", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.10.5.tgz", - "integrity": "sha512-Wyb0Nqw2XJ6oZxW/cK8k5q7/UAhg/wbEG6UVf89rQqecDZTDA5ic//P9J6VvJRVZerzGmxWQpVuM7f+PRYUM4g==", + "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": "*", diff --git a/package.json b/package.json index 5050ed0..46c51df 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "react-native": "0.74.5", "react-native-gesture-handler": "^2.20.2", "react-native-reanimated": "^3.16.1", - "react-native-safe-area-context": "4.10.5", + "react-native-safe-area-context": "4.11.0", "react-native-screens": "^3.35.0", "react-native-url-polyfill": "^2.0.0", "react-native-web": "~0.19.10",