|
49 | 49 | "@types/helmet": "^0.0.37", |
50 | 50 | "@types/lodash": "^4.14.80", |
51 | 51 | "@types/morgan": "^1.7.35", |
52 | | - "@types/reflect-metadata": "0.0.5", |
| 52 | + "@types/reflect-metadata": "0.1.0", |
53 | 53 | "@types/request": "^2.0.8", |
54 | 54 | "@types/serve-favicon": "^2.2.29", |
55 | 55 | "@types/supertest": "^2.0.4", |
56 | 56 | "@types/uuid": "^3.4.3", |
57 | 57 | "@types/winston": "^2.3.7", |
58 | 58 | "body-parser": "^1.18.2", |
59 | 59 | "chalk": "^2.3.0", |
60 | | - "class-validator": "^0.7.3", |
| 60 | + "class-validator": "^0.8.5", |
61 | 61 | "commander": "^2.11.0", |
62 | 62 | "compression": "^1.7.1", |
63 | | - "copyfiles": "^1.2.0", |
| 63 | + "copyfiles": "^2.0.0", |
64 | 64 | "cors": "^2.8.4", |
65 | 65 | "dataloader": "^1.3.0", |
66 | | - "dotenv": "^4.0.0", |
| 66 | + "dotenv": "^5.0.1", |
67 | 67 | "event-dispatch": "^0.4.1", |
68 | 68 | "express": "^4.16.2", |
69 | 69 | "express-basic-auth": "^1.1.3", |
|
72 | 72 | "faker": "^4.1.0", |
73 | 73 | "figlet": "^1.2.0", |
74 | 74 | "glob": "^7.1.2", |
75 | | - "graphql": "^0.11.7", |
| 75 | + "graphql": "^0.13.2", |
76 | 76 | "helmet": "^3.9.0", |
77 | 77 | "jsonfile": "^4.0.0", |
78 | 78 | "lodash": "^4.17.4", |
|
88 | 88 | "routing-controllers": "^0.7.6", |
89 | 89 | "serve-favicon": "^2.4.5", |
90 | 90 | "supertest": "^3.0.0", |
91 | | - "swagger-ui-express": "^2.0.10", |
92 | | - "ts-node": "^3.3.0", |
| 91 | + "swagger-ui-express": "^3.0.8", |
| 92 | + "ts-node": "^6.0.0", |
93 | 93 | "tslint": "^5.8.0", |
94 | | - "typedi": "^0.5.2", |
95 | | - "typeorm": "^0.1.3", |
96 | | - "typeorm-typedi-extensions": "^0.1.1", |
97 | | - "typescript": "2.6.2", |
| 94 | + "typedi": "^0.7.2", |
| 95 | + "typeorm": "^0.2.1", |
| 96 | + "typeorm-typedi-extensions": "^0.2.1", |
| 97 | + "typescript": "2.8.3", |
98 | 98 | "uuid": "^3.1.0", |
99 | 99 | "winston": "^2.4.0" |
100 | 100 | }, |
|
114 | 114 | }, |
115 | 115 | "license": "MIT", |
116 | 116 | "devDependencies": { |
117 | | - "@types/jest": "^21.1.5", |
118 | | - "@types/nock": "^8.2.1", |
| 117 | + "@types/jest": "^22.2.3", |
| 118 | + "@types/nock": "^9.1.3", |
119 | 119 | "cross-env": "^5.1.1", |
120 | | - "jest": "^21.2.1", |
| 120 | + "jest": "^22.4.3", |
121 | 121 | "mock-express-request": "^0.2.0", |
122 | 122 | "mock-express-response": "^0.2.1", |
123 | 123 | "nock": "^9.1.4", |
124 | | - "sqlite3": "^3.1.13", |
125 | | - "ts-jest": "^21.1.4" |
| 124 | + "sqlite3": "^4.0.0", |
| 125 | + "ts-jest": "^22.4.4" |
126 | 126 | } |
127 | 127 | } |
0 commit comments