From 175661ffff6fedc70742d7d71ffd48908c9d3eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 16:08:20 +0000 Subject: [PATCH] Bump @react-native-community/geolocation from 3.0.4 to 3.0.6 Bumps [@react-native-community/geolocation](https://github.com/michalchudziak/react-native-geolocation) from 3.0.4 to 3.0.6. - [Release notes](https://github.com/michalchudziak/react-native-geolocation/releases) - [Changelog](https://github.com/michalchudziak/react-native-geolocation/blob/master/.releaserc) - [Commits](https://github.com/michalchudziak/react-native-geolocation/compare/v3.0.4...v3.0.6) --- updated-dependencies: - dependency-name: "@react-native-community/geolocation" dependency-type: direct:production update-type: version-update:semver-patch ... 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 85ea4e2..5a1a4f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@expo/vector-icons": "^13.0.0", "@react-native-async-storage/async-storage": "^1.17.11", "@react-native-community/blur": "^4.3.0", - "@react-native-community/geolocation": "^3.0.4", + "@react-native-community/geolocation": "^3.0.6", "@react-navigation/native": "^6.1.1", "@react-navigation/stack": "^6.3.10", "@sentry/react-native": "^4.14.0", @@ -4221,9 +4221,9 @@ } }, "node_modules/@react-native-community/geolocation": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@react-native-community/geolocation/-/geolocation-3.0.4.tgz", - "integrity": "sha512-zzf+DISPwEpMH25tR33hgVuy89emYYTrZQarbCSwFOU6fH9MNxnmsRPmdpuNI9YvnjMtEj5kzDrGyqBhx86n6A==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@react-native-community/geolocation/-/geolocation-3.0.6.tgz", + "integrity": "sha512-+iidKFgw1HxCJSHVnlywAKu6uerdpDAKTXLRnlsUdhgqtgTiIixb496Z267iPVFmIO1bp4lOU6UiwzmvcyXdbg==", "peerDependencies": { "react": "*", "react-native": "*" @@ -18647,9 +18647,9 @@ } }, "@react-native-community/geolocation": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@react-native-community/geolocation/-/geolocation-3.0.4.tgz", - "integrity": "sha512-zzf+DISPwEpMH25tR33hgVuy89emYYTrZQarbCSwFOU6fH9MNxnmsRPmdpuNI9YvnjMtEj5kzDrGyqBhx86n6A==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/@react-native-community/geolocation/-/geolocation-3.0.6.tgz", + "integrity": "sha512-+iidKFgw1HxCJSHVnlywAKu6uerdpDAKTXLRnlsUdhgqtgTiIixb496Z267iPVFmIO1bp4lOU6UiwzmvcyXdbg==", "requires": {} }, "@react-native/assets": { diff --git a/package.json b/package.json index 4c1c549..b9a31bc 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@expo/vector-icons": "^13.0.0", "@react-native-async-storage/async-storage": "^1.17.11", "@react-native-community/blur": "^4.3.0", - "@react-native-community/geolocation": "^3.0.4", + "@react-native-community/geolocation": "^3.0.6", "@react-navigation/native": "^6.1.1", "@react-navigation/stack": "^6.3.10", "@sentry/react-native": "^4.14.0",