Training-Report #27

Merged
Ajdj100 merged 47 commits from Training-Report into main 2025-11-22 14:20:51 -06:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 995d145384 - Show all commits

View File

@@ -8,13 +8,13 @@
"name": "@app/shared",
"version": "1.0.0",
"dependencies": {
"zod": "^4.1.12"
"zod": "^3.25.76"
}
},
"node_modules/zod": {
"version": "4.1.12",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.1.12.tgz",
"integrity": "sha512-JInaHOamG8pt5+Ey8kGmdcAcg3OL9reK8ltczgHTAwNhMys/6ThXHityHxVV2p3fkw/c+MAvBHFVYHFZDmjMCQ==",
"version": "3.25.76",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
"integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"

View File

@@ -4,6 +4,6 @@
"main": "index.ts",
"type": "module",
"dependencies": {
"zod": "^4.1.12"
"zod": "^3.25.76"
}
}