Merge pull request #85 from RealFascinated/dependabot/npm_and_yarn/zustand-4.3.1

Bump zustand from 4.2.0 to 4.3.1
This commit is contained in:
Lee 2023-01-11 21:29:15 +00:00 committed by GitHub
commit deec9ed3dd
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",
"critters": "^0.0.16",
"ioredis": "^5.2.4",
"next": "^13",
"next": "^13.1.1",
"next-seo": "^5.15.0",
"next-themes": "^0.2.1",
"prop-types": "^15.8.1",
@ -24,7 +24,7 @@
"react-toastify": "^9.1.1",
"sharp": "^0.31.3",
"websocket": "^1.0.34",
"zustand": "^4.2.0"
"zustand": "^4.3.1"
},
"devDependencies": {
"@types/node": "^18.11.18",
@ -6193,9 +6193,9 @@
}
},
"node_modules/zustand": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.2.0.tgz",
"integrity": "sha512-eNwaDoD2FYVnMgtNxiMUhTJO780wonZUzJrPQTLYI0erSIMZF8cniWFW22kGQUECd8rdHRJ/ZJL2XO54c9Ttuw==",
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.3.1.tgz",
"integrity": "sha512-EVyo/eLlOTcJm/X5M00rwtbYFXwRVTaRteSvhtbTZUCQFJkNfIyHPiJ6Ke68MSWzcKHpPzvqNH4gC2ZS/sbNqw==",
"dependencies": {
"use-sync-external-store": "1.2.0"
},
@ -10787,9 +10787,9 @@
"dev": true
},
"zustand": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.2.0.tgz",
"integrity": "sha512-eNwaDoD2FYVnMgtNxiMUhTJO780wonZUzJrPQTLYI0erSIMZF8cniWFW22kGQUECd8rdHRJ/ZJL2XO54c9Ttuw==",
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.3.1.tgz",
"integrity": "sha512-EVyo/eLlOTcJm/X5M00rwtbYFXwRVTaRteSvhtbTZUCQFJkNfIyHPiJ6Ke68MSWzcKHpPzvqNH4gC2ZS/sbNqw==",
"requires": {
"use-sync-external-store": "1.2.0"
}

@ -26,7 +26,7 @@
"react-toastify": "^9.1.1",
"sharp": "^0.31.3",
"websocket": "^1.0.34",
"zustand": "^4.2.0"
"zustand": "^4.3.1"
},
"devDependencies": {
"@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"
integrity sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==
next@^13:
next@^13.1.1:
version "13.1.1"
resolved "https://registry.yarnpkg.com/next/-/next-13.1.1.tgz#42b825f650410649aff1017d203a088d77c80b5b"
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"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
zustand@^4.2.0:
version "4.2.0"
resolved "https://registry.npmjs.org/zustand/-/zustand-4.2.0.tgz"
integrity sha512-eNwaDoD2FYVnMgtNxiMUhTJO780wonZUzJrPQTLYI0erSIMZF8cniWFW22kGQUECd8rdHRJ/ZJL2XO54c9Ttuw==
zustand@^4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.3.1.tgz#76c47ef713c43763953f7a9e518f89efd898e3bb"
integrity sha512-EVyo/eLlOTcJm/X5M00rwtbYFXwRVTaRteSvhtbTZUCQFJkNfIyHPiJ6Ke68MSWzcKHpPzvqNH4gC2ZS/sbNqw==
dependencies:
use-sync-external-store "1.2.0"