From f13789b07a1830f6e6a456fa68d703d7f23be881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:15:44 -0500 Subject: [PATCH] chore(deps): bump zustand from 5.0.0 to 5.0.2 in /client (#1316) Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.0 to 5.0.2. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.0...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> --- 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 3814f9c3b..881521437 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -18,7 +18,7 @@ "ssh2": "^1.15.0", "uuid": "^11.0.2", "vscode-languageclient": "^10.0.0-next.2", - "zustand": "^5.0.0" + "zustand": "^5.0.2" }, "devDependencies": { "@types/react": "^18.3.3", @@ -950,9 +950,9 @@ "license": "MIT" }, "node_modules/zustand": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.0.tgz", - "integrity": "sha512-LE+VcmbartOPM+auOjCCLQOsQ05zUTp8RkgwRzefUk+2jISdMMFnxvyTjA4YNWr5ZGXYbVsEMZosttuxUBkojQ==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.2.tgz", + "integrity": "sha512-8qNdnJVJlHlrKXi50LDqqUNmUbuBjoKLrYQBnoChIbVph7vni+sY+YpvdjXG9YLd/Bxr6scMcR+rm5H3aSqPaw==", "engines": { "node": ">=12.20.0" }, diff --git a/client/package.json b/client/package.json index 4e0a88b04..1be025925 100644 --- a/client/package.json +++ b/client/package.json @@ -18,7 +18,7 @@ "ssh2": "^1.15.0", "uuid": "^11.0.2", "vscode-languageclient": "^10.0.0-next.2", - "zustand": "^5.0.0" + "zustand": "^5.0.2" }, "devDependencies": { "@types/react": "^18.3.3",