From 9b0448cd3bad8cbff7a7ea92f4ed635f3495b961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 14:53:12 +0200 Subject: [PATCH] chore(deps): bump zustand from 5.0.12 to 5.0.13 in /frontend (#250) Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.12 to 5.0.13. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.12...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 974b0b0..b68e525 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -14,7 +14,7 @@ "next": "16.2.6", "react": "19.2.5", "react-dom": "19.2.5", - "zustand": "^5.0.12" + "zustand": "^5.0.13" }, "devDependencies": { "@tailwindcss/postcss": "^4", @@ -10912,9 +10912,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.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/frontend/package.json b/frontend/package.json index 625e74f..7d65479 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "next": "16.2.6", "react": "19.2.5", "react-dom": "19.2.5", - "zustand": "^5.0.12" + "zustand": "^5.0.13" }, "devDependencies": { "@tailwindcss/postcss": "^4",