Skip to content

Commit 3ba3963

Browse files
committed
fix: upgrade react-native-safe-area-context from 4.11.0 to 4.12.0
Snyk has created this PR to upgrade react-native-safe-area-context from 4.11.0 to 4.12.0. See this package in yarn: react-native-safe-area-context See this project in Snyk: https://app.snyk.io/org/lposen/project/f1bf0619-4ed4-44e0-9d9d-449358decce6?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 2f87799 commit 3ba3963

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@react-navigation/native": "^6.0.6",
2626
"eslint": "^8.0.1",
2727
"eslint-config-airbnb": "^19.0.4",
28-
"react-native-safe-area-context": "^4.1.2",
28+
"react-native-safe-area-context": "^4.12.0",
2929
"react-native-vector-icons": "^9.0.0",
3030
"react-native-webview": "^11.0.0"
3131
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6162,10 +6162,10 @@ react-native-gradle-plugin@^0.0.6:
61626162
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.0.6.tgz#b61a9234ad2f61430937911003cddd7e15c72b45"
61636163
integrity sha512-eIlgtsmDp1jLC24dRn43hB3kEcZVqx6DUQbR0N1ABXGnMEafm9I3V3dUUeD1vh+Dy5WqijSoEwLNUPLgu5zDMg==
61646164

6165-
react-native-safe-area-context@^4.1.2:
6166-
version "4.11.0"
6167-
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.11.0.tgz#d45271363672dc1923ddb0ce5a6ad588e210c85d"
6168-
integrity sha512-Bg7bozxEB+ZS+H3tVYs5yY1cvxNXgR6nRQwpSMkYR9IN5CbxohLnSprrOPG/ostTCd4F6iCk0c51pExEhifSKQ==
6165+
react-native-safe-area-context@^4.12.0:
6166+
version "4.14.0"
6167+
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.14.0.tgz#138f4b2e180cb7517c78bd5f4d4cf91325ba0b1a"
6168+
integrity sha512-/SyYpCulWQOnnXhRq6wepkhoyQMowHm1ptDyRz20s+YS/R9mbd+mK+jFyFCyXFJn8jp7vFl43VUCgspuOiEbwA==
61696169

61706170
react-native-vector-icons@^9.0.0:
61716171
version "9.2.0"

0 commit comments

Comments
 (0)