|
33 | 33 | "@types/fs-extra": "^8.0.1",
|
34 | 34 | "@types/http-proxy": "^1.17.4",
|
35 | 35 | "@types/js-yaml": "^3.12.3",
|
36 |
| - "@types/mocha": "^5.2.7", |
| 36 | + "@types/mocha": "^8.0.3", |
37 | 37 | "@types/node": "^12.12.7",
|
38 | 38 | "@types/parcel-bundler": "^1.12.1",
|
39 | 39 | "@types/pem": "^1.9.5",
|
40 | 40 | "@types/safe-compare": "^1.1.0",
|
41 | 41 | "@types/semver": "^7.1.0",
|
42 |
| - "@types/tar-fs": "^1.16.2", |
43 |
| - "@types/tar-stream": "^1.6.1", |
44 |
| - "@types/ws": "^6.0.4", |
45 |
| - "@typescript-eslint/eslint-plugin": "^2.0.0", |
46 |
| - "@typescript-eslint/parser": "^2.0.0", |
| 42 | + "@types/tar-fs": "^2.0.0", |
| 43 | + "@types/tar-stream": "^2.1.0", |
| 44 | + "@types/ws": "^7.2.6", |
| 45 | + "@typescript-eslint/eslint-plugin": "^3.10.1", |
| 46 | + "@typescript-eslint/parser": "^3.10.1", |
47 | 47 | "doctoc": "^1.4.0",
|
48 |
| - "eslint": "^6.2.0", |
| 48 | + "eslint": "^7.7.0", |
49 | 49 | "eslint-config-prettier": "^6.0.0",
|
50 | 50 | "eslint-plugin-import": "^2.18.2",
|
51 | 51 | "eslint-plugin-prettier": "^3.1.0",
|
52 | 52 | "leaked-handles": "^5.2.0",
|
53 |
| - "mocha": "^6.2.0", |
| 53 | + "mocha": "^8.1.2", |
54 | 54 | "parcel-bundler": "^1.12.4",
|
55 | 55 | "prettier": "^2.0.5",
|
56 | 56 | "stylelint": "^13.0.0",
|
57 | 57 | "stylelint-config-recommended": "^3.0.0",
|
58 |
| - "ts-node": "^8.4.1", |
59 |
| - "typescript": "3.7.2" |
| 58 | + "ts-node": "^9.0.0", |
| 59 | + "typescript": "4.0.2" |
60 | 60 | },
|
61 | 61 | "resolutions": {
|
62 | 62 | "@types/node": "^12.12.7",
|
|
66 | 66 | "dependencies": {
|
67 | 67 | "@coder/logger": "1.1.16",
|
68 | 68 | "env-paths": "^2.2.0",
|
69 |
| - "fs-extra": "^8.1.0", |
| 69 | + "fs-extra": "^9.0.1", |
70 | 70 | "http-proxy": "^1.18.0",
|
71 | 71 | "httpolyglot": "^0.1.2",
|
72 | 72 | "js-yaml": "^3.13.1",
|
73 | 73 | "limiter": "^1.1.5",
|
74 | 74 | "pem": "^1.14.2",
|
75 | 75 | "rotating-file-stream": "^2.1.1",
|
| 76 | + "safe-buffer": "^5.1.1", |
76 | 77 | "safe-compare": "^1.1.4",
|
77 | 78 | "semver": "^7.1.3",
|
78 | 79 | "tar": "^6.0.1",
|
|
0 commit comments