Merge pull request #81 from RealFascinated/dependabot/npm_and_yarn/zustand-4.2.0

Bump zustand from 4.1.5 to 4.2.0
This commit is contained in:
Lee 2023-01-06 22:30:39 +00:00 committed by GitHub
commit edfe62d7c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 12 deletions

14
package-lock.json generated

@ -25,7 +25,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.1.5" "zustand": "^4.2.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.11.18", "@types/node": "^18.11.18",
@ -5896,9 +5896,9 @@
} }
}, },
"node_modules/zustand": { "node_modules/zustand": {
"version": "4.1.5", "version": "4.2.0",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.1.5.tgz", "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.2.0.tgz",
"integrity": "sha512-PsdRT8Bvq22Yyh1tvpgdHNE7OAeFKqJXUxtJvj1Ixw2B9O2YZ1M34ImQ+xyZah4wZrR4lENMoDUutKPpyXCQ/Q==", "integrity": "sha512-eNwaDoD2FYVnMgtNxiMUhTJO780wonZUzJrPQTLYI0erSIMZF8cniWFW22kGQUECd8rdHRJ/ZJL2XO54c9Ttuw==",
"dependencies": { "dependencies": {
"use-sync-external-store": "1.2.0" "use-sync-external-store": "1.2.0"
}, },
@ -10223,9 +10223,9 @@
"dev": true "dev": true
}, },
"zustand": { "zustand": {
"version": "4.1.5", "version": "4.2.0",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.1.5.tgz", "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.2.0.tgz",
"integrity": "sha512-PsdRT8Bvq22Yyh1tvpgdHNE7OAeFKqJXUxtJvj1Ixw2B9O2YZ1M34ImQ+xyZah4wZrR4lENMoDUutKPpyXCQ/Q==", "integrity": "sha512-eNwaDoD2FYVnMgtNxiMUhTJO780wonZUzJrPQTLYI0erSIMZF8cniWFW22kGQUECd8rdHRJ/ZJL2XO54c9Ttuw==",
"requires": { "requires": {
"use-sync-external-store": "1.2.0" "use-sync-external-store": "1.2.0"
} }

@ -27,7 +27,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.1.5" "zustand": "^4.2.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.11.18", "@types/node": "^18.11.18",

@ -3053,9 +3053,9 @@ yocto-queue@^0.1.0:
version "0.1.0" version "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"
zustand@^4.1.5: zustand@^4.2.0:
version "4.1.5" version "4.2.0"
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.1.5.tgz#7402b511f5b23ccb0f9ba6d20ae01ec817e16eb6" resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.2.0.tgz#f6ef9e63794eda9b296979578538a6df6be3e1b0"
integrity sha512-PsdRT8Bvq22Yyh1tvpgdHNE7OAeFKqJXUxtJvj1Ixw2B9O2YZ1M34ImQ+xyZah4wZrR4lENMoDUutKPpyXCQ/Q== integrity sha512-eNwaDoD2FYVnMgtNxiMUhTJO780wonZUzJrPQTLYI0erSIMZF8cniWFW22kGQUECd8rdHRJ/ZJL2XO54c9Ttuw==
dependencies: dependencies:
use-sync-external-store "1.2.0" use-sync-external-store "1.2.0"