From 5cf3568029cccec0bd5c188e6629eb11ea0bdae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 15:31:07 +0000 Subject: [PATCH] build(deps): bump react-native-svg from 12.5.1 to 15.2.0 in /example Bumps [react-native-svg](https://github.com/react-native-community/react-native-svg) from 12.5.1 to 15.2.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...v15.2.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..b51d8cd45 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": "^15.2.0", "react-native-vector-icons": "9.0.0", "react-navigation": "^4.3.7", "react-navigation-stack": "^2.3.11"