diff --git a/enatega-multivendor-restaurant/package-lock.json b/enatega-multivendor-restaurant/package-lock.json index bb5f239..73523f2 100644 --- a/enatega-multivendor-restaurant/package-lock.json +++ b/enatega-multivendor-restaurant/package-lock.json @@ -40,7 +40,7 @@ "react-native-countdown-component": "^2.7.1", "react-native-elements": "^3.4.2", "react-native-flash-message": "^0.1.21", - "react-native-gesture-handler": "~2.16.1", + "react-native-gesture-handler": "~2.29.0", "react-native-keyboard-aware-scroll-view": "^0.9.5", "react-native-material-textfield": "^0.16.1", "react-native-reanimated": "~3.10.1", @@ -14577,15 +14577,14 @@ } }, "node_modules/react-native-gesture-handler": { - "version": "2.16.2", - "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.16.2.tgz", - "integrity": "sha512-vGFlrDKlmyI+BT+FemqVxmvO7nqxU33cgXVsn6IKAFishvlG3oV2Ds67D5nPkHMea8T+s1IcuMm0bF8ntZtAyg==", + "version": "2.29.0", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.29.0.tgz", + "integrity": "sha512-nxikN5b2ebSTPqqhIlTHQJqIHTu0Y5GAhST3w3/G1pm9BlqHVFcLFPZfIaT4A3TVKjQDcKElij1hhHKpAVUcOQ==", + "license": "MIT", "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" + "invariant": "^2.2.4" }, "peerDependencies": { "react": "*", diff --git a/enatega-multivendor-restaurant/package.json b/enatega-multivendor-restaurant/package.json index 67b0490..437a1de 100644 --- a/enatega-multivendor-restaurant/package.json +++ b/enatega-multivendor-restaurant/package.json @@ -67,7 +67,7 @@ "react-native-countdown-component": "^2.7.1", "react-native-elements": "^3.4.2", "react-native-flash-message": "^0.1.21", - "react-native-gesture-handler": "~2.16.1", + "react-native-gesture-handler": "~2.29.0", "react-native-keyboard-aware-scroll-view": "^0.9.5", "react-native-material-textfield": "^0.16.1", "react-native-reanimated": "~3.10.1",