From ce93a5cc604492d2e5e2a80733ca679b65c35a47 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 04:46:26 +0000 Subject: [PATCH] Bump expo-constants from 5.0.1 to 7.0.1 Bumps [expo-constants](https://github.com/expo/expo/tree/HEAD/packages/expo-constants) from 5.0.1 to 7.0.1. - [Release notes](https://github.com/expo/expo/releases) - [Changelog](https://github.com/expo/expo/blob/master/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-constants) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 19 ++++++++++++++++--- package.json | 2 +- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8f9545d..4f89eee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4173,6 +4173,19 @@ "shebang-command": "^1.2.0", "which": "^1.2.9" } + }, + "expo-constants": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-5.0.1.tgz", + "integrity": "sha512-Ny3teALKaE/jFzBg6DHr2GOoHpwQ/OLs3q3VugZOoR6hXCeVcCEP9MyNvhgn/cheeBDAa6UIgarv2Yufb5RMqQ==", + "requires": { + "ua-parser-js": "^0.7.19" + } + }, + "ua-parser-js": { + "version": "0.7.20", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.20.tgz", + "integrity": "sha512-8OaIKfzL5cpx8eCMAhhvTlft8GYF8b2eQr6JkCyVdrgjcytyOmPCXrqXFcUnhonRpLlh5yxEZVohm6mzaowUOw==" } } }, @@ -4279,9 +4292,9 @@ } }, "expo-constants": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-5.0.1.tgz", - "integrity": "sha512-Ny3teALKaE/jFzBg6DHr2GOoHpwQ/OLs3q3VugZOoR6hXCeVcCEP9MyNvhgn/cheeBDAa6UIgarv2Yufb5RMqQ==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-7.0.1.tgz", + "integrity": "sha512-n9S6lsEfTAhLY+x/Yrtc1rvVUhuEF+CcSWr/reAIGtk35+PYrAKfV4pbetRtqX9tl947bJv7kBQX6jpwYpeIpQ==", "requires": { "ua-parser-js": "^0.7.19" }, diff --git a/package.json b/package.json index 17dd60d..e78dde4 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "braces": "^3.0.2", "expo": "^33.0.0", "expo-asset": "^5.0.1", - "expo-constants": "^5.0.1", + "expo-constants": "^7.0.1", "expo-permissions": "^5.0.1", "merge": "^1.2.1", "moment": "^2.24.0",