diff --git a/package-lock.json b/package-lock.json index 9390b2ddb..6554d252b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19789,13 +19789,24 @@ } }, "react-native-vector-icons": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-5.0.0.tgz", - "integrity": "sha512-3ZmLGhQFk5QeHuttx0tOpghXhpVMGwXzb3pVaW/M8Qj0qkcg7koVyZmoR9vABQuxFC6KbM3l6/WLYZPh2aGfuQ==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-6.1.0.tgz", + "integrity": "sha512-1GF5I4VWgwnzBtVfAKNgEiR5ziHi5QaKL381wwApMzuiFgIJMNt5XIChuKwKoaiB86s+P5iMcYWxYCyENL96lA==", "requires": { "lodash": "^4.0.0", - "prop-types": "^15.5.10", + "prop-types": "^15.6.2", "yargs": "^8.0.2" + }, + "dependencies": { + "prop-types": { + "version": "15.6.2", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.6.2.tgz", + "integrity": "sha512-3pboPvLiWD7dkI3qf3KbUe6hKFKa52w+AE0VCqECtf+QHAKgOL37tTaNCnuX1nAAQ4ZhyP+kYVKf8rLmJ/feDQ==", + "requires": { + "loose-envify": "^1.3.1", + "object-assign": "^4.1.1" + } + } } }, "react-proxy": { diff --git a/package.json b/package.json index 6492770c3..ae7d3cc51 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,7 @@ "react-native-share": "1.1.2", "react-native-sound": "github:PeerioTechnologies/react-native-sound#fix-android-notification-sound", "react-native-sqlcipher-storage": "github:PeerioTechnologies/react-native-sqlcipher-storage#0.55", - "react-native-vector-icons": "5.0.0", + "react-native-vector-icons": "6.1.0", "rimraf": "2.6.2", "safe-json-stringify": "1.2.0", "scrypt-async": "2.0.1",