Bump zustand from 4.2.0 to 4.3.1

Bumps [zustand](https://github.com/pmndrs/zustand) from 4.2.0 to 4.3.1.
- [Release notes](https://github.com/pmndrs/zustand/releases)
- [Commits](https://github.com/pmndrs/zustand/compare/v4.2.0...v4.3.1)

---
updated-dependencies:
- dependency-name: zustand
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-10 18:55:41 +00:00 committed by GitHub
parent 4e6c0b5320
commit 1c10ea1fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 14 deletions

16
package-lock.json generated

@ -14,7 +14,7 @@
"core-js-pure": "^3.27.1", "core-js-pure": "^3.27.1",
"critters": "^0.0.16", "critters": "^0.0.16",
"ioredis": "^5.2.4", "ioredis": "^5.2.4",
"next": "^13", "next": "^13.1.1",
"next-seo": "^5.15.0", "next-seo": "^5.15.0",
"next-themes": "^0.2.1", "next-themes": "^0.2.1",
"prop-types": "^15.8.1", "prop-types": "^15.8.1",
@ -24,7 +24,7 @@
"react-toastify": "^9.1.1", "react-toastify": "^9.1.1",
"sharp": "^0.31.3", "sharp": "^0.31.3",
"websocket": "^1.0.34", "websocket": "^1.0.34",
"zustand": "^4.2.0" "zustand": "^4.3.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.11.18", "@types/node": "^18.11.18",
@ -6193,9 +6193,9 @@
} }
}, },
"node_modules/zustand": { "node_modules/zustand": {
"version": "4.2.0", "version": "4.3.1",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.2.0.tgz", "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.3.1.tgz",
"integrity": "sha512-eNwaDoD2FYVnMgtNxiMUhTJO780wonZUzJrPQTLYI0erSIMZF8cniWFW22kGQUECd8rdHRJ/ZJL2XO54c9Ttuw==", "integrity": "sha512-EVyo/eLlOTcJm/X5M00rwtbYFXwRVTaRteSvhtbTZUCQFJkNfIyHPiJ6Ke68MSWzcKHpPzvqNH4gC2ZS/sbNqw==",
"dependencies": { "dependencies": {
"use-sync-external-store": "1.2.0" "use-sync-external-store": "1.2.0"
}, },
@ -10787,9 +10787,9 @@
"dev": true "dev": true
}, },
"zustand": { "zustand": {
"version": "4.2.0", "version": "4.3.1",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.2.0.tgz", "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.3.1.tgz",
"integrity": "sha512-eNwaDoD2FYVnMgtNxiMUhTJO780wonZUzJrPQTLYI0erSIMZF8cniWFW22kGQUECd8rdHRJ/ZJL2XO54c9Ttuw==", "integrity": "sha512-EVyo/eLlOTcJm/X5M00rwtbYFXwRVTaRteSvhtbTZUCQFJkNfIyHPiJ6Ke68MSWzcKHpPzvqNH4gC2ZS/sbNqw==",
"requires": { "requires": {
"use-sync-external-store": "1.2.0" "use-sync-external-store": "1.2.0"
} }

@ -26,7 +26,7 @@
"react-toastify": "^9.1.1", "react-toastify": "^9.1.1",
"sharp": "^0.31.3", "sharp": "^0.31.3",
"websocket": "^1.0.34", "websocket": "^1.0.34",
"zustand": "^4.2.0" "zustand": "^4.3.1"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.11.18", "@types/node": "^18.11.18",

@ -2438,7 +2438,7 @@ next-tick@^1.1.0:
resolved "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz" resolved "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz"
integrity sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ== integrity sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==
next@^13: next@^13.1.1:
version "13.1.1" version "13.1.1"
resolved "https://registry.yarnpkg.com/next/-/next-13.1.1.tgz#42b825f650410649aff1017d203a088d77c80b5b" resolved "https://registry.yarnpkg.com/next/-/next-13.1.1.tgz#42b825f650410649aff1017d203a088d77c80b5b"
integrity sha512-R5eBAaIa3X7LJeYvv1bMdGnAVF4fVToEjim7MkflceFPuANY3YyvFxXee/A+acrSYwYPvOvf7f6v/BM/48ea5w== integrity sha512-R5eBAaIa3X7LJeYvv1bMdGnAVF4fVToEjim7MkflceFPuANY3YyvFxXee/A+acrSYwYPvOvf7f6v/BM/48ea5w==
@ -3345,9 +3345,9 @@ yocto-queue@^0.1.0:
resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
zustand@^4.2.0: zustand@^4.3.1:
version "4.2.0" version "4.3.1"
resolved "https://registry.npmjs.org/zustand/-/zustand-4.2.0.tgz" resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.3.1.tgz#76c47ef713c43763953f7a9e518f89efd898e3bb"
integrity sha512-eNwaDoD2FYVnMgtNxiMUhTJO780wonZUzJrPQTLYI0erSIMZF8cniWFW22kGQUECd8rdHRJ/ZJL2XO54c9Ttuw== integrity sha512-EVyo/eLlOTcJm/X5M00rwtbYFXwRVTaRteSvhtbTZUCQFJkNfIyHPiJ6Ke68MSWzcKHpPzvqNH4gC2ZS/sbNqw==
dependencies: dependencies:
use-sync-external-store "1.2.0" use-sync-external-store "1.2.0"