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",