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:
dependabot[bot] 2024-03-05 18:28:28 +00:00
parent 19baad4fbf
commit a9f0110ff5
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -20,7 +20,7 @@
"react-konami-code": "^2.3.0", "react-konami-code": "^2.3.0",
"react-snowfall": "^2.1.0", "react-snowfall": "^2.1.0",
"react-toastify": "^10.0.4", "react-toastify": "^10.0.4",
"zustand": "^4.5.0" "zustand": "^4.5.2"
}, },
"devDependencies": { "devDependencies": {
"@redux-devtools/extension": "^3.3.0", "@redux-devtools/extension": "^3.3.0",
@ -5731,9 +5731,9 @@
} }
}, },
"node_modules/zustand": { "node_modules/zustand": {
"version": "4.5.0", "version": "4.5.2",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.0.tgz", "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.2.tgz",
"integrity": "sha512-zlVFqS5TQ21nwijjhJlx4f9iGrXSL0o/+Dpy4txAP22miJ8Ti6c1Ol1RLNN98BMib83lmDH/2KmLwaNXpjrO1A==", "integrity": "sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==",
"dependencies": { "dependencies": {
"use-sync-external-store": "1.2.0" "use-sync-external-store": "1.2.0"
}, },

View file

@ -25,7 +25,7 @@
"react-konami-code": "^2.3.0", "react-konami-code": "^2.3.0",
"react-snowfall": "^2.1.0", "react-snowfall": "^2.1.0",
"react-toastify": "^10.0.4", "react-toastify": "^10.0.4",
"zustand": "^4.5.0" "zustand": "^4.5.2"
}, },
"devDependencies": { "devDependencies": {
"@redux-devtools/extension": "^3.3.0", "@redux-devtools/extension": "^3.3.0",