diff --git a/web/package.json b/web/package.json index f465096afc..bf210874c9 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.4.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..2b11d2a190 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.4.0: + version "5.4.0" + resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-5.4.0.tgz#04b51940408c114f75628a12a93569d30c525454" + integrity sha512-JaEThVyJcLhA+vU0NU8bZ0a1ih6GiF4faZ+ArZLqpYbL6j7R3caRqj+mE3lEtKCuHgwjLg3bCxLL1GPUJZVqUA== react-native-svg@15.4.0: version "15.4.0"