From 25777cafb5dd3aada1e24763cc257322fe889c5a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 08:31:26 +0000 Subject: [PATCH] Build(deps): Bump zustand from 2.2.3 to 3.5.7 Bumps [zustand](https://github.com/pmndrs/zustand) from 2.2.3 to 3.5.7. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/commits/v3.5.7) 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..6065f209 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.7", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-3.5.7.tgz", + "integrity": "sha512-DlVFXJavIHyXTOGz6dB+8QHZsPyJcGJSEBtlp2Ivmd5SwtlCnhPo3L8LB6YRfAOJC2PbqzgoD8NMjk+y+vIF0g==" } } } diff --git a/package.json b/package.json index 1b6b155a..7d51d3c2 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.7" } }