From a59c142af4786aeca1031e635e3f9313eb6a9f5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:08:51 +0000 Subject: [PATCH] chore(deps): Bump zustand from 5.0.1 to 5.0.2 Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: zustand dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ddea823..a9f7bdf 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "sudoku": "^0.0.3", "swiper": "11.1.15", "uniqid": "^5.4.0", - "zustand": "5.0.1" + "zustand": "5.0.2" }, "scripts": { "dev": "vite",