Update zod to 3.25 (#872)

## Description:

Update to zod 3.25, and use zod's built in JWT validator.

## Please complete the following:

- [x] I have added screenshots for all UI updates
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
- [x] I understand that submitting code with bugs that could have been
caught through manual testing blocks releases and new features for all
contributors

Co-authored-by: Scott Anderson <662325+scottanderson@users.noreply.github.com>
Co-authored-by: evanpelle <evanpelle@gmail.com>
This commit is contained in:
Scott Anderson
2025-05-24 23:06:30 -04:00
committed by GitHub
parent 3b7c17666c
commit 7a4a3a1f17
3 changed files with 14 additions and 29 deletions
+1 -1
View File
@@ -143,7 +143,7 @@
"winston": "^3.17.0",
"winston-transport": "^4.9.0",
"ws": "^8.18.0",
"zod": "^3.23.8"
"zod": "^3.25.28"
},
"type": "module"
}