diff --git a/backend/package-lock.json b/backend/package-lock.json index 2949ed98..26519688 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -55,7 +55,7 @@ "uuid": "^9.0.0", "yawn-yaml": "github:dragory/yawn-yaml#string-number-fix-build", "zlib-sync": "^0.1.7", - "zod": "^3.7.2" + "zod": "^3.22.3" }, "devDependencies": { "@types/cors": "^2.8.5", @@ -10177,9 +10177,9 @@ } }, "node_modules/zod": { - "version": "3.21.4", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.21.4.tgz", - "integrity": "sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==", + "version": "3.22.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.3.tgz", + "integrity": "sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/backend/package.json b/backend/package.json index cf120ca5..63db9453 100644 --- a/backend/package.json +++ b/backend/package.json @@ -76,7 +76,7 @@ "uuid": "^9.0.0", "yawn-yaml": "github:dragory/yawn-yaml#string-number-fix-build", "zlib-sync": "^0.1.7", - "zod": "^3.7.2" + "zod": "^3.22.3" }, "devDependencies": { "@types/cors": "^2.8.5",