Merge pull request #460 from jeffvli/dependabot/npm_and_yarn/zod-3.22.3

Bump zod from 3.21.4 to 3.22.3
This commit is contained in:
Kendall Garner 2024-01-22 05:28:30 +00:00 committed by GitHub
commit b2bb2f33a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -68,7 +68,7 @@
"react-window-infinite-loader": "^1.0.9", "react-window-infinite-loader": "^1.0.9",
"styled-components": "^6.0.8", "styled-components": "^6.0.8",
"swiper": "^9.3.1", "swiper": "^9.3.1",
"zod": "^3.21.4", "zod": "^3.22.3",
"zustand": "^4.3.9" "zustand": "^4.3.9"
}, },
"devDependencies": { "devDependencies": {
@ -21387,9 +21387,9 @@
} }
}, },
"node_modules/zod": { "node_modules/zod": {
"version": "3.21.4", "version": "3.22.3",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.21.4.tgz", "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.3.tgz",
"integrity": "sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==", "integrity": "sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==",
"funding": { "funding": {
"url": "https://github.com/sponsors/colinhacks" "url": "https://github.com/sponsors/colinhacks"
} }
@ -37255,9 +37255,9 @@
"dev": true "dev": true
}, },
"zod": { "zod": {
"version": "3.21.4", "version": "3.22.3",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.21.4.tgz", "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.3.tgz",
"integrity": "sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==" "integrity": "sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug=="
}, },
"zustand": { "zustand": {
"version": "4.3.9", "version": "4.3.9",

View file

@ -347,7 +347,7 @@
"react-window-infinite-loader": "^1.0.9", "react-window-infinite-loader": "^1.0.9",
"styled-components": "^6.0.8", "styled-components": "^6.0.8",
"swiper": "^9.3.1", "swiper": "^9.3.1",
"zod": "^3.21.4", "zod": "^3.22.3",
"zustand": "^4.3.9" "zustand": "^4.3.9"
}, },
"resolutions": { "resolutions": {