From 067f7763952d9746b725c9ba2223df915e92a200 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 11:12:50 -0500 Subject: [PATCH] chore(deps): bump zustand from 4.5.0 to 4.5.1 in /client (#836) Bumps [zustand](https://github.com/pmndrs/zustand) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v4.5.0...v4.5.1) --- 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 54e9d028f..ca182c996 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -18,7 +18,7 @@ "ssh2": "^1.15.0", "uuid": "^9.0.1", "vscode-languageclient": "^9.0.1", - "zustand": "^4.5.0" + "zustand": "^4.5.1" }, "devDependencies": { "@types/react": "^18.2.56", @@ -650,9 +650,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/zustand": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.0.tgz", - "integrity": "sha512-zlVFqS5TQ21nwijjhJlx4f9iGrXSL0o/+Dpy4txAP22miJ8Ti6c1Ol1RLNN98BMib83lmDH/2KmLwaNXpjrO1A==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.1.tgz", + "integrity": "sha512-XlauQmH64xXSC1qGYNv00ODaQ3B+tNPoy22jv2diYiP4eoDKr9LA+Bh5Bc3gplTrFdb6JVI+N4kc1DZ/tbtfPg==", "dependencies": { "use-sync-external-store": "1.2.0" }, diff --git a/client/package.json b/client/package.json index 5723fdd22..9cce72696 100644 --- a/client/package.json +++ b/client/package.json @@ -18,7 +18,7 @@ "ssh2": "^1.15.0", "uuid": "^9.0.1", "vscode-languageclient": "^9.0.1", - "zustand": "^4.5.0" + "zustand": "^4.5.1" }, "devDependencies": { "@types/react": "^18.2.56",