diff --git a/package-lock.json b/package-lock.json index 11f0441..0f1585d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "simple-git": "^3.30.0", "tailwind-merge": "^3.4.0", "zod": "^4.3.5", - "zustand": "^5.0.9" + "zustand": "^5.0.10" }, "devDependencies": { "@electron-toolkit/utils": "^4.0.0", @@ -13152,9 +13152,9 @@ } }, "node_modules/zustand": { - "version": "5.0.9", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.9.tgz", - "integrity": "sha512-ALBtUj0AfjJt3uNRQoL1tL2tMvj6Gp/6e39dnfT6uzpelGru8v1tPOGBzayOWbPJvujM8JojDk3E1LxeFisBNg==", + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.10.tgz", + "integrity": "sha512-U1AiltS1O9hSy3rul+Ub82ut2fqIAefiSuwECWt6jlMVUGejvf+5omLcRBSzqbRagSM3hQZbtzdeRc6QVScXTg==", "license": "MIT", "engines": { "node": ">=12.20.0" diff --git a/package.json b/package.json index 32f1c84..631cf59 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "simple-git": "^3.30.0", "tailwind-merge": "^3.4.0", "zod": "^4.3.5", - "zustand": "^5.0.9" + "zustand": "^5.0.10" }, "devDependencies": { "@electron-toolkit/utils": "^4.0.0",