Files
US-Entry-Coach/package-lock.json
Simon Lübeß ae5096bacd
Some checks failed
Build Backend and Frontend / Build & Test .NET Backend (push) Successful in 41s
Build Backend and Frontend / Build Frontend (push) Failing after 10s
Installed zod, because I somehow didin't have to do that locally
- Also use v4
2025-05-23 16:05:08 +02:00

21 lines
500 B
JSON

{
"name": "USEntryCoach",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"zod": "^3.25.23"
}
},
"node_modules/zod": {
"version": "3.25.23",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.23.tgz",
"integrity": "sha512-Od2bdMosahjSrSgJtakrwjMDb1zM1A3VIHCPGveZt/3/wlrTWBya2lmEh2OYe4OIu8mPTmmr0gnLHIWQXdtWBg==",
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
}
}
}