From fd239c9751f5d56e99db98c74b8ea7cabfb0dd0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:37:11 +0000 Subject: [PATCH 1/4] Update dependency react-native-gesture-handler to v2.21.2 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d764fcd2..45ec15f30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "react-native-document-picker": "9.3.1", "react-native-draggable-flatlist": "github:BlueWallet/react-native-draggable-flatlist#3a61627", "react-native-fs": "2.20.0", - "react-native-gesture-handler": "2.21.1", + "react-native-gesture-handler": "2.21.2", "react-native-handoff": "github:BlueWallet/react-native-handoff#v0.0.4", "react-native-haptic-feedback": "2.3.3", "react-native-image-picker": "7.1.2", @@ -20648,9 +20648,9 @@ } }, "node_modules/react-native-gesture-handler": { - "version": "2.21.1", - "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.21.1.tgz", - "integrity": "sha512-KT19IvAP2nto/9WhDlZ6u62utOvi72VhR1PgqB3zDIiBdRDCPrLCYRduxfz6q8VuCIyzWAcuOh8vas7zmO5Y1w==", + "version": "2.21.2", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.21.2.tgz", + "integrity": "sha512-HcwB225K9aeZ8e/B8nFzEh+2T4EPWTeamO1l/y3PcQ9cyCDYO2zja/G31ITpYRIqkip7XzGs6wI/gnHOQn1LDQ==", "license": "MIT", "dependencies": { "@egjs/hammerjs": "^2.0.17", diff --git a/package.json b/package.json index 2ca898309..82639898a 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "react-native-document-picker": "9.3.1", "react-native-draggable-flatlist": "github:BlueWallet/react-native-draggable-flatlist#3a61627", "react-native-fs": "2.20.0", - "react-native-gesture-handler": "2.21.1", + "react-native-gesture-handler": "2.21.2", "react-native-handoff": "github:BlueWallet/react-native-handoff#v0.0.4", "react-native-haptic-feedback": "2.3.3", "react-native-image-picker": "7.1.2", From 206e3c494d5f740598a80dc7f3fdc98117fea43b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Rodriguez=20V=C3=A9lez?= Date: Wed, 20 Nov 2024 03:53:37 -0400 Subject: [PATCH 2/4] Update Fastfile --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index f918c657f..1f9292b41 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -322,7 +322,7 @@ platform :ios do desc "Install CocoaPods dependencies" lane :install_pods do UI.message("Installing CocoaPods dependencies...") - cocoapods(podfile: "ios/Podfile", deployment: true) + cocoapods(podfile: "ios/Podfile") end From c68d163d83a504d71c725bfd96a42f8b42d09328 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:27:47 +0000 Subject: [PATCH 3/4] Update dependency react-native-reanimated to v3.16.2 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ed7efb10..0db6510a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -85,7 +85,7 @@ "react-native-quick-actions": "0.3.13", "react-native-randombytes": "3.6.1", "react-native-rate": "1.2.12", - "react-native-reanimated": "3.16.0", + "react-native-reanimated": "3.16.2", "react-native-safe-area-context": "4.14.0", "react-native-screen-capture": "github:BlueWallet/react-native-screen-capture#18cb79f", "react-native-screens": "3.35.0", @@ -20847,9 +20847,9 @@ } }, "node_modules/react-native-reanimated": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.16.0.tgz", - "integrity": "sha512-DDyp5/sFeDTsb7lf/iYVwyRmbfzO/+vsUjGV4YHeI9RbelG9GpZRJoxyv5CN0PXsEjQiXk4XJ8rxYDopCg9bsg==", + "version": "3.16.2", + "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-3.16.2.tgz", + "integrity": "sha512-Jk8y+iOLcK3J8YK3Qj/U+zclwfetgM1fFhlYaxFrJ5TPvuwdRG5YY1pvO91FcZ3C1+0meGHR6BZGl9d/Z0xh3Q==", "license": "MIT", "dependencies": { "@babel/plugin-transform-arrow-functions": "^7.0.0-0", diff --git a/package.json b/package.json index ad188a399..ade78e720 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "react-native-quick-actions": "0.3.13", "react-native-randombytes": "3.6.1", "react-native-rate": "1.2.12", - "react-native-reanimated": "3.16.0", + "react-native-reanimated": "3.16.2", "react-native-safe-area-context": "4.14.0", "react-native-screen-capture": "github:BlueWallet/react-native-screen-capture#18cb79f", "react-native-screens": "3.35.0", From 180fba9571a4279590b2904ae95e5ce1278746c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 19:05:25 +0000 Subject: [PATCH 4/4] Update dependency react-native-permissions to v5.2.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ed7efb10..3df554a01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "react-native-keychain": "9.1.0", "react-native-linear-gradient": "2.8.3", "react-native-localize": "3.3.0", - "react-native-permissions": "5.1.0", + "react-native-permissions": "5.2.0", "react-native-prompt-android": "github:BlueWallet/react-native-prompt-android#ed168d66fed556bc2ed07cf498770f058b78a376", "react-native-push-notification": "8.1.1", "react-native-qrcode-svg": "6.3.2", @@ -20747,9 +20747,9 @@ } }, "node_modules/react-native-permissions": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/react-native-permissions/-/react-native-permissions-5.1.0.tgz", - "integrity": "sha512-bRV8OHFAbLulElvbJ/BLtrYNV9WXStxknCuI5mTGJNIz6sl8sDUA0OhKpbtb0rqqDdJ2mbR1ZijhGkCDOaT0tA==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/react-native-permissions/-/react-native-permissions-5.2.0.tgz", + "integrity": "sha512-ohLjRJbP4w4SV7awGvWoCHbNbif/N8lJWcjPl0BBQsTQAA/AVdXXY7rMYaHQStSXURl7S+51m2rina3OHE0rFw==", "license": "MIT", "peerDependencies": { "react": ">=18.1.0", diff --git a/package.json b/package.json index ad188a399..ed180bf80 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "react-native-keychain": "9.1.0", "react-native-linear-gradient": "2.8.3", "react-native-localize": "3.3.0", - "react-native-permissions": "5.1.0", + "react-native-permissions": "5.2.0", "react-native-prompt-android": "github:BlueWallet/react-native-prompt-android#ed168d66fed556bc2ed07cf498770f058b78a376", "react-native-push-notification": "8.1.1", "react-native-qrcode-svg": "6.3.2",