From 489bd32b192a4beb7ae9ad1361a62601582d56fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 15:11:00 +0000 Subject: [PATCH] Bump @react-native-community/geolocation from 3.0.4 to 3.0.5 Bumps [@react-native-community/geolocation](https://github.com/michalchudziak/react-native-geolocation) from 3.0.4 to 3.0.5. - [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.5) --- 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..03d0f1d 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.5", "@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.5", + "resolved": "https://registry.npmjs.org/@react-native-community/geolocation/-/geolocation-3.0.5.tgz", + "integrity": "sha512-dpigB7ni085rCBi85rIHNrs8hcKaLtDQVxNm1zgXrYZNO7XKN/GSL3AjYBBG7z9pG6qNyQNl4Xge8jWUCudTyQ==", "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.5", + "resolved": "https://registry.npmjs.org/@react-native-community/geolocation/-/geolocation-3.0.5.tgz", + "integrity": "sha512-dpigB7ni085rCBi85rIHNrs8hcKaLtDQVxNm1zgXrYZNO7XKN/GSL3AjYBBG7z9pG6qNyQNl4Xge8jWUCudTyQ==", "requires": {} }, "@react-native/assets": { diff --git a/package.json b/package.json index 4c1c549..1625849 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.5", "@react-navigation/native": "^6.1.1", "@react-navigation/stack": "^6.3.10", "@sentry/react-native": "^4.14.0",