From 25345bbc9fff2ff8afc27a7e82dec74eca89f11d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 13:43:35 +0000 Subject: [PATCH] Bump react-native-safe-area-context from 5.2.0 to 5.3.0 in /web Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/th3rdwave/react-native-safe-area-context/releases) - [Commits](https://github.com/th3rdwave/react-native-safe-area-context/compare/v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: react-native-safe-area-context dependency-type: direct:production update-type: version-update:semver-minor ... 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 f465096afc..063248e412 100644 --- a/web/package.json +++ b/web/package.json @@ -19,7 +19,7 @@ "react": "^18", "react-dom": "^18", "react-i18next": "^15.4.0", - "react-native-safe-area-context": "^5.2.0", + "react-native-safe-area-context": "^5.3.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 8cfb7f3f31..ec53c7b4e9 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -5214,10 +5214,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@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.2.0.tgz#60a9faab2a6319a61411a652ed862ec0f59384be" - integrity sha512-QpcGA6MRKe8Zbpf1hirCBudNQYGsMv0n/CTTROMOFcXbqRUoEXLCsYxUmYKi7JJb3ziL2DbyzWXyH2/gw4Tkfw== +react-native-safe-area-context@^5.3.0: + version "5.3.0" + resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.3.0.tgz#272e6786a58aafe3362fde4d3233713b66158179" + integrity sha512-glV9bwuozTjf/JDBIBm+ITnukHNaUT3nucgdeADwjtHsfEN3RL5UO6nq99vvdWv5j/O9yCZBvFncM1BBQ+UvpQ== react-native-svg@15.4.0: version "15.4.0"