|
7 | 7 | "license": "MIT",
|
8 | 8 | "dependencies": {
|
9 | 9 | "bcryptjs": "^2.4.3",
|
10 |
| - "connect-pg-simple": "^8.0.0", |
| 10 | + "connect-pg-simple": "^9.0.0", |
11 | 11 | "cors": "^2.8.5",
|
12 |
| - "dotenv": "^16.0.3", |
| 12 | + "dotenv": "^16.3.1", |
13 | 13 | "express": "^4.18.2",
|
14 | 14 | "express-async-errors": "^3.1.1",
|
15 | 15 | "express-session": "^1.17.3",
|
|
18 | 18 | "morgan": "^1.10.0",
|
19 | 19 | "passport": "^0.6.0",
|
20 | 20 | "passport-local": "^1.0.0",
|
21 |
| - "pg": "^8.10.0", |
| 21 | + "pg": "^8.11.1", |
22 | 22 | "reflect-metadata": "^0.1.13",
|
23 |
| - "tslib": "^2.5.0", |
24 |
| - "typeorm": "^0.3.16", |
| 23 | + "tslib": "^2.6.0", |
| 24 | + "typeorm": "^0.3.17", |
25 | 25 | "validator": "^13.9.0"
|
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
|
31 | 31 | "@types/express": "^4.17.17",
|
32 | 32 | "@types/express-session": "^1.17.7",
|
33 | 33 | "@types/http-errors": "^2.0.1",
|
34 |
| - "@types/jest": "^29.5.1", |
| 34 | + "@types/jest": "^29.5.2", |
35 | 35 | "@types/morgan": "^1.9.4",
|
36 |
| - "@types/node": "^20.1.3", |
| 36 | + "@types/node": "^20.3.2", |
37 | 37 | "@types/passport": "^1.0.12",
|
38 | 38 | "@types/passport-local": "^1.0.35",
|
39 | 39 | "@types/supertest": "^2.0.12",
|
40 | 40 | "@types/validator": "^13.7.17",
|
41 |
| - "@typescript-eslint/eslint-plugin": "^5.59.5", |
42 |
| - "@typescript-eslint/parser": "^5.59.5", |
43 |
| - "eslint": "^8.40.0", |
| 41 | + "@typescript-eslint/eslint-plugin": "^5.60.1", |
| 42 | + "@typescript-eslint/parser": "^5.60.1", |
| 43 | + "eslint": "^8.43.0", |
44 | 44 | "eslint-import-resolver-typescript": "^3.5.5",
|
45 | 45 | "eslint-plugin-eslint-comments": "^3.2.0",
|
46 | 46 | "eslint-plugin-import": "^2.27.5",
|
|
49 | 49 | "supertest": "^6.3.3",
|
50 | 50 | "ts-jest": "^29.1.0",
|
51 | 51 | "ts-node": "^10.9.1",
|
52 |
| - "typescript": "^5.0.4" |
| 52 | + "typescript": "^5.1.6" |
53 | 53 | },
|
54 | 54 | "scripts": {
|
55 | 55 | "start": "node build/index.js",
|
|
0 commit comments