From 815cfe779cfe81d87d466fc8b783e5cc406d91e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 14:04:19 +0000 Subject: [PATCH] chore(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 6b42e85ef..e50f8975f 100644 --- a/example/package.json +++ b/example/package.json @@ -39,7 +39,7 @@ "react-native": "0.69.7", "react-native-safe-area-context": "^4.3.3", "react-native-screens": "^3.0.0", - "react-native-svg": "^12.1.0", + "react-native-svg": "^13.8.0", "react-native-vector-icons": "9.2.0" }, "optionalDependencies": {