diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 87ce98279ff..e13ca74feb5 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1987,7 +1987,7 @@ PODS: - React-Core - RNReactNativeHapticFeedback (1.13.0): - React-Core - - RNReanimated (3.16.3): + - RNReanimated (3.16.7): - DoubleConversion - glog - hermes-engine @@ -2007,10 +2007,10 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - RNReanimated/reanimated (= 3.16.3) - - RNReanimated/worklets (= 3.16.3) + - RNReanimated/reanimated (= 3.16.7) + - RNReanimated/worklets (= 3.16.7) - Yoga - - RNReanimated/reanimated (3.16.3): + - RNReanimated/reanimated (3.16.7): - DoubleConversion - glog - hermes-engine @@ -2030,9 +2030,9 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - RNReanimated/reanimated/apple (= 3.16.3) + - RNReanimated/reanimated/apple (= 3.16.7) - Yoga - - RNReanimated/reanimated/apple (3.16.3): + - RNReanimated/reanimated/apple (3.16.7): - DoubleConversion - glog - hermes-engine @@ -2053,7 +2053,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - RNReanimated/worklets (3.16.3): + - RNReanimated/worklets (3.16.7): - DoubleConversion - glog - hermes-engine @@ -2873,7 +2873,7 @@ SPEC CHECKSUMS: rnmapbox-maps: 42fe0ccc373fe24032aa224736feb4c39a24d604 RNPermissions: 92430517fd4353d5b2b7217cd1ca48ddd2875245 RNReactNativeHapticFeedback: 7601768ee65ffc86fc93d7c30dd917031144ed3d - RNReanimated: 929c26a706dfe1af8feee9f2cf78004394e4dd04 + RNReanimated: 66cf0f600a26d2b5e74c6e0b1c77c1ab1f62fc05 RNScreens: 35bb8e81aeccf111baa0ea01a54231390dbbcfd9 RNSentry: 8473fe16e2b05a9a6f4336369af0fa713e1eaf59 RNShare: 6204e6a1987ba3e7c47071ef703e5449a0e3548a diff --git a/package.json b/package.json index e7454151635..0fb7a2f4654 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "react-native-pager-view": "6.5.0", "react-native-permissions": "3.8.4", "react-native-push-notification": "8.1.1", - "react-native-reanimated": "3.16.3", + "react-native-reanimated": "3.16.7", "react-native-reanimated-zoom": "0.3.3", "react-native-render-html": "6.3.4", "react-native-safe-area-context": "3.4.0", diff --git a/patches/react-native-reanimated+3.16.3.patch b/patches/react-native-reanimated+3.16.7.patch similarity index 100% rename from patches/react-native-reanimated+3.16.3.patch rename to patches/react-native-reanimated+3.16.7.patch diff --git a/yarn.lock b/yarn.lock index 2c986133c58..91e469376f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13329,10 +13329,10 @@ react-native-reanimated-zoom@0.3.3: resolved "https://registry.yarnpkg.com/react-native-reanimated-zoom/-/react-native-reanimated-zoom-0.3.3.tgz#99161310c398b2d4220e75ce1d9b76eb075bf3f6" integrity sha512-naeMV19218OsVOAw7jq45mZGxcSgvcn5xAJlXep27R0IBo/fqpLlLuXKK2nyCXyLzuIPwgqS3O+LUMcTd2L5Gg== -react-native-reanimated@3.16.3: - version "3.16.3" - resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.16.3.tgz#3b559dca49e9e40abcf5de834dc27fc05f856b66" - integrity sha512-OWlA6e1oHhytTpc7WiSZ7Tmb8OYwLKYZz29Sz6d6WAg60Hm5GuAiKIWUG7Ako7FLcYhFkA0pEQ2xPMEYUo9vlw== +react-native-reanimated@3.16.7: + version "3.16.7" + resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.16.7.tgz#6c7fa516f62c6743c24d955dada00e3c5323d50d" + integrity sha512-qoUUQOwE1pHlmQ9cXTJ2MX9FQ9eHllopCLiWOkDkp6CER95ZWeXhJCP4cSm6AD4jigL5jHcZf/SkWrg8ttZUsw== dependencies: "@babel/plugin-transform-arrow-functions" "^7.0.0-0" "@babel/plugin-transform-class-properties" "^7.0.0-0"