From c73117e29a65af3883d6f207c19ac8bf3f91be59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 15:41:28 +0000 Subject: [PATCH] Bump react-native-safe-area-context from 4.14.0 to 5.0.0 in /cms Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 4.14.0 to 5.0.0. - [Release notes](https://github.com/th3rdwave/react-native-safe-area-context/releases) - [Commits](https://github.com/th3rdwave/react-native-safe-area-context/compare/v4.14.0...v5.0.0) --- updated-dependencies: - dependency-name: react-native-safe-area-context dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- cms/package.json | 2 +- cms/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cms/package.json b/cms/package.json index 27c47c3f5d..a4a1912edf 100644 --- a/cms/package.json +++ b/cms/package.json @@ -22,7 +22,7 @@ "decap-cms-app": "3.4.0", "decap-cms-media-library-cloudinary": "^3.0.3", "i18next": "^24.2.0", - "react-native-safe-area-context": "^4.14.0", + "react-native-safe-area-context": "^5.0.0", "react-native-svg": "15.4.0", "react-native-web": "^0.19.13", "styled-components": "^6.1.13" diff --git a/cms/yarn.lock b/cms/yarn.lock index c3f56a5a72..bbfcd64758 100644 --- a/cms/yarn.lock +++ b/cms/yarn.lock @@ -8455,10 +8455,10 @@ react-modal@^3.8.1: react-lifecycles-compat "^3.0.0" warning "^4.0.3" -react-native-safe-area-context@^4.14.0: - version "4.14.0" - resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.14.0.tgz#138f4b2e180cb7517c78bd5f4d4cf91325ba0b1a" - integrity sha512-/SyYpCulWQOnnXhRq6wepkhoyQMowHm1ptDyRz20s+YS/R9mbd+mK+jFyFCyXFJn8jp7vFl43VUCgspuOiEbwA== +react-native-safe-area-context@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.0.0.tgz#0f28f3b406d4466c6afdaaa615198d12741e88b5" + integrity sha512-4K4TvEbRsTDYuSSJZfMNKuJNn1+qgrSkOBwRoreiHcuqy1egrHpkhPhoN1Zg1+b3BxcVXlKXtMIf4eVaG/DPJw== react-native-svg@15.4.0: version "15.4.0"