diff --git a/mobile/package-lock.json b/mobile/package-lock.json index fcd8219..686590e 100644 --- a/mobile/package-lock.json +++ b/mobile/package-lock.json @@ -26,7 +26,7 @@ "react-native": "0.81.5", "react-native-safe-area-context": "~5.6.0", "react-native-screens": "~4.16.0", - "react-native-svg": "~15.8.0", + "react-native-svg": "~15.15.0", "react-native-webview": "13.15.0" }, "devDependencies": { @@ -7911,9 +7911,9 @@ } }, "node_modules/react-native-svg": { - "version": "15.8.0", - "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.8.0.tgz", - "integrity": "sha512-KHJzKpgOjwj1qeZzsBjxNdoIgv2zNCO9fVcoq2TEhTRsVV5DGTZ9JzUZwybd7q4giT/H3RdtqC3u44dWdO0Ffw==", + "version": "15.15.4", + "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.15.4.tgz", + "integrity": "sha512-boT/vIRgj6zZKBpfTPJJiYWMbZE9duBMOwPK6kCSTgxsS947IFMOq9OgIFkpWZTB7t229H24pDRkh3W9ZK/J1A==", "license": "MIT", "dependencies": { "css-select": "^5.1.0", diff --git a/mobile/package.json b/mobile/package.json index cfd9dda..3d51ef1 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -27,7 +27,7 @@ "react-native": "0.81.5", "react-native-safe-area-context": "~5.6.0", "react-native-screens": "~4.16.0", - "react-native-svg": "~15.8.0", + "react-native-svg": "~15.15.0", "react-native-webview": "13.15.0", "@maplibre/maplibre-react-native": "~11.0.0" },