From 6715acb4a4200b05b7e7c5f776c86f225a305b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 14:05:50 +0000 Subject: [PATCH] build(deps): bump react-native-svg from 12.5.1 to 13.8.0 in /example Bumps [react-native-svg](https://github.com/react-native-community/react-native-svg) from 12.5.1 to 13.8.0. - [Release notes](https://github.com/react-native-community/react-native-svg/releases) - [Commits](https://github.com/react-native-community/react-native-svg/compare/v12.5.1...v13.8.0) --- updated-dependencies: - dependency-name: react-native-svg 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..18e997f44 100644 --- a/example/package.json +++ b/example/package.json @@ -35,7 +35,7 @@ "react-native-gesture-handler": "^1.6.1", "react-native-safe-area-context": "^3.1.9", "react-native-screens": "^3.0.0", - "react-native-svg": "^12.1.0", + "react-native-svg": "^13.8.0", "react-native-vector-icons": "9.0.0", "react-navigation": "^4.3.7", "react-navigation-stack": "^2.3.11"