From a3cc3d9a6d1bafa799d704d2161886d7c5d93ca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:08:51 +0000 Subject: [PATCH] chore(deps): bump react-native-svg from 12.4.4 to 13.4.0 in /example Bumps [react-native-svg](https://github.com/react-native-community/react-native-svg) from 12.4.4 to 13.4.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.4.4...v13.4.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 7f3a05b46..436471303 100644 --- a/example/package.json +++ b/example/package.json @@ -38,7 +38,7 @@ "@rneui/base": "^4.0.0-rc.6", "react-native-safe-area-context": "^4.3.3", "react-native-screens": "^3.0.0", - "react-native-svg": "^12.1.0", + "react-native-svg": "^13.4.0", "react-native-vector-icons": "9.0.0" }, "optionalDependencies": {