From 6f760e13ed4b21b760ac7ea7c7e89d0272bb9e46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 01:36:49 +0000 Subject: [PATCH] chore(deps): Bump react-native-svg from 13.14.0 to 14.0.0 Bumps [react-native-svg](https://github.com/react-native-community/react-native-svg) from 13.14.0 to 14.0.0. - [Release notes](https://github.com/react-native-community/react-native-svg/releases) - [Commits](https://github.com/react-native-community/react-native-svg/compare/v13.14.0...v14.0.0) --- updated-dependencies: - dependency-name: react-native-svg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ef90f586..e8c717c6 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "react-native-mmkv": "^2.11.0", "react-native-safe-area-context": "^4.7.4", "react-native-screens": "^3.27.0", - "react-native-svg": "^13.14.0", + "react-native-svg": "^14.0.0", "react-native-toast-message": "^2.1.7", "react-native-vector-icons": "^10.0.2", "react-native-version-number": "^0.3.6", diff --git a/yarn.lock b/yarn.lock index b91dd27c..80c90caf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8938,10 +8938,10 @@ react-native-screens@^3.27.0: react-freeze "^1.0.0" warn-once "^0.1.0" -react-native-svg@^13.14.0: - version "13.14.0" - resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-13.14.0.tgz#879930cfe10e877e51ebb77dfcc2cd65fc6b0d21" - integrity sha512-27ZnxUkHgWICimhuj6MuqBkISN53lVvgWJB7pIypjXysAyM+nqgQBPh4vXg+7MbqLBoYvR4PiBgKfwwGAqVxHg== +react-native-svg@^14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-14.0.0.tgz#ea1974dec9a91a09c6a38b7bf58d85e857c291f5" + integrity sha512-17W/gWXRUMS7p7PSHu/WyGkZUc1NzRTGxxXc0VqBLjzKSchyb0EmgsiWf9aKmfC6gmY0wcsmKZcGV41bCcNfBA== dependencies: css-select "^5.1.0" css-tree "^1.1.3"