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",