From e835cd2f6a7293a8a2198ac8dc7c087232495cea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 02:49:41 +0000 Subject: [PATCH] Bump react-native-vector-icons from 9.2.0 to 10.2.0 Bumps [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) from 9.2.0 to 10.2.0. - [Release notes](https://github.com/oblador/react-native-vector-icons/releases) - [Commits](https://github.com/oblador/react-native-vector-icons/compare/v9.2.0...v10.2.0) --- updated-dependencies: - dependency-name: react-native-vector-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++------- package.json | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 18ae0d83..40782aa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-native-safe-area-context": "^4.11.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.2.0", "react-native-webview": "^11.18.2" }, "devDependencies": { @@ -11530,15 +11530,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.2.0", + "resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-10.2.0.tgz", + "integrity": "sha512-n5HGcxUuVaTf9QJPs/W22xQpC2Z9u0nb0KgLPnVltP8vdUvOp6+R26gF55kilP/fV4eL4vsAHUqUjewppJMBOQ==", "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" } }, @@ -22840,9 +22842,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.2.0", + "resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-10.2.0.tgz", + "integrity": "sha512-n5HGcxUuVaTf9QJPs/W22xQpC2Z9u0nb0KgLPnVltP8vdUvOp6+R26gF55kilP/fV4eL4vsAHUqUjewppJMBOQ==", "requires": { "prop-types": "^15.7.2", "yargs": "^16.1.1" diff --git a/package.json b/package.json index c21f921a..dab0c906 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react-native-safe-area-context": "^4.11.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.2.0", "react-native-webview": "^11.18.2" }, "devDependencies": {