ci(dependabot):(deps): bump zustand from 4.5.0 to 4.5.2
Bumps [zustand](https://github.com/pmndrs/zustand) from 4.5.0 to 4.5.2. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v4.5.0...v4.5.2) --- updated-dependencies: - dependency-name: zustand dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
19baad4fbf
commit
a9f0110ff5
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -20,7 +20,7 @@
|
|||
"react-konami-code": "^2.3.0",
|
||||
"react-snowfall": "^2.1.0",
|
||||
"react-toastify": "^10.0.4",
|
||||
"zustand": "^4.5.0"
|
||||
"zustand": "^4.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@redux-devtools/extension": "^3.3.0",
|
||||
|
@ -5731,9 +5731,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/zustand": {
|
||||
"version": "4.5.0",
|
||||
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.0.tgz",
|
||||
"integrity": "sha512-zlVFqS5TQ21nwijjhJlx4f9iGrXSL0o/+Dpy4txAP22miJ8Ti6c1Ol1RLNN98BMib83lmDH/2KmLwaNXpjrO1A==",
|
||||
"version": "4.5.2",
|
||||
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.2.tgz",
|
||||
"integrity": "sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==",
|
||||
"dependencies": {
|
||||
"use-sync-external-store": "1.2.0"
|
||||
},
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"react-konami-code": "^2.3.0",
|
||||
"react-snowfall": "^2.1.0",
|
||||
"react-toastify": "^10.0.4",
|
||||
"zustand": "^4.5.0"
|
||||
"zustand": "^4.5.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@redux-devtools/extension": "^3.3.0",
|
||||
|
|
Loading…
Reference in a new issue