From 764153d0b538a74b6d6a9812de83f462f4480315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 09:00:16 +0200 Subject: [PATCH] Bump react-native-safe-area-context from 4.8.0 to 4.8.1 (#933) Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/th3rdwave/react-native-safe-area-context/releases) - [Commits](https://github.com/th3rdwave/react-native-safe-area-context/commits/v4.8.1) --- updated-dependencies: - dependency-name: react-native-safe-area-context dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b858efb..6f89397a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react-native-gesture-handler": "^2.14.0", "react-native-image-picker": "^7.1.0", "react-native-reanimated": "^2.2.4", - "react-native-safe-area-context": "^4.8.0", + "react-native-safe-area-context": "^4.8.1", "react-native-screens": "^3.13.1", "react-native-snap-carousel": "^4.0.0-beta.6", "react-native-vector-icons": "^9.2.0", @@ -11529,9 +11529,9 @@ } }, "node_modules/react-native-safe-area-context": { - "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==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.8.1.tgz", + "integrity": "sha512-gYoZyxKuWHfxXHTFGpkFKgfRHDAqTs+I/NZsiXdllMmIfOme25MGPHVmuHrA0Jq4rg189x/JiscFCv2IvDCC6A==", "peerDependencies": { "react": "*", "react-native": "*" @@ -22887,9 +22887,9 @@ } }, "react-native-safe-area-context": { - "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==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.8.1.tgz", + "integrity": "sha512-gYoZyxKuWHfxXHTFGpkFKgfRHDAqTs+I/NZsiXdllMmIfOme25MGPHVmuHrA0Jq4rg189x/JiscFCv2IvDCC6A==", "requires": {} }, "react-native-screens": { diff --git a/package.json b/package.json index 28ccf9fb..bbc81a6f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "react-native-gesture-handler": "^2.14.0", "react-native-image-picker": "^7.1.0", "react-native-reanimated": "^2.2.4", - "react-native-safe-area-context": "^4.8.0", + "react-native-safe-area-context": "^4.8.1", "react-native-screens": "^3.13.1", "react-native-snap-carousel": "^4.0.0-beta.6", "react-native-vector-icons": "^9.2.0",