Improved the method of numbers validation

This commit is contained in:
Judson Junior
2024-01-23 18:16:15 -03:00
parent 9d685da12d
commit ed6c50621c
2 changed files with 55 additions and 20 deletions

View File

@@ -60,6 +60,7 @@
"exiftool-vendored": "^22.0.0",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"fast-levenshtein": "^3.0.0",
"hbs": "^4.2.0",
"https-proxy-agent": "^7.0.2",
"jimp": "^0.16.13",
@@ -88,6 +89,7 @@
"@types/compression": "^1.7.2",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/fast-levenshtein": "^0.0.4",
"@types/js-yaml": "^4.0.5",
"@types/jsonwebtoken": "^8.5.9",
"@types/mime-types": "^2.1.1",