From 9874dbb5fe9015c7b0f7ff0af9d9c79d29130bac Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 08:45:10 +0000 Subject: [PATCH] Build(deps): Bump zustand from 2.2.3 to 3.5.4 Bumps [zustand](https://github.com/pmndrs/zustand) from 2.2.3 to 3.5.4. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/commits/v3.5.4) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e1073ef..33adfd01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21108,9 +21108,9 @@ "integrity": "sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==" }, "zustand": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-2.2.3.tgz", - "integrity": "sha512-SSd5DzbwUN0b8ePW4I+8mSdXQc6UOqTgYzlMtoNvf7pogmFoXjeE0wZwCVopoZBnzz/uRBD2dsozzM2FXDQcXw==" + "version": "3.5.4", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-3.5.4.tgz", + "integrity": "sha512-EtS3D83il8eiydRS+xUcpczffT0MpD9ePIqAT10ns2tfzPvq85nmMmYJl9mOLOJjPLaXAMK8lgk0iCz2h7CxGg==" } } } diff --git a/package.json b/package.json index 1b6b155a..3772db0c 100644 --- a/package.json +++ b/package.json @@ -98,6 +98,6 @@ "tailwindcss": "1.4.6", "three": "0.116.1", "typescript": "3.8.3", - "zustand": "2.2.3" + "zustand": "3.5.4" } }