|
16 | 16 | "license": "ISC",
|
17 | 17 | "dependencies": {
|
18 | 18 | "body-parser": "^1.18.3",
|
19 |
| - "circular-json": "^0.3.1", |
20 |
| - "debug": "^3.1.0", |
| 19 | + "debug": "^4.1.0", |
21 | 20 | "express": "^4.16.3",
|
22 | 21 | "express-session": "^1.14.0",
|
23 | 22 | "express-validator": "^5.3.0",
|
24 | 23 | "http-status-codes": "^1.1.6",
|
25 |
| - "lodash": "^4.17.10", |
26 |
| - "mongoose": "^5.2.14", |
27 |
| - "morgan": "^1.7.0", |
| 24 | + "lodash": "^4.17.11", |
| 25 | + "mongoose": "^5.3.2", |
| 26 | + "morgan": "^1.9.1", |
28 | 27 | "passport": "^0.4.0",
|
29 | 28 | "passport-cas": "^0.1.1",
|
30 | 29 | "passport-http": "^0.3.0",
|
|
33 | 32 | "request": "^2.88.0",
|
34 | 33 | "serve-favicon": "^2.5.0",
|
35 | 34 | "tough-cookie": "^2.4.3",
|
36 |
| - "uri-js": "^3.0.2", |
| 35 | + "uri-js": "^4.2.2", |
37 | 36 | "validate.js": "^0.12.0"
|
38 | 37 | },
|
39 | 38 | "devDependencies": {
|
40 |
| - "@types/angular": "^1.6.50", |
| 39 | + "@types/angular": "^1.6.51", |
41 | 40 | "@types/angular-route": "^1.7.0",
|
42 | 41 | "@types/body-parser": "^1.17.0",
|
43 |
| - "@types/chai": "^4.1.4", |
44 |
| - "@types/circular-json": "^0.4.0", |
| 42 | + "@types/chai": "^4.1.6", |
45 | 43 | "@types/datatables.net": "^1.10.13",
|
46 |
| - "@types/debug": "^0.0.30", |
| 44 | + "@types/debug": "0.0.31", |
47 | 45 | "@types/express": "^4.16.0",
|
48 | 46 | "@types/express-session": "^1.15.11",
|
49 | 47 | "@types/http-status-codes": "^1.0.29",
|
50 |
| - "@types/jquery": "^3.3.6", |
51 |
| - "@types/lodash": "^4.14.116", |
| 48 | + "@types/jquery": "^3.3.14", |
| 49 | + "@types/lodash": "^4.14.117", |
52 | 50 | "@types/mocha": "^5.2.5",
|
53 |
| - "@types/mongoose": "^5.2.11", |
| 51 | + "@types/mongoose": "^5.2.19", |
54 | 52 | "@types/morgan": "^1.7.32",
|
55 | 53 | "@types/passport": "^0.4.6",
|
56 | 54 | "@types/passport-http": "^0.3.6",
|
57 | 55 | "@types/rc": "^0.0.1",
|
58 | 56 | "@types/request": "^2.47.1",
|
59 |
| - "@types/selenium-webdriver": "^3.0.10", |
| 57 | + "@types/selenium-webdriver": "^3.0.12", |
60 | 58 | "@types/serve-favicon": "^2.2.28",
|
61 | 59 | "@types/supertest": "^2.0.6",
|
62 | 60 | "@types/tmp": "0.0.33",
|
63 | 61 | "@types/tough-cookie": "^2.3.3",
|
64 |
| - "chai": "^4.0.2", |
| 62 | + "chai": "^4.2.0", |
65 | 63 | "grunt": "^1.0.3",
|
66 |
| - "grunt-contrib-clean": "^1.1.0", |
| 64 | + "grunt-contrib-clean": "^2.0.0", |
67 | 65 | "grunt-ts": "^5.5.1",
|
68 | 66 | "grunt-tslint": "^5.0.2",
|
69 | 67 | "jsonschema": "^1.2.4",
|
70 | 68 | "mocha": "^5.2.0",
|
71 |
| - "nyc": "^12.0.2", |
| 69 | + "nyc": "^13.1.0", |
72 | 70 | "portfinder": "^1.0.17",
|
73 | 71 | "selenium-webdriver": "^3.6.0",
|
74 | 72 | "supertest": "^3.3.0",
|
75 | 73 | "tmp": "0.0.33",
|
76 | 74 | "tslint": "^5.11.0",
|
77 |
| - "typescript": "^2.9.2", |
| 75 | + "typescript": "^3.0.3", |
78 | 76 | "xlsx": "^0.12.13"
|
79 | 77 | }
|
80 | 78 | }
|
0 commit comments