From 5f5d2e47d1f0d6f654f9bf20a6c86b211940ca5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 04:13:46 +0000 Subject: [PATCH] Bump react-native-svg from 14.1.0 to 15.14.0 in /enatega-multivendor-app Bumps [react-native-svg](https://github.com/react-native-community/react-native-svg) from 14.1.0 to 15.14.0. - [Release notes](https://github.com/react-native-community/react-native-svg/releases) - [Commits](https://github.com/react-native-community/react-native-svg/compare/v14.1.0...v15.14.0) --- updated-dependencies: - dependency-name: react-native-svg dependency-version: 15.14.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- enatega-multivendor-app/package-lock.json | 12 +++++++----- enatega-multivendor-app/package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/enatega-multivendor-app/package-lock.json b/enatega-multivendor-app/package-lock.json index da4b84d..bd46df7 100644 --- a/enatega-multivendor-app/package-lock.json +++ b/enatega-multivendor-app/package-lock.json @@ -75,7 +75,7 @@ "react-native-safe-area-context": "4.8.2", "react-native-screens": "~3.29.0", "react-native-star-rating": "^1.1.0", - "react-native-svg": "14.1.0", + "react-native-svg": "15.14.0", "react-native-webview": "13.6.4", "react-navigation-collapsible": "^6.3.0", "rn-placeholder": "^3.0.1", @@ -15283,12 +15283,14 @@ } }, "node_modules/react-native-svg": { - "version": "14.1.0", - "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-14.1.0.tgz", - "integrity": "sha512-HeseElmEk+AXGwFZl3h56s0LtYD9HyGdrpg8yd9QM26X+d7kjETrRQ9vCjtxuT5dCZEIQ5uggU1dQhzasnsCWA==", + "version": "15.14.0", + "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.14.0.tgz", + "integrity": "sha512-B3gYc7WztcOT4N54AtUutbe0Nuqqh/nkresY0fAXzUHYLsWuIu/yGiCCD3DKfAs6GLv5LFtWTu7N333Q+e3bkg==", + "license": "MIT", "dependencies": { "css-select": "^5.1.0", - "css-tree": "^1.1.3" + "css-tree": "^1.1.3", + "warn-once": "0.1.1" }, "peerDependencies": { "react": "*", diff --git a/enatega-multivendor-app/package.json b/enatega-multivendor-app/package.json index ea69527..4bebcf6 100644 --- a/enatega-multivendor-app/package.json +++ b/enatega-multivendor-app/package.json @@ -100,7 +100,7 @@ "react-native-safe-area-context": "4.8.2", "react-native-screens": "~3.29.0", "react-native-star-rating": "^1.1.0", - "react-native-svg": "14.1.0", + "react-native-svg": "15.14.0", "react-native-webview": "13.6.4", "react-navigation-collapsible": "^6.3.0", "rn-placeholder": "^3.0.1",