From 82cbe4c139a411bcd14ef875e65b1088746b1109 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Nov 2020 23:09:57 +0000 Subject: [PATCH] fix: upgrade react-native-gesture-handler from 1.7.0 to 1.8.0 Snyk has created this PR to upgrade react-native-gesture-handler from 1.7.0 to 1.8.0. See this package in npm: See this project in Snyk: https://app.snyk.io/org/nonameolsson/project/aa89a8e5-c482-4b04-a951-bd3b9248cd2f?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 874aa8c..c8ba318 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "react-dom": "16.13.1", "react-hook-form": "^6.9.3", "react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz", - "react-native-gesture-handler": "~1.7.0", + "react-native-gesture-handler": "~1.8.0", "react-native-keychain": "6.1.1", "react-native-modalize": "^2.0.5", "react-native-paper": "^4.0.1", diff --git a/yarn.lock b/yarn.lock index 748ffe5..b305172 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11679,13 +11679,13 @@ react-native-flipper@^0.34.0: resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.34.0.tgz#7df1f38ba5d97a9321125fe0fccbe47d99e6fa1d" integrity sha512-48wgm29HJTOlZ0DibBsvXueEOY0EPIVL0wWKbwRfgrk86+luSEuLW3aZC50oJa95zSFb9qYShTV/6dWqh4Jamg== -react-native-gesture-handler@~1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-1.7.0.tgz#0ef74a5ba836832e497dc49eb1ce58baa6c617e5" - integrity sha512-1CrjJf8Z6Iz2XWzfZknYtsm2sud5Lu/pLhhokkgBIKttxqGDtetDEVFDJOTJWJyKCrUPk0X5tnWi/diSF4q++w== +react-native-gesture-handler@~1.8.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-1.8.0.tgz#18f61f51da50320f938957b0ee79bc58f47449dc" + integrity sha512-E2FZa0qZ5Bi0Z8Jg4n9DaFomHvedSjwbO2DPmUUHYRy1lH2yxXUpSrqJd6yymu+Efzmjg2+JZzsjFYA2Iq8VEQ== dependencies: "@egjs/hammerjs" "^2.0.17" - hoist-non-react-statics "^2.3.1" + hoist-non-react-statics "^3.3.0" invariant "^2.2.4" prop-types "^15.7.2"