From 4fe8b4d4b583f5996352a852ce6239da64d01cd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 12:48:44 +0000 Subject: [PATCH] chore(deps): bump zustand in /frontend in the frontend-minor-patch group Bumps the frontend-minor-patch group in /frontend with 1 update: [zustand](https://github.com/pmndrs/zustand). Updates `zustand` from 5.0.13 to 5.0.15 - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.13...v5.0.15) --- updated-dependencies: - dependency-name: zustand dependency-version: 5.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: frontend-minor-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 89624e3d93..1bb23e19dd 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,7 +20,7 @@ "react-dom": "^18.3.1", "react-i18next": "^14.0.0", "react-router-dom": "^6.27.0", - "zustand": "^5.0.13" + "zustand": "^5.0.15" }, "devDependencies": { "@types/react": "^18.3.12", @@ -2333,9 +2333,9 @@ "license": "ISC" }, "node_modules/zustand": { - "version": "5.0.13", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.13.tgz", - "integrity": "sha512-efI2tVaVQPqtOh114loML/Z80Y4NP3yc+Ff0fYiZJPauNeWZeIp/bRFD7I9bfmCOYBh/PHxlglQ9+wvlwnPikQ==", + "version": "5.0.15", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.15.tgz", + "integrity": "sha512-MpSEjRiBkA9crSYeOUH32rJC7SVqAbm0Fqcqge/bUi2PPoLcBWKOsG+C8mevmpr8TwXHBVkChbbJiyvkE+i/3A==", "license": "MIT", "engines": { "node": ">=12.20.0" diff --git a/frontend/package.json b/frontend/package.json index 9f2fb2eae7..851044a867 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,7 +22,7 @@ "react-dom": "^18.3.1", "react-i18next": "^14.0.0", "react-router-dom": "^6.27.0", - "zustand": "^5.0.13" + "zustand": "^5.0.15" }, "devDependencies": { "@types/react": "^18.3.12",