Added password checker dependency

ref #99
This commit is contained in:
Nicolai Ort 2021-03-26 20:11:22 +01:00
parent 03d76e6d0b
commit bd00f4f8d5
1 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@
"argon2": "^0.27.1",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"check-password-strength": "^2.0.2",
"class-transformer": "0.3.1",
"class-validator": "^0.13.1",
"consola": "^2.15.0",
@ -102,4 +103,4 @@
"docs/*"
]
}
}
}