From 8e42e1b4a8366cd582c3f3bebe4417ed7842b5cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 09:03:35 +0000 Subject: [PATCH] chore(deps): bump zustand from 5.0.11 to 5.0.14 Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.11 to 5.0.14. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.11...v5.0.14) --- updated-dependencies: - dependency-name: zustand dependency-version: 5.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 111cf04..dc242ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "remark-gfm": "^4.0.1", "sql-formatter": "^15.8.2", "xlsx": "^0.18.5", - "zustand": "^5.0.11" + "zustand": "^5.0.14" }, "devDependencies": { "@eslint/js": "^9.39.2", @@ -8260,9 +8260,10 @@ } }, "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.14", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.14.tgz", + "integrity": "sha512-/8tAspM5LMPr28b3fwLYrtdj77ECpfZviaP75CMTnwO8ISyaE4GDIG/9rDDYq/cH9D2Xw2A2RXglLInmVBQB/g==", + "license": "MIT", "engines": { "node": ">=12.20.0" }, diff --git a/package.json b/package.json index 9ba24a3..8167222 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "remark-gfm": "^4.0.1", "sql-formatter": "^15.8.2", "xlsx": "^0.18.5", - "zustand": "^5.0.11" + "zustand": "^5.0.14" }, "devDependencies": { "@eslint/js": "^9.39.2",