From 23dcf0785712f6f1a38525987782765d48d3d2eb Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 2 Sep 2024 09:57:54 +0000
Subject: [PATCH] Bump react-native-gesture-handler from 2.14.1 to 2.19.0

Bumps [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) from 2.14.1 to 2.19.0.
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases)
- [Commits](https://github.com/software-mansion/react-native-gesture-handler/compare/2.14.1...2.19.0)

---
updated-dependencies:
- dependency-name: react-native-gesture-handler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 package-lock.json | 13 +++++++------
 package.json      |  2 +-
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 1f83ad2..f1b7a0b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -52,7 +52,7 @@
         "react-native-animated-pagination-dots": "^0.1.73",
         "react-native-draggable-flatlist": "^4.0.1",
         "react-native-elements": "^3.4.2",
-        "react-native-gesture-handler": "~2.14.0",
+        "react-native-gesture-handler": "~2.19.0",
         "react-native-get-random-values": "~1.8.0",
         "react-native-keyboard-aware-scroll-view": "^0.9.4",
         "react-native-onboarding-swiper": "^1.2.0",
@@ -17199,13 +17199,13 @@
       }
     },
     "node_modules/react-native-gesture-handler": {
-      "version": "2.14.1",
-      "license": "MIT",
+      "version": "2.19.0",
+      "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.19.0.tgz",
+      "integrity": "sha512-Cc6DnSnn5hhgiuJOtlOJmXkbBBOZkW9UnJJG+DrWPq2jJuNvM4g5qq2plsywhxQj9xT7FyXZwVVblaXabfGZvQ==",
       "dependencies": {
         "@egjs/hammerjs": "^2.0.17",
         "hoist-non-react-statics": "^3.3.0",
         "invariant": "^2.2.4",
-        "lodash": "^4.17.21",
         "prop-types": "^15.7.2"
       },
       "peerDependencies": {
@@ -30982,12 +30982,13 @@
       }
     },
     "react-native-gesture-handler": {
-      "version": "2.14.1",
+      "version": "2.19.0",
+      "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.19.0.tgz",
+      "integrity": "sha512-Cc6DnSnn5hhgiuJOtlOJmXkbBBOZkW9UnJJG+DrWPq2jJuNvM4g5qq2plsywhxQj9xT7FyXZwVVblaXabfGZvQ==",
       "requires": {
         "@egjs/hammerjs": "^2.0.17",
         "hoist-non-react-statics": "^3.3.0",
         "invariant": "^2.2.4",
-        "lodash": "^4.17.21",
         "prop-types": "^15.7.2"
       }
     },
diff --git a/package.json b/package.json
index 4949e5c..8d3ba4a 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,7 @@
     "react-native-animated-pagination-dots": "^0.1.73",
     "react-native-draggable-flatlist": "^4.0.1",
     "react-native-elements": "^3.4.2",
-    "react-native-gesture-handler": "~2.14.0",
+    "react-native-gesture-handler": "~2.19.0",
     "react-native-get-random-values": "~1.8.0",
     "react-native-keyboard-aware-scroll-view": "^0.9.4",
     "react-native-onboarding-swiper": "^1.2.0",