From d2d49bcd0332ba503b673d8389c9ef3646910b94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:34:37 +0000 Subject: [PATCH] Bump zustand from 4.5.0 to 4.5.1 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] --- 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 d1004c8..50d93bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "unsplash-js": "^7.0.19", "usehooks-ts": "^2.9.2", "zod": "^3.22.4", - "zustand": "^4.4.7" + "zustand": "^4.5.1" }, "devDependencies": { "@next/eslint-plugin-next": "^14.1.0", @@ -7005,9 +7005,9 @@ } }, "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/package.json b/package.json index d234cab..8ced143 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "unsplash-js": "^7.0.19", "usehooks-ts": "^2.9.2", "zod": "^3.22.4", - "zustand": "^4.4.7" + "zustand": "^4.5.1" }, "devDependencies": { "@next/eslint-plugin-next": "^14.1.0",