diff --git a/package-lock.json b/package-lock.json index 158cc45..55ad9dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-dom": "18.2.0", "react-native": "0.71.3", "react-native-dotenv": "^3.4.8", - "react-native-gesture-handler": "~2.9.0", + "react-native-gesture-handler": "~2.11.0", "react-native-reanimated": "~3.1.0", "react-native-safe-area-context": "4.5.0", "react-native-screens": "~3.20.0", @@ -13623,9 +13623,9 @@ } }, "node_modules/react-native-gesture-handler": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.9.0.tgz", - "integrity": "sha512-a0BcH3Qb1tgVqUutc6d3VuWQkI1AM3+fJx8dkxzZs9t06qA27QgURYFoklpabuWpsUTzuKRpxleykp25E8m7tg==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.11.0.tgz", + "integrity": "sha512-qiGS2HFnuxxA067kcC4PHfp5hzB8pn6K9UqI5kdkM48DLkzv3vUJptdPlffRSvUJggsfwIyAMYVM+xM4sxg2/A==", "dependencies": { "@egjs/hammerjs": "^2.0.17", "hoist-non-react-statics": "^3.3.0", @@ -26373,9 +26373,9 @@ } }, "react-native-gesture-handler": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.9.0.tgz", - "integrity": "sha512-a0BcH3Qb1tgVqUutc6d3VuWQkI1AM3+fJx8dkxzZs9t06qA27QgURYFoklpabuWpsUTzuKRpxleykp25E8m7tg==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.11.0.tgz", + "integrity": "sha512-qiGS2HFnuxxA067kcC4PHfp5hzB8pn6K9UqI5kdkM48DLkzv3vUJptdPlffRSvUJggsfwIyAMYVM+xM4sxg2/A==", "requires": { "@egjs/hammerjs": "^2.0.17", "hoist-non-react-statics": "^3.3.0", diff --git a/package.json b/package.json index b0465a2..3c2160e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "react-dom": "18.2.0", "react-native": "0.71.3", "react-native-dotenv": "^3.4.8", - "react-native-gesture-handler": "~2.9.0", + "react-native-gesture-handler": "~2.11.0", "react-native-reanimated": "~3.1.0", "react-native-safe-area-context": "4.5.0", "react-native-screens": "~3.20.0",