From cee12ba8cda623f622afeeb86b880ddf603d9392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:08:48 +0000 Subject: [PATCH] chore(deps): bump zustand from 5.0.9 to 5.0.12 in /frontend Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.9 to 5.0.12. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.9...v5.0.12) --- updated-dependencies: - dependency-name: zustand dependency-version: 5.0.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 9 +++++---- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index abaa697..ea6fa4d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -22,7 +22,7 @@ "react-dom": "^19.2.3", "react-markdown": "^10.1.0", "tailwind-merge": "^3.4.0", - "zustand": "^5.0.8" + "zustand": "^5.0.12" }, "devDependencies": { "@eslint/eslintrc": "^3", @@ -8283,9 +8283,10 @@ } }, "node_modules/zustand": { - "version": "5.0.9", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.9.tgz", - "integrity": "sha512-ALBtUj0AfjJt3uNRQoL1tL2tMvj6Gp/6e39dnfT6uzpelGru8v1tPOGBzayOWbPJvujM8JojDk3E1LxeFisBNg==", + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.12.tgz", + "integrity": "sha512-i77ae3aZq4dhMlRhJVCYgMLKuSiZAaUPAct2AksxQ+gOtimhGMdXljRT21P5BNpeT4kXlLIckvkPM029OljD7g==", + "license": "MIT", "engines": { "node": ">=12.20.0" }, diff --git a/frontend/package.json b/frontend/package.json index 0b94883..d76f541 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "react-dom": "^19.2.3", "react-markdown": "^10.1.0", "tailwind-merge": "^3.4.0", - "zustand": "^5.0.8" + "zustand": "^5.0.12" }, "devDependencies": { "@eslint/eslintrc": "^3",