From 5c43ad96e7f438d7f15cf24966751f56e236ea96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 13:50:46 +0000 Subject: [PATCH] chore(deps): bump zustand from 5.0.5 to 5.0.6 in /client Bumps [zustand](https://github.com/pmndrs/zustand) from 5.0.5 to 5.0.6. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.5...v5.0.6) --- updated-dependencies: - dependency-name: zustand dependency-version: 5.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 725d7baf9..70cb2e05b 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -20,7 +20,7 @@ "ssh2": "^1.16.0", "uuid": "^11.1.0", "vscode-languageclient": "^10.0.0-next.2", - "zustand": "^5.0.5" + "zustand": "^5.0.6" }, "devDependencies": { "@types/react": "^18.3.3", @@ -1112,10 +1112,9 @@ "license": "MIT" }, "node_modules/zustand": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.5.tgz", - "integrity": "sha512-mILtRfKW9xM47hqxGIxCv12gXusoY/xTSHBYApXozR0HmQv299whhBeeAcRy+KrPPybzosvJBCOmVjq6x12fCg==", - "license": "MIT", + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.6.tgz", + "integrity": "sha512-ihAqNeUVhe0MAD+X8M5UzqyZ9k3FFZLBTtqo6JLPwV53cbRB/mJwBI0PxcIgqhBBHlEs8G45OTDTMq3gNcLq3A==", "engines": { "node": ">=12.20.0" }, diff --git a/client/package.json b/client/package.json index 6196b1c62..01e3ee633 100644 --- a/client/package.json +++ b/client/package.json @@ -20,7 +20,7 @@ "ssh2": "^1.16.0", "uuid": "^11.1.0", "vscode-languageclient": "^10.0.0-next.2", - "zustand": "^5.0.5" + "zustand": "^5.0.6" }, "devDependencies": { "@types/react": "^18.3.3",