From 3771e6b11987537733f0805564b19f3d7584e932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 12:26:17 +0000 Subject: [PATCH] chore(deps): bump react-native-svg from 13.6.0 to 15.13.0 Bumps [react-native-svg](https://github.com/react-native-community/react-native-svg) from 13.6.0 to 15.13.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.6.0...v15.13.0) --- updated-dependencies: - dependency-name: react-native-svg dependency-version: 15.13.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 58671a5..3c1fac0 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "react-native-screens": "^3.15.0", "react-native-skeleton-placeholder": "^5.2.4", "react-native-splash-screen": "^3.3.0", - "react-native-svg": "13.6.0", + "react-native-svg": "15.13.0", "react-native-tab-view": "^3.3.4", "react-native-toast-message": "^2.1.5", "react-native-webview": "^11.25.0", diff --git a/yarn.lock b/yarn.lock index b39e805..87d526e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9261,13 +9261,14 @@ react-native-splash-screen@^3.3.0: resolved "https://registry.yarnpkg.com/react-native-splash-screen/-/react-native-splash-screen-3.3.0.tgz#3af71ed17afe50fee69590a45aec399d071ead02" integrity sha512-rGjt6HkoSXxMqH4SQUJ1gnPQlPJV8+J47+4yhgTIan4bVvAwJhEeJH7wWt9hXSdH4+VfwTS0GTaflj1Tw83IhA== -react-native-svg@13.6.0: - version "13.6.0" - resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-13.6.0.tgz#46e95a44aabbd778db7c46d8a1047da376b28058" - integrity sha512-1wjHCMJ8siyZbDZ0MX5wM+Jr7YOkb6GADn4/Z+/u1UwJX8WfjarypxDF3UO1ugMHa+7qor39oY+URMcrgPpiww== +react-native-svg@15.13.0: + version "15.13.0" + resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-15.13.0.tgz#5244b03ff6fa4c8ac7c8586d73cf8d1f4f665236" + integrity sha512-/YPK+PAAXg4T0x2d2vYPvqqAhOYid2bRKxUVT7STIyd1p2JxWmsGQkfZxXCkEFN7TwLfIyVlT5RimT91Pj/qXw== dependencies: css-select "^5.1.0" css-tree "^1.1.3" + warn-once "0.1.1" react-native-tab-view@^3.3.4: version "3.5.1" @@ -11047,7 +11048,7 @@ walker@^1.0.7, walker@^1.0.8: dependencies: makeerror "1.0.12" -warn-once@^0.1.0: +warn-once@0.1.1, warn-once@^0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/warn-once/-/warn-once-0.1.1.tgz#952088f4fb56896e73fd4e6a3767272a3fccce43" integrity sha512-VkQZJbO8zVImzYFteBXvBOZEl1qL175WH8VmZcxF2fZAoudNhNDvHi+doCaAEdU2l2vtcIwa2zn0QK5+I1HQ3Q==