From 5155aa5ecdfd333ee2e2dba2fbd867390cc4dcfa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2019 04:39:37 +0000 Subject: [PATCH] Bump expo-constants from 5.0.1 to 8.0.0 Bumps [expo-constants](https://github.com/expo/expo/tree/HEAD/packages/expo-constants) from 5.0.1 to 8.0.0. - [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..b9298f1 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": "8.0.0", + "resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-8.0.0.tgz", + "integrity": "sha512-NGRwSWfhwNFA9WVLXwqnSDPJJ4DdXTqEkl9Fr9PcyW5VCoFgz7uke256E1YZsYhOE0Ph365lu/5jjZs+MRmRog==", "requires": { "ua-parser-js": "^0.7.19" }, diff --git a/package.json b/package.json index 17dd60d..224b0e8 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": "^8.0.0", "expo-permissions": "^5.0.1", "merge": "^1.2.1", "moment": "^2.24.0",