diff --git a/ConnectivityCheck/package-lock.json b/ConnectivityCheck/package-lock.json index a3d7e46..1534ad9 100644 --- a/ConnectivityCheck/package-lock.json +++ b/ConnectivityCheck/package-lock.json @@ -736,14 +736,6 @@ "to-fast-properties": "^2.0.0" } }, - "@expo/vector-icons": { - "version": "github:expo/vector-icons#d0fb774a001b047d223cfa5e9537220b20591efd", - "from": "github:expo/vector-icons#expo-font-fix", - "requires": { - "lodash": "^4.17.4", - "react-native-vector-icons": "6.0.0" - } - }, "@expo/websql": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@expo/websql/-/websql-1.0.1.tgz", @@ -2370,7 +2362,8 @@ "console-control-strings": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", - "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=" + "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", + "optional": true }, "convert-source-map": { "version": "1.6.0", @@ -2453,9 +2446,9 @@ "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" }, "decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==" }, "dedent": { "version": "0.6.0", @@ -2765,6 +2758,20 @@ "serialize-error": "^2.1.0", "uuid-js": "^0.7.5", "whatwg-fetch": "^2.0.4" + }, + "dependencies": { + "@expo/vector-icons": { + "version": "github:expo/vector-icons#d0fb774a001b047d223cfa5e9537220b20591efd", + "from": "github:expo/vector-icons#expo-font-fix", + "requires": { + "lodash": "^4.17.4", + "react-native-vector-icons": "6.0.0" + } + }, + "react-native-maps": { + "version": "github:expo/react-native-maps#e6f98ff7272e5d0a7fe974a41f28593af2d77bb2", + "from": "github:expo/react-native-maps#v0.22.1-exp.0" + } } }, "expo-ads-admob": { @@ -4595,6 +4602,7 @@ "version": "2.3.5", "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.3.5.tgz", "integrity": "sha512-Gi1W4k059gyRbyVUZQ4mEqLm0YIUiGYfvxhF6SIlk3ui1WVxMTGfGdQ2SInh3PDrRTVvPKgULkpJtT4RH10+VA==", + "optional": true, "requires": { "safe-buffer": "^5.1.2", "yallist": "^3.0.0" @@ -4603,7 +4611,8 @@ "yallist": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.0.3.tgz", - "integrity": "sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==" + "integrity": "sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==", + "optional": true } } }, @@ -5572,10 +5581,6 @@ "prop-types": "^15.5.10" } }, - "react-native-maps": { - "version": "github:expo/react-native-maps#e6f98ff7272e5d0a7fe974a41f28593af2d77bb2", - "from": "github:expo/react-native-maps#v0.22.1-exp.0" - }, "react-native-reanimated": { "version": "1.0.0-alpha.11", "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-1.0.0-alpha.11.tgz",