From 69842250fa623fb944cc1819abb42fa8446ae429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 02:27:38 +0000 Subject: [PATCH] Bump react-native-safe-area-context from 4.4.1 to 4.8.0 Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 4.4.1 to 4.8.0. - [Release notes](https://github.com/th3rdwave/react-native-safe-area-context/releases) - [Commits](https://github.com/th3rdwave/react-native-safe-area-context/commits) --- updated-dependencies: - dependency-name: react-native-safe-area-context dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 465b9e2..192d532 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react-native-chart-kit": "^6.12.0", "react-native-gesture-handler": "~2.8.0", "react-native-reanimated": "~2.12.0", - "react-native-safe-area-context": "4.4.1", + "react-native-safe-area-context": "4.8.0", "react-native-screens": "~3.18.0", "react-native-svg": "13.4.0", "victory-native": "^36.6.11" @@ -16548,9 +16548,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.4.1.tgz", - "integrity": "sha512-N9XTjiuD73ZpVlejHrUWIFZc+6Z14co1K/p1IFMkImU7+avD69F3y+lhkqA2hN/+vljdZrBSiOwXPkuo43nFQA==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.8.0.tgz", + "integrity": "sha512-UTmn0jvikcA8LeCQuEV4/bQ1ZLODSaaEXKSK3wUskNwmtIgHFzT3lLXOBucFnyDYIxviJSWJeVc77eeBXc0UCA==", "peerDependencies": { "react": "*", "react-native": "*" diff --git a/package.json b/package.json index ff70ccb..56bd9e7 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react-native-chart-kit": "^6.12.0", "react-native-gesture-handler": "~2.8.0", "react-native-reanimated": "~2.12.0", - "react-native-safe-area-context": "4.4.1", + "react-native-safe-area-context": "4.8.0", "react-native-screens": "~3.18.0", "react-native-svg": "13.4.0", "victory-native": "^36.6.11"