From 6d75a307a886bd319260391a52ba41394373df8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 06:09:53 +0000 Subject: [PATCH] build(deps): bump react-native-gesture-handler from 2.9.0 to 2.10.2 Bumps [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) from 2.9.0 to 2.10.2. - [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases) - [Commits](https://github.com/software-mansion/react-native-gesture-handler/compare/2.9.0...2.10.2) --- updated-dependencies: - dependency-name: react-native-gesture-handler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 158cc45..daf62e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-dom": "18.2.0", "react-native": "0.71.3", "react-native-dotenv": "^3.4.8", - "react-native-gesture-handler": "~2.9.0", + "react-native-gesture-handler": "~2.10.2", "react-native-reanimated": "~3.1.0", "react-native-safe-area-context": "4.5.0", "react-native-screens": "~3.20.0", @@ -13623,9 +13623,9 @@ } }, "node_modules/react-native-gesture-handler": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.9.0.tgz", - "integrity": "sha512-a0BcH3Qb1tgVqUutc6d3VuWQkI1AM3+fJx8dkxzZs9t06qA27QgURYFoklpabuWpsUTzuKRpxleykp25E8m7tg==", + "version": "2.10.2", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.10.2.tgz", + "integrity": "sha512-yUwTrgLinaGRdJN3igL5/QP+09B294EKgoCH7QJ4ABKb4W2mUvSDbbuGMaYBNnwMKAD87Ns2q/qibLWy3E3LTw==", "dependencies": { "@egjs/hammerjs": "^2.0.17", "hoist-non-react-statics": "^3.3.0", @@ -26373,9 +26373,9 @@ } }, "react-native-gesture-handler": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.9.0.tgz", - "integrity": "sha512-a0BcH3Qb1tgVqUutc6d3VuWQkI1AM3+fJx8dkxzZs9t06qA27QgURYFoklpabuWpsUTzuKRpxleykp25E8m7tg==", + "version": "2.10.2", + "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.10.2.tgz", + "integrity": "sha512-yUwTrgLinaGRdJN3igL5/QP+09B294EKgoCH7QJ4ABKb4W2mUvSDbbuGMaYBNnwMKAD87Ns2q/qibLWy3E3LTw==", "requires": { "@egjs/hammerjs": "^2.0.17", "hoist-non-react-statics": "^3.3.0", diff --git a/package.json b/package.json index b0465a2..2589fb4 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "react-dom": "18.2.0", "react-native": "0.71.3", "react-native-dotenv": "^3.4.8", - "react-native-gesture-handler": "~2.9.0", + "react-native-gesture-handler": "~2.10.2", "react-native-reanimated": "~3.1.0", "react-native-safe-area-context": "4.5.0", "react-native-screens": "~3.20.0",