From 44ac618ec0f99544d026dd8d54f23ef28a3a73e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Oct 2024 05:33:31 +0000 Subject: [PATCH] fix: upgrade react-native-status-bar-height from 2.2.0 to 2.6.0 Snyk has created this PR to upgrade react-native-status-bar-height from 2.2.0 to 2.6.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/thandhla/project/fcbd08d8-d4fd-4141-baf2-5d0871a590dc?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b1c8c3553e..2991992415 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "opencollective-postinstall": "^2.0.0", "prop-types": "^15.7.2", "react-native-ratings": "^6.5.0", - "react-native-status-bar-height": "^2.2.0" + "react-native-status-bar-height": "^2.6.0" }, "devDependencies": { "@react-native-community/eslint-config": "^0.0.5", diff --git a/yarn.lock b/yarn.lock index 6dc66db4c4..f3e78ba869 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6653,10 +6653,10 @@ react-native-ratings@^6.5.0: lodash "^4.17.4" prop-types "^15.5.10" -react-native-status-bar-height@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/react-native-status-bar-height/-/react-native-status-bar-height-2.2.0.tgz#3bd51de134660efc5f5ad136ca573c7d5790f7ed" - integrity sha512-4WJpyZirzeMHyZiyNEy4LnSPOtuLRVy3+28Rhz7ffrjCVcc5RFcC0HVjFnkwfuhcTyXIDtzPG6canJkXzbTtBA== +react-native-status-bar-height@^2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/react-native-status-bar-height/-/react-native-status-bar-height-2.6.0.tgz#b6afd25b6e3d533c43d0fcdcfd5cafd775592cea" + integrity sha512-z3SGLF0mHT+OlJDq7B7h/jXPjWcdBT3V14Le5L2PjntjjWM3+EJzq2BcXDwV+v67KFNJic5pgA26cCmseYek6w== react-native-vector-icons@^6.0.2: version "6.0.2"