Merge pull request #60 from RealFascinated/dependabot/npm_and_yarn/zustand-4.1.5

Bump zustand from 4.1.4 to 4.1.5
This commit is contained in:
Lee 2022-12-09 01:21:30 +00:00 committed by GitHub
commit a1b32d6ed0
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.2", "sharp": "^0.31.2",
"websocket": "^1.0.34", "websocket": "^1.0.34",
"zustand": "^4.1.4" "zustand": "^4.1.5"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.11.10", "@types/node": "^18.11.10",
@ -5896,9 +5896,9 @@
} }
}, },
"node_modules/zustand": { "node_modules/zustand": {
"version": "4.1.4", "version": "4.1.5",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.1.4.tgz", "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.1.5.tgz",
"integrity": "sha512-k2jVOlWo8p4R83mQ+/uyB8ILPO2PCJOf+QVjcL+1PbMCk1w5OoPYpAIxy9zd93FSfmJqoH6lGdwzzjwqJIRU5A==", "integrity": "sha512-PsdRT8Bvq22Yyh1tvpgdHNE7OAeFKqJXUxtJvj1Ixw2B9O2YZ1M34ImQ+xyZah4wZrR4lENMoDUutKPpyXCQ/Q==",
"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.4", "version": "4.1.5",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.1.4.tgz", "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.1.5.tgz",
"integrity": "sha512-k2jVOlWo8p4R83mQ+/uyB8ILPO2PCJOf+QVjcL+1PbMCk1w5OoPYpAIxy9zd93FSfmJqoH6lGdwzzjwqJIRU5A==", "integrity": "sha512-PsdRT8Bvq22Yyh1tvpgdHNE7OAeFKqJXUxtJvj1Ixw2B9O2YZ1M34ImQ+xyZah4wZrR4lENMoDUutKPpyXCQ/Q==",
"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.2", "sharp": "^0.31.2",
"websocket": "^1.0.34", "websocket": "^1.0.34",
"zustand": "^4.1.4" "zustand": "^4.1.5"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.11.10", "@types/node": "^18.11.10",

@ -3048,9 +3048,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.4: zustand@^4.1.5:
version "4.1.4" version "4.1.5"
resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.1.4.tgz#b0286da4cc9edd35e91c96414fa54bfa4652a54d" resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.1.5.tgz#7402b511f5b23ccb0f9ba6d20ae01ec817e16eb6"
integrity sha512-k2jVOlWo8p4R83mQ+/uyB8ILPO2PCJOf+QVjcL+1PbMCk1w5OoPYpAIxy9zd93FSfmJqoH6lGdwzzjwqJIRU5A== integrity sha512-PsdRT8Bvq22Yyh1tvpgdHNE7OAeFKqJXUxtJvj1Ixw2B9O2YZ1M34ImQ+xyZah4wZrR4lENMoDUutKPpyXCQ/Q==
dependencies: dependencies:
use-sync-external-store "1.2.0" use-sync-external-store "1.2.0"