From 2d17a73c99957dac68c4241541e1a17dc8f2bfd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 02:28:13 +0000 Subject: [PATCH] Bump zustand from 5.0.10 to 5.0.11 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] --- 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 34f5cd0..a8af535 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "serve": "^14.2.5", "typescript": "~5.9.3", "vite": "^7.3.0", - "zustand": "^5.0.10" + "zustand": "^5.0.11" }, "devDependencies": { "@types/node": "^25.2.3" @@ -3054,9 +3054,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/package.json b/package.json index 84a4f35..565fed1 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "serve": "^14.2.5", "typescript": "~5.9.3", "vite": "^7.3.0", - "zustand": "^5.0.10" + "zustand": "^5.0.11" }, "devDependencies": { "@types/node": "^25.2.3"