|
50 | 50 | } |
51 | 51 | ], |
52 | 52 | "dependencies": { |
53 | | - "@types/bluebird": "^3.5.2", |
| 53 | + "@types/bluebird": "^3.5.4", |
54 | 54 | "@types/body-parser": "^1.16.3", |
55 | | - "@types/bookshelf": "^0.8.38", |
| 55 | + "@types/bookshelf": "^0.9.1", |
56 | 56 | "@types/commander": "^2.9.0", |
57 | 57 | "@types/cors": "^2.8.1", |
58 | 58 | "@types/debug": "0.0.29", |
59 | 59 | "@types/dotenv": "^4.0.0", |
60 | 60 | "@types/express": "^4.0.35", |
61 | 61 | "@types/faker": "^4.1.0", |
62 | | - "@types/helmet": "0.0.34", |
63 | | - "@types/jest": "^19.2.2", |
64 | | - "@types/knex": "0.0.47", |
65 | | - "@types/lodash": "^4.14.63", |
| 62 | + "@types/helmet": "0.0.35", |
| 63 | + "@types/jest": "^19.2.3", |
| 64 | + "@types/knex": "0.0.50", |
| 65 | + "@types/lodash": "^4.14.64", |
66 | 66 | "@types/morgan": "^1.7.32", |
67 | 67 | "@types/reflect-metadata": "0.0.5", |
68 | | - "@types/request": "0.0.42", |
| 68 | + "@types/request": "0.0.43", |
69 | 69 | "@types/request-promise": "^4.1.33", |
70 | 70 | "@types/serve-favicon": "^2.2.28", |
71 | | - "@types/winston": "^2.3.1", |
72 | | - "body-parser": "^1.17.1", |
| 71 | + "@types/winston": "^2.3.2", |
| 72 | + "body-parser": "^1.17.2", |
73 | 73 | "bookshelf": "^0.10.3", |
74 | 74 | "bookshelf-camelcase": "^1.1.4", |
75 | 75 | "class-validator": "^0.7.0", |
76 | 76 | "commander": "^2.9.0", |
77 | 77 | "compression": "^1.6.2", |
78 | 78 | "cors": "^2.8.1", |
79 | | - "debug": "^2.6.0", |
| 79 | + "debug": "^2.6.8", |
80 | 80 | "dotenv": "^4.0.0", |
81 | | - "express": "^4.14.0", |
82 | | - "faker": "^3.1.0", |
| 81 | + "express": "^4.15.3", |
| 82 | + "faker": "^4.1.0", |
83 | 83 | "gulp": "^3.9.1", |
84 | 84 | "gulp-clean": "^0.3.2", |
85 | 85 | "gulp-concat": "^2.6.1", |
86 | 86 | "gulp-copy": "^1.0.0", |
87 | | - "gulp-filter": "^4.0.0", |
| 87 | + "gulp-filter": "^5.0.0", |
88 | 88 | "gulp-json-editor": "^2.2.1", |
89 | 89 | "gulp-load-plugins": "^1.4.0", |
90 | | - "gulp-notify": "^2.2.0", |
| 90 | + "gulp-notify": "^3.0.0", |
91 | 91 | "gulp-plumber": "^1.1.0", |
92 | 92 | "gulp-rename": "^1.2.2", |
93 | | - "gulp-sourcemaps": "^1.9.1", |
94 | | - "gulp-tslint": "^7.0.1", |
| 93 | + "gulp-sourcemaps": "^2.6.0", |
| 94 | + "gulp-tslint": "^8.0.0", |
95 | 95 | "gulp-typescript": "^3.1.4", |
96 | | - "gulp-zip": "^3.2.0", |
97 | | - "helmet": "^3.4.0", |
98 | | - "http-server": "^0.9.0", |
| 96 | + "gulp-zip": "^4.0.0", |
| 97 | + "helmet": "^3.6.0", |
99 | 98 | "inversify": "^4.1.0", |
100 | 99 | "inversify-express-utils": "^3.5.1", |
101 | | - "jasmine-spec-reporter": "^4.0.0", |
102 | | - "jest": "^19.0.2", |
103 | | - "knex": "^0.12.7", |
| 100 | + "jest": "^20.0.3", |
| 101 | + "knex": "^0.13.0", |
104 | 102 | "lodash": "^4.17.4", |
105 | 103 | "morgan": "^1.7.0", |
106 | 104 | "mysql": "^2.13.0", |
|
112 | 110 | "request-promise": "^4.2.1", |
113 | 111 | "require-dir": "^0.3.1", |
114 | 112 | "run-sequence": "^1.2.2", |
115 | | - "serve-favicon": "^2.4.2", |
| 113 | + "serve-favicon": "^2.4.3", |
116 | 114 | "sqlite3": "^3.1.8", |
117 | | - "ts-jest": "^19.0.11", |
118 | | - "ts-node": "^2.0.0", |
119 | | - "tslint": "^4.3.1", |
120 | | - "typescript": "^2.3.0", |
| 115 | + "ts-jest": "^20.0.4", |
| 116 | + "ts-node": "^3.0.4", |
| 117 | + "tslint": "^5.2.0", |
| 118 | + "typescript": "^2.3.2", |
121 | 119 | "typings": "^2.1.0", |
122 | 120 | "winston": "^2.3.1" |
123 | 121 | }, |
|
0 commit comments