diff --git a/ui/mobile/package-lock.json b/ui/mobile/package-lock.json index 683d69d8..d17d4cec 100644 --- a/ui/mobile/package-lock.json +++ b/ui/mobile/package-lock.json @@ -28,7 +28,7 @@ "react-native-webview": "13.16.0", "react-native-wifi-reborn": "^4.13.6", "three": "^0.183.2", - "victory-native": "^41.20.2", + "victory-native": "^41.20.3", "zustand": "^5.0.12" }, "devDependencies": { @@ -16677,9 +16677,9 @@ } }, "node_modules/victory-native": { - "version": "41.20.2", - "resolved": "https://registry.npmjs.org/victory-native/-/victory-native-41.20.2.tgz", - "integrity": "sha512-gc6DPnfoAHYnaWndXfrITlBvKdLKtoq3J4muBn/Sawu528+MfByAI8LlJBboDGHE1rLBWsgiS58h67D3Ulmtqg==", + "version": "41.20.3", + "resolved": "https://registry.npmjs.org/victory-native/-/victory-native-41.20.3.tgz", + "integrity": "sha512-cpl5HGcuTbBqc60pxJIxQr6fjJWuKEfxAVgs1TkRXkpVnb480Ty3nYQdAoaqENbkH2FlXibUFI2G7XeNGEOX7Q==", "license": "MIT", "dependencies": { "d3-scale": "^4.0.2", @@ -16689,7 +16689,7 @@ "react-fast-compare": "^3.2.2" }, "peerDependencies": { - "@shopify/react-native-skia": ">=1.2.3", + "@shopify/react-native-skia": ">=1.2.3 <3.0.0", "react": "*", "react-native": "*", "react-native-gesture-handler": ">=2.0.0", diff --git a/ui/mobile/package.json b/ui/mobile/package.json index d00ded5e..5e537c0a 100644 --- a/ui/mobile/package.json +++ b/ui/mobile/package.json @@ -31,7 +31,7 @@ "react-native-webview": "13.16.0", "react-native-wifi-reborn": "^4.13.6", "three": "^0.183.2", - "victory-native": "^41.20.2", + "victory-native": "^41.20.3", "zustand": "^5.0.12" }, "devDependencies": {