diff --git a/GraphRNSample/package-lock.json b/GraphRNSample/package-lock.json index 74e7cb2..4d4d117 100644 --- a/GraphRNSample/package-lock.json +++ b/GraphRNSample/package-lock.json @@ -19,7 +19,7 @@ "react": "18.2.0", "react-native": "0.71.7", "react-native-app-auth": "^6.4.3", - "react-native-gesture-handler": "^2.12.1", + "react-native-gesture-handler": "^2.13.2", "react-native-reanimated": "^3.5.4", "react-native-safe-area-context": "^4.7.2", "react-native-screens": "^3.25.0", @@ -13679,9 +13679,9 @@ } }, "node_modules/react-native-gesture-handler": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.12.1.tgz", - "integrity": "sha512-deqh36bw82CFUV9EC4tTo2PP1i9HfCOORGS3Zmv71UYhEZEHkzZv18IZNPB+2Awzj45vLIidZxGYGFxHlDSQ5A==", + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.13.2.tgz", + "integrity": "sha512-EADHg1cFunvu47lyzlqCJQluQxUIGZwDpdq2GEBXxFmH8AWTI2ofurio5doWnFR+dLVEjaLAzI/dU2xQjP0/pA==", "dependencies": { "@egjs/hammerjs": "^2.0.17", "hoist-non-react-statics": "^3.3.0", @@ -25860,9 +25860,9 @@ } }, "react-native-gesture-handler": { - "version": "2.12.1", - "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.12.1.tgz", - "integrity": "sha512-deqh36bw82CFUV9EC4tTo2PP1i9HfCOORGS3Zmv71UYhEZEHkzZv18IZNPB+2Awzj45vLIidZxGYGFxHlDSQ5A==", + "version": "2.13.2", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.13.2.tgz", + "integrity": "sha512-EADHg1cFunvu47lyzlqCJQluQxUIGZwDpdq2GEBXxFmH8AWTI2ofurio5doWnFR+dLVEjaLAzI/dU2xQjP0/pA==", "requires": { "@egjs/hammerjs": "^2.0.17", "hoist-non-react-statics": "^3.3.0", diff --git a/GraphRNSample/package.json b/GraphRNSample/package.json index 75af8cd..195bfb6 100644 --- a/GraphRNSample/package.json +++ b/GraphRNSample/package.json @@ -21,7 +21,7 @@ "react": "18.2.0", "react-native": "0.71.7", "react-native-app-auth": "^6.4.3", - "react-native-gesture-handler": "^2.12.1", + "react-native-gesture-handler": "^2.13.2", "react-native-reanimated": "^3.5.4", "react-native-safe-area-context": "^4.7.2", "react-native-screens": "^3.25.0",