Added the ts-md5 dependency to the package.json

This commit is contained in:
Mathias Wagner 2023-07-25 21:55:10 +02:00
parent 2552ca3119
commit 54fa7499e2
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44
2 changed files with 7 additions and 1 deletions

View File

@ -19,7 +19,8 @@
"mongoose": "^7.3.1",
"mongoose-field-encryption": "^6.1.0",
"nodemailer": "^6.9.3",
"speakeasy": "^2.0.0"
"speakeasy": "^2.0.0",
"ts-md5": "^1.3.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",

View File

@ -1985,6 +1985,11 @@ tr46@~0.0.3:
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
ts-md5@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/ts-md5/-/ts-md5-1.3.1.tgz#f5b860c0d5241dd9bb4e909dd73991166403f511"
integrity sha512-DiwiXfwvcTeZ5wCE0z+2A9EseZsztaiZtGrtSaY5JOD7ekPnR/GoIVD5gXZAlK9Na9Kvpo9Waz5rW64WKAWApg==
ts-node@^10.9.1:
version "10.9.1"
resolved "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz"