diff --git a/package-lock.json b/package-lock.json index cdb003b..997b709 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,19 +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==", - "requires": { - "ua-parser-js": "^0.7.19" - }, - "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==" - } - } + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-9.0.0.tgz", + "integrity": "sha512-1kqZMM8Ez5JT3sTEx8I69fP6NYFLOJjeM6Z63dD/m2NiwvzSADiO5+BhghnWNGN1L3bxbgOjXS6EHtS7CdSfxA==" }, "expo-contacts": { "version": "5.0.2", diff --git a/package.json b/package.json index 17dd60d..9b1a4d3 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.0.0", "expo-permissions": "^5.0.1", "merge": "^1.2.1", "moment": "^2.24.0",