From 024c0e8ef9136cff26908f68839bbce1332374f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Aug 2024 10:01:42 +0000 Subject: [PATCH] fix: upgrade react-native-gesture-handler from 2.16.2 to 2.17.1 Snyk has created this PR to upgrade react-native-gesture-handler from 2.16.2 to 2.17.1. See this package in npm: react-native-gesture-handler See this project in Snyk: https://app.snyk.io/org/tiago002pro/project/fc846305-4669-41e2-916d-7c7bab3661f6?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac21b6b..979c553 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "react-dom": "18.2.0", "react-native": "0.74.3", "react-native-flash-message": "^0.4.2", - "react-native-gesture-handler": "~2.16.1", + "react-native-gesture-handler": "^2.17.1", "react-native-mask-input": "^1.2.3", "react-native-paper": "^5.12.3", "react-native-reanimated": "~3.10.1", @@ -18116,14 +18116,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.17.1", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.17.1.tgz", + "integrity": "sha512-pWfniN6NuVKUq40KACuD3NCMe+bWNQCpD3cmxL6aLSCTwPKYmf7l4Lp0/E/almpjvxhybJZtFLU0w4tmxnIKaA==", + "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" }, "peerDependencies": { diff --git a/package.json b/package.json index e950ae0..b158098 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "react-dom": "18.2.0", "react-native": "0.74.3", "react-native-flash-message": "^0.4.2", - "react-native-gesture-handler": "~2.16.1", + "react-native-gesture-handler": "~2.17.1", "react-native-mask-input": "^1.2.3", "react-native-paper": "^5.12.3", "react-native-reanimated": "~3.10.1",