added missing dependencies

This commit is contained in:
SrGooglo 2023-05-30 01:25:18 +00:00
parent 651fb53f98
commit 0bb1a947f8
3 changed files with 7 additions and 3 deletions

View File

@ -11,7 +11,7 @@
"@foxify/events": "^2.1.0", "@foxify/events": "^2.1.0",
"axios": "^1.4.0", "axios": "^1.4.0",
"bcrypt": "5.0.1", "bcrypt": "5.0.1",
"comty.js": "^0.46.1", "comty.js": "^0.47.0",
"corenode": "0.28.26", "corenode": "0.28.26",
"cors": "^2.8.5", "cors": "^2.8.5",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",

View File

@ -16,7 +16,7 @@
"axios": "^1.2.5", "axios": "^1.2.5",
"bcrypt": "^5.1.0", "bcrypt": "^5.1.0",
"busboy": "^1.6.0", "busboy": "^1.6.0",
"comty.js": "^0.46.1", "comty.js": "^0.47.0",
"connect-mongo": "^4.6.0", "connect-mongo": "^4.6.0",
"content-range": "^2.0.2", "content-range": "^2.0.2",
"corenode": "0.28.26", "corenode": "0.28.26",

View File

@ -12,10 +12,14 @@
"@foxify/events": "^2.1.0", "@foxify/events": "^2.1.0",
"axios": "^1.4.0", "axios": "^1.4.0",
"bcrypt": "5.0.1", "bcrypt": "5.0.1",
"comty.js": "^0.46.1", "comty.js": "^0.47.0",
"corenode": "0.28.26", "corenode": "0.28.26",
"cors": "^2.8.5", "cors": "^2.8.5",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"connect-mongo": "^4.6.0",
"minio": "^7.0.32",
"mongoose": "^6.9.0",
"redis": "^4.6.6",
"express": "^4.18.2", "express": "^4.18.2",
"jsonwebtoken": "8.5.1", "jsonwebtoken": "8.5.1",
"luxon": "^3.0.4", "luxon": "^3.0.4",