Added the bcrypt dependency to the package.json

This commit is contained in:
Mathias Wagner 2023-01-15 17:56:12 +01:00
parent badd8d35fb
commit a5bd9f1e95
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44
2 changed files with 2013 additions and 1746 deletions

View File

@ -13,6 +13,7 @@
"build": "tsc && tsc-alias" "build": "tsc && tsc-alias"
}, },
"dependencies": { "dependencies": {
"bcrypt": "^5.1.0",
"express": "^4.18.2", "express": "^4.18.2",
"joi": "^17.7.0", "joi": "^17.7.0",
"mongoose": "^6.8.3", "mongoose": "^6.8.3",
@ -20,6 +21,7 @@
"nodemailer": "^6.9.0" "nodemailer": "^6.9.0"
}, },
"devDependencies": { "devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.15", "@types/express": "^4.17.15",
"@types/node": "^18.11.18", "@types/node": "^18.11.18",
"@types/nodemailer": "^6.4.7", "@types/nodemailer": "^6.4.7",

3757
yarn.lock

File diff suppressed because it is too large Load Diff