From 701ad8d339a538651cd32a2dbe91641ed9f0d98c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:35:08 +0000 Subject: [PATCH] build(deps): bump react-native-vector-icons in /example Bumps [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) from 9.0.0 to 10.0.2. - [Release notes](https://github.com/oblador/react-native-vector-icons/releases) - [Commits](https://github.com/oblador/react-native-vector-icons/compare/v9.0.0...v10.0.2) --- updated-dependencies: - dependency-name: react-native-vector-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 739ffde61..f6dd32364 100644 --- a/example/package.json +++ b/example/package.json @@ -36,7 +36,7 @@ "react-native-safe-area-context": "^3.1.9", "react-native-screens": "^3.0.0", "react-native-svg": "^12.1.0", - "react-native-vector-icons": "9.0.0", + "react-native-vector-icons": "10.0.2", "react-navigation": "^4.3.7", "react-navigation-stack": "^2.3.11" },