From 982c502efac72d22eb512d86aae6b460826690f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 12:49:19 +0000 Subject: [PATCH] chore(deps): bump zustand from 5.0.11 to 5.0.12 in /ui/mobile Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.11 to 5.0.12. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.11...v5.0.12) --- updated-dependencies: - dependency-name: zustand dependency-version: 5.0.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/mobile/package-lock.json | 8 ++++---- ui/mobile/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",