diff --git a/package-lock.json b/package-lock.json index 1f83ad2..4368882 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.2", "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.2", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.20.2.tgz", + "integrity": "sha512-HqzFpFczV4qCnwKlvSAvpzEXisL+Z9fsR08YV5LfJDkzuArMhBu2sOoSPUF/K62PCoAb+ObGlTC83TKHfUd0vg==", "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.2", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.20.2.tgz", + "integrity": "sha512-HqzFpFczV4qCnwKlvSAvpzEXisL+Z9fsR08YV5LfJDkzuArMhBu2sOoSPUF/K62PCoAb+ObGlTC83TKHfUd0vg==", "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..c64e10c 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.2", "react-native-get-random-values": "~1.8.0", "react-native-keyboard-aware-scroll-view": "^0.9.4", "react-native-onboarding-swiper": "^1.2.0",