From b72a8f68a177a977e04d26ace52f17d6f7ab8cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 18:48:56 +0000 Subject: [PATCH] chore(deps)(deps): bump zustand from 5.0.3 to 5.0.11 Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.3 to 5.0.11. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.3...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 c49f2a4..0efebfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "react-icons": "^5.5.0", "tailwind-merge": "^3.0.2", "uuid": "^11.1.0", - "zustand": "^5.0.3" + "zustand": "^5.0.11" }, "devDependencies": { "@eslint/eslintrc": "^3", @@ -7716,9 +7716,9 @@ } }, "node_modules/zustand": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.3.tgz", - "integrity": "sha512-14fwWQtU3pH4dE0dOpdMiWjddcH+QzKIgk1cl8epwSE7yag43k/AD/m4L6+K7DytAOr9gGBe3/EXj9g7cdostg==", + "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 697882f..0b86072 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react-icons": "^5.5.0", "tailwind-merge": "^3.0.2", "uuid": "^11.1.0", - "zustand": "^5.0.3" + "zustand": "^5.0.11" }, "devDependencies": { "@eslint/eslintrc": "^3",