diff --git a/dev-client/package-lock.json b/dev-client/package-lock.json index 630ac8b1c..3c0ed6a0f 100644 --- a/dev-client/package-lock.json +++ b/dev-client/package-lock.json @@ -54,7 +54,7 @@ "react-native-reanimated": "^3.14.0", "react-native-safe-area-context": "^4.10.8", "react-native-screens": "^3.32.0", - "react-native-svg": "^15.3.0", + "react-native-svg": "^15.4.0", "react-native-tab-view": "^3.5.2", "terraso-client-shared": "github:techmatters/terraso-client-shared#0fd354a7a42f2d0317f5add48b016e62acb29a5b", "uuid": "^10.0.0", @@ -22931,13 +22931,13 @@ } }, "node_modules/react-native-svg": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.3.0.tgz", - "integrity": "sha512-mBHu/fdlzUbpGX8SZFxgbKvK/sgqLfDLP8uh8G7Us+zJgdjO8OSEeqHQs+kPRdQmdLJQiqPJX2WXgCl7ToTWqw==", - "license": "MIT", + "version": "15.4.0", + "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.4.0.tgz", + "integrity": "sha512-zkBEbme/Dba4yqreg/oI2P6/6LrLywWY7HhaSwpU7Pb5COpTd2fV6/ShsgZz8GRFFdidUPwWmx01FITUsjhkmw==", "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/dev-client/package.json b/dev-client/package.json index ad97a83a4..5777c74fa 100644 --- a/dev-client/package.json +++ b/dev-client/package.json @@ -63,7 +63,7 @@ "react-native-reanimated": "^3.14.0", "react-native-safe-area-context": "^4.10.8", "react-native-screens": "^3.32.0", - "react-native-svg": "^15.3.0", + "react-native-svg": "^15.4.0", "react-native-tab-view": "^3.5.2", "terraso-client-shared": "github:techmatters/terraso-client-shared#0fd354a7a42f2d0317f5add48b016e62acb29a5b", "uuid": "^10.0.0",