api: add express-validator

This commit is contained in:
Thomas Hobson 2021-02-27 18:45:43 +13:00
parent a59453f231
commit 8a0f7b3abd
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
2 changed files with 14 additions and 0 deletions

View file

@ -6,6 +6,7 @@
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-validator": "^6.10.0",
"is-docker": "^2.1.1",
"js-yaml": "^4.0.0",
"logplease": "^1.2.15",