diff --git a/package-lock.json b/package-lock.json index fd32c3c7..e0b854f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-native-safe-area-context": "^4.8.0", "react-native-screens": "^3.13.1", "react-native-snap-carousel": "^4.0.0-beta.6", - "react-native-vector-icons": "^9.2.0", + "react-native-vector-icons": "^10.0.3", "react-native-webview": "^11.18.2" }, "devDependencies": { @@ -11569,15 +11569,17 @@ } }, "node_modules/react-native-vector-icons": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-9.2.0.tgz", - "integrity": "sha512-wKYLaFuQST/chH3AJRjmOLoLy3JEs1JR6zMNgTaemFpNoXs0ztRnTxcxFD9xhX7cJe1/zoN5BpQYe7kL0m5yyA==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-10.0.3.tgz", + "integrity": "sha512-ZgVlV5AdQgnPHHvBEihGf2xwyziT1acpXV1U+WfCgCv3lcEeCRsmwAsBU+kUSNsU+8TcWVsX04kdI6qUaS8D7w==", "dependencies": { "prop-types": "^15.7.2", "yargs": "^16.1.1" }, "bin": { + "fa-upgrade.sh": "bin/fa-upgrade.sh", "fa5-upgrade": "bin/fa5-upgrade.sh", + "fa6-upgrade": "bin/fa6-upgrade.sh", "generate-icon": "bin/generate-icon.js" } }, @@ -22916,9 +22918,9 @@ } }, "react-native-vector-icons": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-9.2.0.tgz", - "integrity": "sha512-wKYLaFuQST/chH3AJRjmOLoLy3JEs1JR6zMNgTaemFpNoXs0ztRnTxcxFD9xhX7cJe1/zoN5BpQYe7kL0m5yyA==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-10.0.3.tgz", + "integrity": "sha512-ZgVlV5AdQgnPHHvBEihGf2xwyziT1acpXV1U+WfCgCv3lcEeCRsmwAsBU+kUSNsU+8TcWVsX04kdI6qUaS8D7w==", "requires": { "prop-types": "^15.7.2", "yargs": "^16.1.1" diff --git a/package.json b/package.json index 9f8e447a..c163bf81 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react-native-safe-area-context": "^4.8.0", "react-native-screens": "^3.13.1", "react-native-snap-carousel": "^4.0.0-beta.6", - "react-native-vector-icons": "^9.2.0", + "react-native-vector-icons": "^10.0.3", "react-native-webview": "^11.18.2" }, "devDependencies": {