From 3288e610cb96df34b0ec1ec1aee532373e9b3c6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 00:15:05 +0800 Subject: [PATCH] chore(deps): bump zustand from 5.0.2 to 5.0.3 in /client (#96) Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.2 to 5.0.3. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.2...v5.0.3) --- updated-dependencies: - dependency-name: zustand 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> --- client/package-lock.json | 9 ++++----- client/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index ce1d91a..904d49f 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -17,7 +17,7 @@ "react-router-dom": "^7.1.1", "react-tooltip": "^5.28.0", "sonner": "^1.7.1", - "zustand": "^5.0.2" + "zustand": "^5.0.3" }, "devDependencies": { "@eslint/js": "^9.17.0", @@ -6311,10 +6311,9 @@ } }, "node_modules/zustand": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.2.tgz", - "integrity": "sha512-8qNdnJVJlHlrKXi50LDqqUNmUbuBjoKLrYQBnoChIbVph7vni+sY+YpvdjXG9YLd/Bxr6scMcR+rm5H3aSqPaw==", - "license": "MIT", + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.3.tgz", + "integrity": "sha512-14fwWQtU3pH4dE0dOpdMiWjddcH+QzKIgk1cl8epwSE7yag43k/AD/m4L6+K7DytAOr9gGBe3/EXj9g7cdostg==", "engines": { "node": ">=12.20.0" }, diff --git a/client/package.json b/client/package.json index 6477393..af16e7d 100644 --- a/client/package.json +++ b/client/package.json @@ -24,7 +24,7 @@ "react-router-dom": "^7.1.1", "react-tooltip": "^5.28.0", "sonner": "^1.7.1", - "zustand": "^5.0.2" + "zustand": "^5.0.3" }, "devDependencies": { "@eslint/js": "^9.17.0",