|
33 | 33 | "devDependencies": { |
34 | 34 | "@types/decompress": "^4.2.3", |
35 | 35 | "@types/glob": "^7.1.1", |
36 | | - "@types/jest": "^24.0.18", |
| 36 | + "@types/jest": "^24.0.21", |
37 | 37 | "@types/json5": "0.0.30", |
38 | 38 | "@types/lodash.escape": "^4.0.6", |
39 | 39 | "@types/lodash.uniq": "^4.5.6", |
40 | | - "@types/node": "^12.7.2", |
| 40 | + "@types/node": "^12.12.5", |
41 | 41 | "@types/plist": "^3.0.2", |
42 | | - "@types/request": "^2.48.2", |
43 | | - "glob": "^7.1.4", |
| 42 | + "@types/request": "^2.48.3", |
| 43 | + "glob": "^7.1.5", |
44 | 44 | "hast-util-raw": "^5.0.1", |
45 | 45 | "jest": "^24.9.0", |
46 | | - "mdast-util-to-hast": "^6.0.1", |
| 46 | + "mdast-util-to-hast": "^6.0.2", |
47 | 47 | "prettier": "^1.18.2", |
48 | 48 | "rehype-stringify": "^6.0.0", |
49 | 49 | "remark-parse": "^7.0.1", |
50 | 50 | "remark-rehype": "^5.0.0", |
51 | | - "typescript": "^3.5.3", |
52 | | - "unified": "^8.3.2" |
| 51 | + "typescript": "^3.6.4", |
| 52 | + "unified": "^8.4.1" |
53 | 53 | }, |
54 | 54 | "dependencies": { |
55 | 55 | "decompress": "^4.2.0", |
56 | | - "json5": "^2.1.0", |
| 56 | + "json5": "^2.1.1", |
57 | 57 | "lodash.escape": "^4.0.1", |
58 | 58 | "lodash.uniq": "^4.5.0", |
59 | | - "loglevel": "^1.6.3", |
| 59 | + "loglevel": "^1.6.4", |
60 | 60 | "oniguruma": "^7.2.0", |
61 | 61 | "plist": "^3.0.1", |
62 | 62 | "rimraf": "^3.0.0", |
63 | 63 | "unist-util-visit": "^1.4.1", |
64 | | - "vscode-textmate": "^4.2.2" |
| 64 | + "vscode-textmate": "4.2.2" |
65 | 65 | }, |
66 | 66 | "jest": { |
67 | 67 | "coveragePathIgnorePatterns": [ |
|
0 commit comments