|
33 | 33 | "@types/fs-extra": "5.0.1", |
34 | 34 | "@types/handlebars": "4.0.36", |
35 | 35 | "@types/highlight.js": "9.12.2", |
36 | | - "@types/lodash": "4.14.104", |
| 36 | + "@types/lodash": "4.14.106", |
37 | 37 | "@types/marked": "0.3.0", |
38 | 38 | "@types/minimatch": "3.0.3", |
39 | 39 | "@types/shelljs": "0.7.8", |
40 | 40 | "fs-extra": "^5.0.0", |
41 | | - "handlebars": "^4.0.6", |
42 | | - "highlight.js": "^9.0.0", |
| 41 | + "handlebars": "^4.0.11", |
| 42 | + "highlight.js": "^9.12.0", |
43 | 43 | "lodash": "^4.17.5", |
44 | | - "marked": "^0.3.17", |
45 | | - "minimatch": "^3.0.0", |
| 44 | + "marked": "^0.3.19", |
| 45 | + "minimatch": "^3.0.4", |
46 | 46 | "progress": "^2.0.0", |
47 | 47 | "shelljs": "^0.8.1", |
48 | 48 | "typedoc-default-themes": "^0.5.0", |
49 | | - "typescript": "2.7.2" |
| 49 | + "typescript": "2.8.1" |
50 | 50 | }, |
51 | 51 | "devDependencies": { |
52 | | - "@types/mocha": "2.2.48", |
| 52 | + "@types/mocha": "5.0.0", |
53 | 53 | "grunt": "^1.0.2", |
54 | 54 | "grunt-cli": "^1.2.0", |
55 | | - "grunt-contrib-clean": "^1.0.0", |
| 55 | + "grunt-contrib-clean": "^1.1.0", |
56 | 56 | "grunt-contrib-copy": "^1.0.0", |
57 | 57 | "grunt-contrib-watch": "^1.0.0", |
58 | | - "grunt-mocha-istanbul": "^5.0.1", |
59 | | - "grunt-string-replace": "^1.2.0", |
| 58 | + "grunt-mocha-istanbul": "^5.0.2", |
| 59 | + "grunt-string-replace": "^1.3.1", |
60 | 60 | "grunt-ts": "^5.5.1", |
61 | 61 | "grunt-tslint": "^5.0.1", |
62 | | - "istanbul": "^0.4.1", |
63 | | - "mocha": "^5.0.4", |
| 62 | + "istanbul": "^0.4.5", |
| 63 | + "mocha": "^5.0.5", |
64 | 64 | "tslint": "^5.9.1" |
65 | 65 | }, |
66 | 66 | "files": [ |
|
0 commit comments