From 2f2fe2b73d4527d3dda0fbd062871a36540e7c53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:37:09 +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.3. - [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.3) --- 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..63ad3b86c 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.3", "react-navigation": "^4.3.7", "react-navigation-stack": "^2.3.11" },