From 4cbe5030899064d7526c6a00d361acee7180d2d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 18:19:02 +0000 Subject: [PATCH] Bump zustand from 4.5.1 to 4.5.2 Bumps [zustand](https://github.com/pmndrs/zustand) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v4.5.1...v4.5.2) --- updated-dependencies: - dependency-name: zustand dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f3ec28..ce27292 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "tailwind-merge": "^2.2.1", "tailwindcss-animate": "^1.0.7", "usehooks-ts": "^2.14.0", - "zustand": "^4.5.1" + "zustand": "^4.5.2" }, "devDependencies": { "@types/node": "^20.11.25", @@ -6695,9 +6695,9 @@ } }, "node_modules/zustand": { - "version": "4.5.1", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.1.tgz", - "integrity": "sha512-XlauQmH64xXSC1qGYNv00ODaQ3B+tNPoy22jv2diYiP4eoDKr9LA+Bh5Bc3gplTrFdb6JVI+N4kc1DZ/tbtfPg==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.2.tgz", + "integrity": "sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==", "dependencies": { "use-sync-external-store": "1.2.0" }, diff --git a/package.json b/package.json index 779be6b..11348b8 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "tailwind-merge": "^2.2.1", "tailwindcss-animate": "^1.0.7", "usehooks-ts": "^2.14.0", - "zustand": "^4.5.1" + "zustand": "^4.5.2" }, "devDependencies": { "@types/node": "^20.11.25",