Upgraded the package.json

This commit is contained in:
2023-07-31 19:58:06 +02:00
parent bb3160d911
commit 19878760cb
2 changed files with 147 additions and 180 deletions

View File

@ -17,8 +17,8 @@
"express": "^4.18.2",
"joi": "^17.9.2",
"mongoose": "^7.4.1",
"mongoose-field-encryption": "^6.1.0",
"nodemailer": "^6.9.3",
"mongoose-field-encryption": "^7.0.1",
"nodemailer": "^6.9.4",
"speakeasy": "^2.0.0",
"ts-md5": "^1.3.1"
},
@ -26,11 +26,11 @@
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.17",
"@types/node": "^20.4.5",
"@types/nodemailer": "^6.4.8",
"@types/nodemailer": "^6.4.9",
"@types/speakeasy": "^2.0.7",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.44.0",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.7",