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