From 06c3fd4750f0f58aebd4bbc0bed71fd2da7e3448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:36:20 +0000 Subject: [PATCH] build(deps): bump react-native-svg from 12.5.1 to 15.1.0 in /example Bumps [react-native-svg](https://github.com/react-native-community/react-native-svg) from 12.5.1 to 15.1.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.1.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..62b4fc74f 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.1.0", "react-native-vector-icons": "9.0.0", "react-navigation": "^4.3.7", "react-navigation-stack": "^2.3.11"