From 5d5697a56b14faca5162228bc84068615d098167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 21:37:32 +0000 Subject: [PATCH] chore(deps): bump zustand from 5.0.11 to 5.0.13 Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.11 to 5.0.13. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.11...v5.0.13) --- updated-dependencies: - dependency-name: zustand dependency-version: 5.0.13 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 d422136..1b08658 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react": "^18", "react-dom": "^18", "tailwind-merge": "^3.6.0", - "zustand": "^5.0.11" + "zustand": "^5.0.13" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13", @@ -8055,9 +8055,9 @@ } }, "node_modules/zustand": { - "version": "5.0.11", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.11.tgz", - "integrity": "sha512-fdZY+dk7zn/vbWNCYmzZULHRrss0jx5pPFiOuMZ/5HJN6Yv3u+1Wswy/4MpZEkEGhtNH+pwxZB8OKgUBPzYAGg==", + "version": "5.0.13", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.13.tgz", + "integrity": "sha512-efI2tVaVQPqtOh114loML/Z80Y4NP3yc+Ff0fYiZJPauNeWZeIp/bRFD7I9bfmCOYBh/PHxlglQ9+wvlwnPikQ==", "license": "MIT", "engines": { "node": ">=12.20.0" diff --git a/package.json b/package.json index 933ffe9..707c775 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react": "^18", "react-dom": "^18", "tailwind-merge": "^3.6.0", - "zustand": "^5.0.11" + "zustand": "^5.0.13" }, "devDependencies": { "@types/better-sqlite3": "^7.6.13",