From e255842ccee4045cbab762b46e4952a80c07f465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:41:02 +0000 Subject: [PATCH] Bump react-native-safe-area-context from 4.14.0 to 5.0.0 in /web 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] --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index 19c4e540ff..d1f3bdc2d1 100644 --- a/web/package.json +++ b/web/package.json @@ -19,7 +19,7 @@ "react": "^18", "react-dom": "^18", "react-i18next": "^15.1.3", - "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/web/yarn.lock b/web/yarn.lock index 0abb0028ee..de74d9cff5 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -4848,10 +4848,10 @@ react-is@^18.0.0: resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e" integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg== -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"