build(deps): bump zod from 4.3.6 to 4.4.3

This commit is contained in:
Julien Herr
2026-05-22 17:32:50 +02:00
parent 7dd1225cde
commit ea400883dd
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -13,7 +13,7 @@
"feed": "5.2.1", "feed": "5.2.1",
"hono": "^4.11.7", "hono": "^4.11.7",
"postal-mime": "^2.7.4", "postal-mime": "^2.7.4",
"zod": "^4.3.6" "zod": "4.4.3"
}, },
"devDependencies": { "devDependencies": {
"@cloudflare/workers-types": "^4.20260206.0", "@cloudflare/workers-types": "^4.20260206.0",
@@ -6114,9 +6114,9 @@
} }
}, },
"node_modules/zod": { "node_modules/zod": {
"version": "4.3.6", "version": "4.4.3",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz", "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
"integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==", "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
"license": "MIT", "license": "MIT",
"funding": { "funding": {
"url": "https://github.com/sponsors/colinhacks" "url": "https://github.com/sponsors/colinhacks"
+1 -1
View File
@@ -53,6 +53,6 @@
"feed": "5.2.1", "feed": "5.2.1",
"hono": "^4.11.7", "hono": "^4.11.7",
"postal-mime": "^2.7.4", "postal-mime": "^2.7.4",
"zod": "^4.3.6" "zod": "4.4.3"
} }
} }