From 07d9135823cfed492db09434eaa877787fd02e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 02:28:35 +0000 Subject: [PATCH] build(deps): bump zustand from 5.0.9 to 5.0.10 Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.9 to 5.0.10. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.9...v5.0.10) --- updated-dependencies: - dependency-name: zustand dependency-version: 5.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",