From ad833ec82a39fbb56338f243ca625a8dbf5e77ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:55:44 +0000 Subject: [PATCH] Bump zustand from 4.5.7 to 5.0.8 in /apps/operator-dashboard Bumps [zustand](https://github.com/pmndrs/zustand) from 4.5.7 to 5.0.8. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/4.5.7...v5.0.8) --- updated-dependencies: - dependency-name: zustand dependency-version: 5.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/operator-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/operator-dashboard/package.json b/apps/operator-dashboard/package.json index db2167c..51e2920 100644 --- a/apps/operator-dashboard/package.json +++ b/apps/operator-dashboard/package.json @@ -12,7 +12,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.21.0", - "zustand": "^4.4.7", + "zustand": "^5.0.8", "swr": "^2.2.4", "zod": "^3.22.4", "lucide-react": "^0.303.0",