From f11b495326e64119ccefa0d4b98217a6acf64dcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 05:27:18 +0000 Subject: [PATCH] build(deps): bump react-native-svg in /apps/mobile Bumps [react-native-svg](https://github.com/react-native-community/react-native-svg) from 15.12.1 to 15.15.3. - [Release notes](https://github.com/react-native-community/react-native-svg/releases) - [Commits](https://github.com/react-native-community/react-native-svg/compare/v15.12.1...v15.15.3) --- updated-dependencies: - dependency-name: react-native-svg dependency-version: 15.15.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/mobile/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 1571b972..f3a4284e 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -39,7 +39,7 @@ "react-native-google-mobile-ads": "^16.0.3", "react-native-reanimated": "~4.1.1", "react-native-safe-area-context": "~5.6.0", - "react-native-svg": "15.12.1", + "react-native-svg": "15.15.3", "react-native-url-polyfill": "^3.0.0", "react-native-view-shot": "4.0.3" },