From 056e86886800d656b2e93dc6c9a00f406995fad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 03:37:24 +0800 Subject: [PATCH] chore(deps): bump zustand from 5.0.1 to 5.0.2 in /frontend (#36) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 9 +++++---- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 99fd0d2..dc521d4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -17,7 +17,7 @@ "react-dom": "^18.3.1", "react-router-dom": "^7.0.2", "sonner": "^1.7.0", - "zustand": "^5.0.1" + "zustand": "^5.0.2" }, "devDependencies": { "@eslint/js": "^9.16.0", @@ -5802,9 +5802,10 @@ } }, "node_modules/zustand": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.1.tgz", - "integrity": "sha512-pRET7Lao2z+n5R/HduXMio35TncTlSW68WsYBq2Lg1ASspsNGjpwLAsij3RpouyV6+kHMwwwzP0bZPD70/Jx/w==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.2.tgz", + "integrity": "sha512-8qNdnJVJlHlrKXi50LDqqUNmUbuBjoKLrYQBnoChIbVph7vni+sY+YpvdjXG9YLd/Bxr6scMcR+rm5H3aSqPaw==", + "license": "MIT", "engines": { "node": ">=12.20.0" }, diff --git a/frontend/package.json b/frontend/package.json index 2db8cf4..b9b9af9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -23,7 +23,7 @@ "react-dom": "^18.3.1", "react-router-dom": "^7.0.2", "sonner": "^1.7.0", - "zustand": "^5.0.1" + "zustand": "^5.0.2" }, "devDependencies": { "@eslint/js": "^9.16.0",