From c12cf6f9e5e913fa5a2f5ee5acd64deab83cdda8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Oct 2024 09:59:56 +0000 Subject: [PATCH] fix: upgrade react-native-gesture-handler from 2.9.0 to 2.19.0 Snyk has created this PR to upgrade react-native-gesture-handler from 2.9.0 to 2.19.0. See this package in yarn: react-native-gesture-handler See this project in Snyk: https://app.snyk.io/org/bhattjayd/project/6b986ebd-441e-4331-9ee4-f953a0a347a9?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8380374..a8e09a7 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "mobx-react": "7.6.0", "react": "18.2.0", "react-native": "0.71.4", - "react-native-gesture-handler": "^2.9.0", + "react-native-gesture-handler": "^2.19.0", "react-native-progress": "^5.0.0", "react-native-reanimated": "^3.1.0", "react-native-safe-area-context": "^4.5.0", diff --git a/yarn.lock b/yarn.lock index 16f0c93..f1a66be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6144,15 +6144,14 @@ react-native-codegen@^0.71.5: jscodeshift "^0.13.1" nullthrows "^1.1.1" -react-native-gesture-handler@^2.9.0: - version "2.9.0" - resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.9.0.tgz#2f63812e523c646f25b9ad660fc6f75948e51241" - integrity sha512-a0BcH3Qb1tgVqUutc6d3VuWQkI1AM3+fJx8dkxzZs9t06qA27QgURYFoklpabuWpsUTzuKRpxleykp25E8m7tg== +react-native-gesture-handler@^2.19.0: + version "2.20.0" + resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.20.0.tgz#2d9ec4e9bd22619ebe36269dda3ecb1173928276" + integrity sha512-rFKqgHRfxQ7uSAivk8vxCiW4SB3G0U7jnv7kZD4Y90K5kp6YrU8Q3tWhxe3Rx55BIvSd3mBe9ZWbWVJ0FsSHPA== 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" react-native-gradle-plugin@^0.71.16: