|
8 | 8 | "dependencies": { |
9 | 9 | "bluebird": "^3.5.5", |
10 | 10 | "deadlink": "^1.1.3", |
11 | | - "eslint": "^6.0.0", |
| 11 | + "eslint": "^6.0.1", |
12 | 12 | "filesize": "^4.1.2", |
13 | 13 | "get-urls": "^9.1.0", |
14 | | - "gitinfo": "^2.2.0", |
| 14 | + "gitinfo": "^2.4.0", |
15 | 15 | "glob": "^7.1.4", |
16 | 16 | "jsonfile": "^5.0.0", |
17 | | - "lodash": "^4.17.11", |
| 17 | + "lodash": "^4.17.14", |
18 | 18 | "markdown-contents": "^1.0.11", |
19 | | - "marked": "^0.6.2", |
| 19 | + "marked": "^0.7.0", |
20 | 20 | "moment": "^2.24.0", |
21 | 21 | "stack-trace": "^0.0.10", |
22 | 22 | "yargs": "^13.2.4" |
23 | 23 | }, |
24 | 24 | "description": "Github markdown preprocessor.", |
25 | 25 | "devDependencies": { |
26 | | - "@babel/cli": "^7.4.4", |
27 | | - "@babel/core": "^7.4.5", |
28 | | - "@babel/node": "^7.4.5", |
| 26 | + "@babel/cli": "^7.5.0", |
| 27 | + "@babel/core": "^7.5.4", |
| 28 | + "@babel/node": "^7.5.0", |
29 | 29 | "@babel/plugin-transform-flow-strip-types": "^7.4.4", |
30 | | - "@babel/preset-env": "^7.4.5", |
| 30 | + "@babel/preset-env": "^7.5.4", |
31 | 31 | "@babel/register": "^7.4.4", |
32 | 32 | "babel-plugin-istanbul": "^5.1.4", |
33 | 33 | "chai": "^4.2.0", |
34 | 34 | "chai-as-promised": "^7.1.1", |
35 | | - "coveralls": "^3.0.4", |
36 | | - "eslint": "^6.0.0", |
37 | | - "eslint-config-canonical": "^17.1.1", |
38 | | - "husky": "^2.4.1", |
| 35 | + "coveralls": "^3.0.5", |
| 36 | + "eslint": "^6.0.1", |
| 37 | + "eslint-config-canonical": "^17.1.4", |
| 38 | + "husky": "^3.0.0", |
39 | 39 | "mocha": "^6.1.4", |
40 | 40 | "nock": "^10.0.6", |
41 | 41 | "nyc": "^14.1.1", |
42 | 42 | "require-uncached": "^2", |
43 | | - "semantic-release": "^15.13.16", |
| 43 | + "semantic-release": "^15.13.18", |
44 | 44 | "sinon": "^7.3.2" |
45 | 45 | }, |
46 | 46 | "husky": { |
|
0 commit comments