From dcc415553438e6dc19dea315974c22cac46e1fbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 13:02:48 +0000 Subject: [PATCH] chore(deps): bump expo-location from 15.1.1 to 18.0.1 Bumps [expo-location](https://github.com/expo/expo/tree/HEAD/packages/expo-location) from 15.1.1 to 18.0.1. - [Changelog](https://github.com/expo/expo/blob/main/packages/expo-location/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-location) --- updated-dependencies: - dependency-name: expo-location dependency-type: direct:production update-type: version-update:semver-major ... 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 8f51ba42..392a2456 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "expo-constants": "~14.2.1", "expo-file-system": "^15.1.1", "expo-font": "~11.1.1", - "expo-location": "~15.1.1", + "expo-location": "~18.0.1", "expo-permissions": "~14.1.1", "expo-status-bar": "~1.4.0", "jwt-decode": "^3.1.2", @@ -10505,9 +10505,9 @@ } }, "node_modules/expo-location": { - "version": "15.1.1", - "resolved": "https://registry.npmjs.org/expo-location/-/expo-location-15.1.1.tgz", - "integrity": "sha512-hoKRlmi6Ya+NeZ72Zt385SDcSsIDpJI60TCBVO+Hc9xfKA9Hyminyyo5WiwI8J03igmPTCl8Y37MxBNKY9AWkg==", + "version": "18.0.1", + "resolved": "https://registry.npmjs.org/expo-location/-/expo-location-18.0.1.tgz", + "integrity": "sha512-LRpMkNXynLUbZvbRCfxHCdX6zxrmJx2afRDIXoq8kAYeMXRH7XpjXcF0Aj/+E8tSgu1Wn17zIdRYj4muJi+ldA==", "peerDependencies": { "expo": "*" } @@ -28172,9 +28172,9 @@ "requires": {} }, "expo-location": { - "version": "15.1.1", - "resolved": "https://registry.npmjs.org/expo-location/-/expo-location-15.1.1.tgz", - "integrity": "sha512-hoKRlmi6Ya+NeZ72Zt385SDcSsIDpJI60TCBVO+Hc9xfKA9Hyminyyo5WiwI8J03igmPTCl8Y37MxBNKY9AWkg==", + "version": "18.0.1", + "resolved": "https://registry.npmjs.org/expo-location/-/expo-location-18.0.1.tgz", + "integrity": "sha512-LRpMkNXynLUbZvbRCfxHCdX6zxrmJx2afRDIXoq8kAYeMXRH7XpjXcF0Aj/+E8tSgu1Wn17zIdRYj4muJi+ldA==", "requires": {} }, "expo-modules-autolinking": { diff --git a/package.json b/package.json index 1f71e72a..87e3db39 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "expo-constants": "~14.2.1", "expo-file-system": "^15.1.1", "expo-font": "~11.1.1", - "expo-location": "~15.1.1", + "expo-location": "~18.0.1", "expo-permissions": "~14.1.1", "expo-status-bar": "~1.4.0", "jwt-decode": "^3.1.2",