|
@@ -10,36 +10,36 @@
|
|
|
"license": "MIT",
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"bcryptjs": "2.4.3",
|
|
"bcryptjs": "2.4.3",
|
|
|
- "bull": "^4.16.5",
|
|
|
|
|
- "cookie-parser": "^1.4.7",
|
|
|
|
|
|
|
+ "bull": "4.16.5",
|
|
|
|
|
+ "cookie-parser": "1.4.7",
|
|
|
"cors": "2.8.5",
|
|
"cors": "2.8.5",
|
|
|
"cross-env": "7.0.3",
|
|
"cross-env": "7.0.3",
|
|
|
"date-fns": "2.30.0",
|
|
"date-fns": "2.30.0",
|
|
|
"dotenv": "16.0.3",
|
|
"dotenv": "16.0.3",
|
|
|
"envalid": "8.0.0",
|
|
"envalid": "8.0.0",
|
|
|
- "express": "^4.21.2",
|
|
|
|
|
- "express-rate-limit": "^7.5.0",
|
|
|
|
|
|
|
+ "express": "4.21.2",
|
|
|
|
|
+ "express-rate-limit": "7.5.0",
|
|
|
"express-validator": "6.14.2",
|
|
"express-validator": "6.14.2",
|
|
|
"geoip-lite": "1.4.10",
|
|
"geoip-lite": "1.4.10",
|
|
|
"hbs": "4.2.0",
|
|
"hbs": "4.2.0",
|
|
|
"helmet": "7.1.0",
|
|
"helmet": "7.1.0",
|
|
|
- "ioredis": "^5.4.2",
|
|
|
|
|
- "isbot": "^5.1.19",
|
|
|
|
|
|
|
+ "ioredis": "5.4.2",
|
|
|
|
|
+ "isbot": "5.1.19",
|
|
|
"jsonwebtoken": "9.0.2",
|
|
"jsonwebtoken": "9.0.2",
|
|
|
"knex": "3.1.0",
|
|
"knex": "3.1.0",
|
|
|
"ms": "2.1.3",
|
|
"ms": "2.1.3",
|
|
|
- "mysql2": "^3.12.0",
|
|
|
|
|
|
|
+ "mysql2": "3.12.0",
|
|
|
"nanoid": "3.3.8",
|
|
"nanoid": "3.3.8",
|
|
|
- "node-cron": "^3.0.3",
|
|
|
|
|
- "node-mailer": "^0.1.1",
|
|
|
|
|
- "nodemailer": "^6.9.16",
|
|
|
|
|
|
|
+ "node-cron": "3.0.3",
|
|
|
|
|
+ "node-mailer": "0.1.1",
|
|
|
|
|
+ "nodemailer": "6.9.16",
|
|
|
"passport": "0.7.0",
|
|
"passport": "0.7.0",
|
|
|
"passport-jwt": "4.0.1",
|
|
"passport-jwt": "4.0.1",
|
|
|
"passport-local": "1.0.0",
|
|
"passport-local": "1.0.0",
|
|
|
"passport-localapikey-update": "0.6.0",
|
|
"passport-localapikey-update": "0.6.0",
|
|
|
- "pg": "^8.13.1",
|
|
|
|
|
- "pg-query-stream": "^4.7.1",
|
|
|
|
|
- "rate-limit-redis": "^4.2.0",
|
|
|
|
|
|
|
+ "pg": "8.13.1",
|
|
|
|
|
+ "pg-query-stream": "4.7.1",
|
|
|
|
|
+ "rate-limit-redis": "4.2.0",
|
|
|
"sqlite3": "5.1.7",
|
|
"sqlite3": "5.1.7",
|
|
|
"useragent": "2.3.0",
|
|
"useragent": "2.3.0",
|
|
|
"uuid": "10.0.0"
|
|
"uuid": "10.0.0"
|
|
@@ -47,16 +47,16 @@
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
"@types/bcryptjs": "2.4.2",
|
|
"@types/bcryptjs": "2.4.2",
|
|
|
"@types/cookie-parser": "1.4.3",
|
|
"@types/cookie-parser": "1.4.3",
|
|
|
- "@types/cors": "^2.8.12",
|
|
|
|
|
|
|
+ "@types/cors": "2.8.12",
|
|
|
"@types/express": "4.17.14",
|
|
"@types/express": "4.17.14",
|
|
|
"@types/hbs": "4.0.4",
|
|
"@types/hbs": "4.0.4",
|
|
|
"@types/jsonwebtoken": "7.2.8",
|
|
"@types/jsonwebtoken": "7.2.8",
|
|
|
"@types/ms": "0.7.31",
|
|
"@types/ms": "0.7.31",
|
|
|
- "@types/node": "^18.11.9",
|
|
|
|
|
|
|
+ "@types/node": "18.11.9",
|
|
|
"@types/node-cron": "2.0.2",
|
|
"@types/node-cron": "2.0.2",
|
|
|
- "@types/nodemailer": "^6.4.6",
|
|
|
|
|
- "@types/pg": "^8.11.10",
|
|
|
|
|
- "redoc": "^2.2.0"
|
|
|
|
|
|
|
+ "@types/nodemailer": "6.4.6",
|
|
|
|
|
+ "@types/pg": "8.11.10",
|
|
|
|
|
+ "redoc": "2.2.0"
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"node_modules/@ampproject/remapping": {
|
|
"node_modules/@ampproject/remapping": {
|