From a9f0110ff5625471a0532dc54c7662438b20be95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 18:28:28 +0000 Subject: [PATCH] ci(dependabot):(deps): bump zustand from 4.5.0 to 4.5.2 Bumps [zustand](https://github.com/pmndrs/zustand) from 4.5.0 to 4.5.2. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v4.5.0...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 0d3329f..1b3670d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "react-konami-code": "^2.3.0", "react-snowfall": "^2.1.0", "react-toastify": "^10.0.4", - "zustand": "^4.5.0" + "zustand": "^4.5.2" }, "devDependencies": { "@redux-devtools/extension": "^3.3.0", @@ -5731,9 +5731,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.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 bced7d6..7055d9c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "react-konami-code": "^2.3.0", "react-snowfall": "^2.1.0", "react-toastify": "^10.0.4", - "zustand": "^4.5.0" + "zustand": "^4.5.2" }, "devDependencies": { "@redux-devtools/extension": "^3.3.0",