From e250408c2200ec8d77dddfd1189655d2f53d3363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 02:19:38 +0000 Subject: [PATCH] chore(deps): bump zustand from 5.0.10 to 5.0.11 in /client Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.10 to 5.0.11. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.10...v5.0.11) --- updated-dependencies: - dependency-name: zustand dependency-version: 5.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 93631ac..82152f3 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -26,7 +26,7 @@ "react-router-dom": "^6.28.0", "recharts": "^3.7.0", "tailwind-merge": "^3.4.0", - "zustand": "^5.0.10" + "zustand": "^5.0.11" }, "devDependencies": { "@eslint/js": "^9.39.1", @@ -5387,9 +5387,9 @@ } }, "node_modules/zustand": { - "version": "5.0.10", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.10.tgz", - "integrity": "sha512-U1AiltS1O9hSy3rul+Ub82ut2fqIAefiSuwECWt6jlMVUGejvf+5omLcRBSzqbRagSM3hQZbtzdeRc6QVScXTg==", + "version": "5.0.11", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.11.tgz", + "integrity": "sha512-fdZY+dk7zn/vbWNCYmzZULHRrss0jx5pPFiOuMZ/5HJN6Yv3u+1Wswy/4MpZEkEGhtNH+pwxZB8OKgUBPzYAGg==", "license": "MIT", "engines": { "node": ">=12.20.0" diff --git a/client/package.json b/client/package.json index 271c8e5..1a259cc 100644 --- a/client/package.json +++ b/client/package.json @@ -28,7 +28,7 @@ "react-router-dom": "^6.28.0", "recharts": "^3.7.0", "tailwind-merge": "^3.4.0", - "zustand": "^5.0.10" + "zustand": "^5.0.11" }, "devDependencies": { "@eslint/js": "^9.39.1",