From e9068ef92e294e2488b20f6149e51322aa3980cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:27:34 +0000 Subject: [PATCH] chore(deps): Bump zustand from 5.0.11 to 5.0.14 in /frontend 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] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1f5f3a6..718f7a8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,7 +14,7 @@ "motion": "^12.42.2", "react": "^19.2.0", "react-dom": "^19.2.0", - "zustand": "^5.0.11" + "zustand": "^5.0.14" }, "devDependencies": { "@eslint/js": "^9.39.1", @@ -7661,9 +7661,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.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/frontend/package.json b/frontend/package.json index 8cf0da2..30f824b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,7 +18,7 @@ "motion": "^12.42.2", "react": "^19.2.0", "react-dom": "^19.2.0", - "zustand": "^5.0.11" + "zustand": "^5.0.14" }, "devDependencies": { "@eslint/js": "^9.39.1",