diff --git a/ui/mobile/package-lock.json b/ui/mobile/package-lock.json index 4e7d37576..de995131b 100644 --- a/ui/mobile/package-lock.json +++ b/ui/mobile/package-lock.json @@ -29,7 +29,7 @@ "react-native-wifi-reborn": "^4.13.6", "three": "^0.183.2", "victory-native": "^41.20.2", - "zustand": "^5.0.11" + "zustand": "^5.0.12" }, "devDependencies": { "@testing-library/jest-native": "^5.4.3", @@ -16521,9 +16521,9 @@ } }, "node_modules/zustand": { - "version": "5.0.11", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.11.tgz", - "integrity": "sha512-fdZY+dk7zn/vbWNCYmzZULHRrss0jx5pPFiOuMZ/5HJN6Yv3u+1Wswy/4MpZEkEGhtNH+pwxZB8OKgUBPzYAGg==", + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.12.tgz", + "integrity": "sha512-i77ae3aZq4dhMlRhJVCYgMLKuSiZAaUPAct2AksxQ+gOtimhGMdXljRT21P5BNpeT4kXlLIckvkPM029OljD7g==", "license": "MIT", "engines": { "node": ">=12.20.0" diff --git a/ui/mobile/package.json b/ui/mobile/package.json index ad5f1248e..c82a80ef4 100644 --- a/ui/mobile/package.json +++ b/ui/mobile/package.json @@ -32,7 +32,7 @@ "react-native-wifi-reborn": "^4.13.6", "three": "^0.183.2", "victory-native": "^41.20.2", - "zustand": "^5.0.11" + "zustand": "^5.0.12" }, "devDependencies": { "@testing-library/jest-native": "^5.4.3",