From 3cba75812c7f3ef9b1b3d8e975703021ddb6dc07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 08:18:43 +0000 Subject: [PATCH] chore(deps): bump zustand from 5.0.12 to 5.0.14 in /frontend Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.12 to 5.0.14. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.12...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 807766c..6280eb8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -28,7 +28,7 @@ "tailwindcss-animate": "^1.0.7", "tw-animate-css": "^1.4.0", "zod": "^4.3.6", - "zustand": "^5.0.12" + "zustand": "^5.0.14" }, "devDependencies": { "@types/node": "^20", @@ -9954,9 +9954,9 @@ } }, "node_modules/zustand": { - "version": "5.0.12", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.12.tgz", - "integrity": "sha512-i77ae3aZq4dhMlRhJVCYgMLKuSiZAaUPAct2AksxQ+gOtimhGMdXljRT21P5BNpeT4kXlLIckvkPM029OljD7g==", + "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 afca08b..bc7047c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ "tailwindcss-animate": "^1.0.7", "tw-animate-css": "^1.4.0", "zod": "^4.3.6", - "zustand": "^5.0.12" + "zustand": "^5.0.14" }, "devDependencies": { "@types/node": "^20",