From 0d13a51d77c564f6763b31853ec2250a5af81220 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:46:07 +0000 Subject: [PATCH] Bump @react-native-community/geolocation from 3.0.4 to 3.2.1 Bumps [@react-native-community/geolocation](https://github.com/michalchudziak/react-native-geolocation) from 3.0.4 to 3.2.1. - [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.2.1) --- updated-dependencies: - dependency-name: "@react-native-community/geolocation" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85ea4e2..866d934 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.2.1", "@react-navigation/native": "^6.1.1", "@react-navigation/stack": "^6.3.10", "@sentry/react-native": "^4.14.0", @@ -4221,9 +4221,12 @@ } }, "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.2.1", + "resolved": "https://registry.npmjs.org/@react-native-community/geolocation/-/geolocation-3.2.1.tgz", + "integrity": "sha512-/+HNzuRl4UCMma7KK+KYL8k2nxAGuW+DGxqmqfpiqKBlCkCUbuFHaZZdqVD6jpsn9r/ghe583ECLmd9SV9I4Bw==", + "engines": { + "node": ">=18.0.0" + }, "peerDependencies": { "react": "*", "react-native": "*" @@ -18647,9 +18650,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.2.1", + "resolved": "https://registry.npmjs.org/@react-native-community/geolocation/-/geolocation-3.2.1.tgz", + "integrity": "sha512-/+HNzuRl4UCMma7KK+KYL8k2nxAGuW+DGxqmqfpiqKBlCkCUbuFHaZZdqVD6jpsn9r/ghe583ECLmd9SV9I4Bw==", "requires": {} }, "@react-native/assets": { diff --git a/package.json b/package.json index 4c1c549..46a8ac5 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.2.1", "@react-navigation/native": "^6.1.1", "@react-navigation/stack": "^6.3.10", "@sentry/react-native": "^4.14.0",