From baf08f0ceb68829f70fbbf71354a7a35d9b68932 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 6 Dec 2021 09:01:21 +0000 Subject: [PATCH] fix(deps): update dependency react-native-vector-icons to v9 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6de0a4a..925f558 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react-native-safe-area-context": "^3.2.0", "react-native-screens": "^3.0.0", "react-native-svg": "^12.1.0", - "react-native-vector-icons": "^8.1.0", + "react-native-vector-icons": "^9.0.0", "react-use": "^17.2.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index aa5634e..5873697 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8505,10 +8505,10 @@ react-native-vector-icons@^7.0.0: prop-types "^15.7.2" yargs "^15.0.2" -react-native-vector-icons@^8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-8.1.0.tgz#e8ee2b17bc4d9f636da1c6f67feee8e2a850c3d8" - integrity sha512-sHIdBB6Y0dHaot2fMXgy5J/hhCn5YuyN7SKDNFgPzL8KA1oF2/v7mgYMavnK7LIIs2dJoGnDANKf61dsU+TZlg== +react-native-vector-icons@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-9.0.0.tgz#ab38ec6941f3f340d39846f1e8300e59863e2fb1" + integrity sha512-qKX5d5/TafHmI4B7UOSZCL3BAGh7ZfF30iLwRgxBkKfZl2lKSuHp8Ottj9OyWh9b5fFtlg+LtyvZrns3g2kh+w== dependencies: lodash.frompairs "^4.0.1" lodash.isequal "^4.5.0"