From 939dc0f21de7cb8cf267d50065bd6cf1f1c1ab69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 23:05:50 +0000 Subject: [PATCH] Bump react-native-safe-area-context from 4.6.3 to 4.7.2 Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 4.6.3 to 4.7.2. - [Release notes](https://github.com/th3rdwave/react-native-safe-area-context/releases) - [Commits](https://github.com/th3rdwave/react-native-safe-area-context/compare/v4.6.3...v4.7.2) --- 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 e30e293..d8212b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-dom": "18.2.0", "react-native": "0.72.3", "react-native-gesture-handler": "~2.12.0", - "react-native-safe-area-context": "4.6.3", + "react-native-safe-area-context": "4.7.2", "react-native-screens": "~3.22.1", "react-native-web": "~0.19.6" }, @@ -15461,9 +15461,9 @@ } }, "node_modules/react-native-safe-area-context": { - "version": "4.6.3", - "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.6.3.tgz", - "integrity": "sha512-3CeZM9HFXkuqiU9HqhOQp1yxhXw6q99axPWrT+VJkITd67gnPSU03+U27Xk2/cr9XrLUnakM07kj7H0hdPnFiQ==", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.7.2.tgz", + "integrity": "sha512-5fy/hRNJ7bI/U2SliOeKf0D80J4lXPc1NsRiNS7Xaz8YTnqlzWib1ViItkwKPfufe54YKzVBMmM32RpdzvO2gg==", "peerDependencies": { "react": "*", "react-native": "*" diff --git a/package.json b/package.json index d35b939..1bd96c3 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react-dom": "18.2.0", "react-native": "0.72.3", "react-native-gesture-handler": "~2.12.0", - "react-native-safe-area-context": "4.6.3", + "react-native-safe-area-context": "4.7.2", "react-native-screens": "~3.22.1", "react-native-web": "~0.19.6" },