From 81e3f1f4f3268ef2337eddc390c655aab2765696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:12:21 +0000 Subject: [PATCH] Bump react-native-gesture-handler from 2.14.1 to 2.20.0 Bumps [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) from 2.14.1 to 2.20.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.20.0) --- updated-dependencies: - dependency-name: react-native-gesture-handler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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..75c57b9 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.20.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.20.0", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.20.0.tgz", + "integrity": "sha512-rFKqgHRfxQ7uSAivk8vxCiW4SB3G0U7jnv7kZD4Y90K5kp6YrU8Q3tWhxe3Rx55BIvSd3mBe9ZWbWVJ0FsSHPA==", "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.20.0", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.20.0.tgz", + "integrity": "sha512-rFKqgHRfxQ7uSAivk8vxCiW4SB3G0U7jnv7kZD4Y90K5kp6YrU8Q3tWhxe3Rx55BIvSd3mBe9ZWbWVJ0FsSHPA==", "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..39b1565 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.20.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",