diff --git a/apps/thu-info-app/ios/Podfile.lock b/apps/thu-info-app/ios/Podfile.lock index f2cc574e7..e60b0f750 100644 --- a/apps/thu-info-app/ios/Podfile.lock +++ b/apps/thu-info-app/ios/Podfile.lock @@ -1632,7 +1632,7 @@ PODS: - React-Core - RNPermissions (5.0.1): - React-Core - - RNReanimated (3.16.0): + - RNReanimated (3.16.1): - DoubleConversion - glog - hermes-engine @@ -1652,10 +1652,10 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - RNReanimated/reanimated (= 3.16.0) - - RNReanimated/worklets (= 3.16.0) + - RNReanimated/reanimated (= 3.16.1) + - RNReanimated/worklets (= 3.16.1) - Yoga - - RNReanimated/reanimated (3.16.0): + - RNReanimated/reanimated (3.16.1): - DoubleConversion - glog - hermes-engine @@ -1675,9 +1675,9 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - RNReanimated/reanimated/apple (= 3.16.0) + - RNReanimated/reanimated/apple (= 3.16.1) - Yoga - - RNReanimated/reanimated/apple (3.16.0): + - RNReanimated/reanimated/apple (3.16.1): - DoubleConversion - glog - hermes-engine @@ -1698,7 +1698,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - RNReanimated/worklets (3.16.0): + - RNReanimated/worklets (3.16.1): - DoubleConversion - glog - hermes-engine @@ -2123,7 +2123,7 @@ SPEC CHECKSUMS: RNKeychain: 840f8e6f13be0576202aefcdffd26a4f54bfe7b5 RNLocalize: 4f22418187ecd5ca693231093ff1d912d1b3c9bc RNPermissions: d32d1095206a90b3ec9c30764df3a0a1e7ed7380 - RNReanimated: 04ca88acd6c0a0a32f3fa9c668882e56b70fdc5b + RNReanimated: 0c3c5af3a952042c7647173fe5c3fdcd6496590e RNScreens: ce8ccfbf3d14f4fc23e205d5e315622d7962af75 RNShare: eaeb5e7dc1618d19db6234da1af91fc60dd6bc0f RNSnackbar: 37ce6daf19c8bd35cf6133db5797aa298c8782ac diff --git a/apps/thu-info-app/package.json b/apps/thu-info-app/package.json index 3c239e861..9bdc64514 100644 --- a/apps/thu-info-app/package.json +++ b/apps/thu-info-app/package.json @@ -49,7 +49,7 @@ "react-native-permissions": "5.0.1", "react-native-polyfill-globals": "3.1.0", "react-native-qrcode-svg": "6.3.12", - "react-native-reanimated": "3.16.0", + "react-native-reanimated": "3.16.1", "react-native-safe-area-context": "4.11.1", "react-native-safearea-height": "1.0.7", "react-native-screens": "3.35.0-rc.1", diff --git a/yarn.lock b/yarn.lock index a243ccbe3..dfef38b80 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9031,10 +9031,10 @@ react-native-qrcode-svg@6.3.12: qrcode "^1.5.1" text-encoding "^0.7.0" -react-native-reanimated@3.16.0: - version "3.16.0" - resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.16.0.tgz#c1174540158181e022ec076695a0e2f9cf2f8e9a" - integrity sha512-DDyp5/sFeDTsb7lf/iYVwyRmbfzO/+vsUjGV4YHeI9RbelG9GpZRJoxyv5CN0PXsEjQiXk4XJ8rxYDopCg9bsg== +react-native-reanimated@3.16.1: + version "3.16.1" + resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-3.16.1.tgz#7c3cb256adb8fb436f57911d0e8e7cae68e28a67" + integrity sha512-Wnbo7toHZ6kPLAD8JWKoKCTfNoqYOMW5vUEP76Rr4RBmJCrdXj6oauYP0aZnZq8NCbiP5bwwu7+RECcWtoetnQ== dependencies: "@babel/plugin-transform-arrow-functions" "^7.0.0-0" "@babel/plugin-transform-class-properties" "^7.0.0-0"