From 89e144ab45ca6ce554d56a9268736d702385d0e4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2020 04:26:51 +0000 Subject: [PATCH] Bump expo-constants from 5.0.1 to 9.1.1 Bumps [expo-constants](https://github.com/expo/expo/tree/HEAD/packages/expo-constants) from 5.0.1 to 9.1.1. - [Release notes](https://github.com/expo/expo/releases) - [Changelog](https://github.com/expo/expo/blob/master/packages/expo-constants/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-constants) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 45 +++++++++++++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 38 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f2d7fab..99db361 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.21", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.21.tgz", + "integrity": "sha512-+O8/qh/Qj8CgC6eYBVBykMrNtp5Gebn4dlGD/kKXVkJNDwyrAwSIqwz8CDf+tsAIWVycKcku6gIXJ0qwx/ZXaQ==" } } }, @@ -4279,17 +4292,28 @@ } }, "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": "9.1.1", + "resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-9.1.1.tgz", + "integrity": "sha512-zCa/wRARODHd6BSwxjBhidmao0AqQnKmLkl0tsVIoZlRyPDHsEaxNR/m+7wqGC7qiC+UpG1qRnvLOLwCGt2ihg==", "requires": { - "ua-parser-js": "^0.7.19" + "fbjs": "1.0.0", + "uuid": "^3.3.2" }, "dependencies": { - "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==" + "fbjs": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fbjs/-/fbjs-1.0.0.tgz", + "integrity": "sha512-MUgcMEJaFhCaF1QtWGnmq9ZDRAzECTCRAF7O6UZIlAlkTs1SasiX9aP0Iw7wfD2mJ7wDTNfg2w7u5fSCwJk1OA==", + "requires": { + "core-js": "^2.4.1", + "fbjs-css-vars": "^1.0.0", + "isomorphic-fetch": "^2.1.1", + "loose-envify": "^1.0.0", + "object-assign": "^4.1.0", + "promise": "^7.1.1", + "setimmediate": "^1.0.5", + "ua-parser-js": "^0.7.18" + } } } }, @@ -13098,6 +13122,11 @@ "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, + "uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" + }, "uuid-js": { "version": "0.7.5", "resolved": "https://registry.npmjs.org/uuid-js/-/uuid-js-0.7.5.tgz", diff --git a/package.json b/package.json index fe2f743..7e76010 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": "^9.1.1", "expo-permissions": "^5.0.1", "merge": "^1.2.1", "moment": "^2.24.0",