From 35c8a4d10443fd531123eb7f4d482cff1eacae61 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Dec 2024 06:00:26 +0000 Subject: [PATCH] fix: upgrade react-native-safe-area-context from 4.10.8 to 4.14.0 Snyk has created this PR to upgrade react-native-safe-area-context from 4.10.8 to 4.14.0. See this package in npm: react-native-safe-area-context See this project in Snyk: https://app.snyk.io/org/arpit-jn/project/fb3ffc76-5832-43d3-a9c7-8e2d4e398069?utm_source=github&utm_medium=referral&page=upgrade-pr --- example/package-lock.json | 9 +++++---- example/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index 2ba1527d..788eab8a 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -13,7 +13,7 @@ "@react-navigation/native-stack": "^6.10.1", "react": "18.2.0", "react-native": "0.71.10", - "react-native-safe-area-context": "^4.10.8", + "react-native-safe-area-context": "^4.14.0", "react-native-screens": "^3.32.0" }, "devDependencies": { @@ -6351,9 +6351,10 @@ "license": "MIT" }, "node_modules/react-native-safe-area-context": { - "version": "4.10.8", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.10.8.tgz", - "integrity": "sha512-Jx1lovhvIdYygg0UsMCBUJN0Wvj9GlA5bbcBLzjZf93uJpNHzaiHC4hR280+sNVK1+/pMHEyEkXVHDZE5JWn0w==", + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.14.0.tgz", + "integrity": "sha512-/SyYpCulWQOnnXhRq6wepkhoyQMowHm1ptDyRz20s+YS/R9mbd+mK+jFyFCyXFJn8jp7vFl43VUCgspuOiEbwA==", + "license": "MIT", "peerDependencies": { "react": "*", "react-native": "*" diff --git a/example/package.json b/example/package.json index c4121a24..40854cf7 100644 --- a/example/package.json +++ b/example/package.json @@ -14,7 +14,7 @@ "@react-navigation/native-stack": "^6.10.1", "react": "18.2.0", "react-native": "0.71.10", - "react-native-safe-area-context": "^4.10.8", + "react-native-safe-area-context": "^4.14.0", "react-native-screens": "^3.32.0" }, "devDependencies": {