diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 65d343ee5124..2af1c954bd18 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1842,29 +1842,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - react-native-pager-view (6.5.2): - - DoubleConversion - - glog - - hermes-engine - - RCT-Folly (= 2024.11.18.00) - - RCTRequired - - RCTTypeSafety - - React-Core - - React-debug - - React-Fabric - - React-featureflags - - React-graphics - - React-ImageManager - - react-native-pager-view/common (= 6.5.2) - - React-NativeModulesApple - - React-RCTFabric - - React-rendererdebug - - React-utils - - ReactCodegen - - ReactCommon/turbomodule/bridging - - ReactCommon/turbomodule/core - - Yoga - - react-native-pager-view/common (6.5.2): + - react-native-pager-view (6.7.1): - DoubleConversion - glog - hermes-engine @@ -3476,7 +3454,7 @@ SPEC CHECKSUMS: react-native-keyboard-controller: 5c628f5d8301047a87039a2d7de322233a39bbda react-native-launch-arguments: 5f41e0abf88a15e3c5309b8875d6fd5ac43df49d react-native-netinfo: eb0dfd4450b6f825eea973c490cee45db21cf570 - react-native-pager-view: 679269230b107e29b6a211a6387d3721b9d0eed4 + react-native-pager-view: 65a2144f06f4c8d859ec309ab96e9ee2bf2062fd react-native-pdf: e4ae1d67ffaadc6f0e1bb103036276371e446626 react-native-performance: 6171618da76fcf5aaed3eff4e841e44f3fbe05f0 react-native-plaid-link-sdk: e774d5c1d57e10b5a8759dd439bcbd9a6af17fa1 diff --git a/package-lock.json b/package-lock.json index 7a70754ae3df..22da43036898 100644 --- a/package-lock.json +++ b/package-lock.json @@ -108,7 +108,7 @@ "react-native-localize": "^2.2.6", "react-native-modal": "^13.0.0", "react-native-onyx": "2.0.100", - "react-native-pager-view": "6.5.2", + "react-native-pager-view": "6.7.1", "react-native-pdf": "6.7.3", "react-native-performance": "^5.1.0", "react-native-permissions": "^3.10.0", @@ -33077,9 +33077,9 @@ } }, "node_modules/react-native-pager-view": { - "version": "6.5.2", - "resolved": "https://registry.npmjs.org/react-native-pager-view/-/react-native-pager-view-6.5.2.tgz", - "integrity": "sha512-7TstYJ9ERtlC8WNwHGI0ueJ2tgaT5VJwFk94qiYk7UZBXI0RPk5RtZCPyN7h7h1Mc/57wBw6HS6jWHlMYluhtQ==", + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/react-native-pager-view/-/react-native-pager-view-6.7.1.tgz", + "integrity": "sha512-cBSr6xw4g5N7Kd3VGWcf+kmaH7iBWb0DXAf2bVo3bXkzBcBbTOmYSvc0LVLHhUPW8nEq5WjT9LCIYAzgF++EXw==", "license": "MIT", "peerDependencies": { "react": "*", diff --git a/package.json b/package.json index fe063c531e31..22cf35eb7ccd 100644 --- a/package.json +++ b/package.json @@ -175,7 +175,7 @@ "react-native-localize": "^2.2.6", "react-native-modal": "^13.0.0", "react-native-onyx": "2.0.100", - "react-native-pager-view": "6.5.2", + "react-native-pager-view": "6.7.1", "react-native-pdf": "6.7.3", "react-native-performance": "^5.1.0", "react-native-permissions": "^3.10.0",