From cc7afb7a0841d3c31616c62e3a8fbab55a2139bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 09:55:45 +0000 Subject: [PATCH] Bump zustand from 5.0.3 to 5.0.7 in /client Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.3 to 5.0.7. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.3...v5.0.7) --- updated-dependencies: - dependency-name: zustand dependency-version: 5.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index d2073de..ce7c2bd 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -15,7 +15,7 @@ "react": "^19.1.0", "react-dom": "^19.1.0", "react-scripts": "5.0.1", - "zustand": "^5.0.3" + "zustand": "^5.0.7" }, "devDependencies": { "@types/react": "^19.0.12", @@ -18313,9 +18313,9 @@ } }, "node_modules/zustand": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.3.tgz", - "integrity": "sha512-14fwWQtU3pH4dE0dOpdMiWjddcH+QzKIgk1cl8epwSE7yag43k/AD/m4L6+K7DytAOr9gGBe3/EXj9g7cdostg==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.7.tgz", + "integrity": "sha512-Ot6uqHDW/O2VdYsKLLU8GQu8sCOM1LcoE8RwvLv9uuRT9s6SOHCKs0ZEOhxg+I1Ld+A1Q5lwx+UlKXXUoCZITg==", "license": "MIT", "engines": { "node": ">=12.20.0" diff --git a/client/package.json b/client/package.json index f46b2ad..8d37a8d 100644 --- a/client/package.json +++ b/client/package.json @@ -33,7 +33,7 @@ "react": "^19.1.0", "react-dom": "^19.1.0", "react-scripts": "5.0.1", - "zustand": "^5.0.3" + "zustand": "^5.0.7" }, "devDependencies": { "@types/react": "^19.0.12",