From 5f246c56724307be4cd47a07c4115205a5649637 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:21:32 +0000 Subject: [PATCH] Update dependency react-native-gesture-handler to v2.21.1 --- 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 8025bce67..7d764fcd2 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.20.2", + "react-native-gesture-handler": "2.21.1", "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.20.2", - "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.20.2.tgz", - "integrity": "sha512-HqzFpFczV4qCnwKlvSAvpzEXisL+Z9fsR08YV5LfJDkzuArMhBu2sOoSPUF/K62PCoAb+ObGlTC83TKHfUd0vg==", + "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==", "license": "MIT", "dependencies": { "@egjs/hammerjs": "^2.0.17", diff --git a/package.json b/package.json index aa23eac38..2ca898309 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.20.2", + "react-native-gesture-handler": "2.21.1", "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",