|
41 | 41 | "dependencies": {
|
42 | 42 | "debug": "4.1.1",
|
43 | 43 | "md5.js": "1.3.5",
|
44 |
| - "ws": "7.2.5" |
| 44 | + "ws": "7.3.1" |
45 | 45 | },
|
46 | 46 | "devDependencies": {
|
47 | 47 | "@babel/core": "7.11.0",
|
|
50 | 50 | "@babel/preset-env": "7.11.0",
|
51 | 51 | "@babel/preset-typescript": "7.10.4",
|
52 | 52 | "@types/debug": "4.1.5",
|
53 |
| - "@types/jest": "26.0.5", |
54 |
| - "@types/node": "13.13.4", |
55 |
| - "@types/ws": "7.2.4", |
| 53 | + "@types/jest": "26.0.8", |
| 54 | + "@types/node": "13.13.15", |
| 55 | + "@types/ws": "7.2.6", |
56 | 56 | "@typescript-eslint/eslint-plugin": "2.30.0",
|
57 | 57 | "@typescript-eslint/parser": "2.30.0",
|
58 | 58 | "babel-loader": "8.1.0",
|
59 | 59 | "concurrently": "5.2.0",
|
60 |
| - "conventional-changelog-cli": "2.0.31", |
61 |
| - "conventional-recommended-bump": "6.0.5", |
| 60 | + "conventional-changelog-cli": "2.0.34", |
| 61 | + "conventional-recommended-bump": "6.0.9", |
62 | 62 | "core-js": "3.6.5",
|
63 |
| - "cypress": "4.5.0", |
64 |
| - "eslint": "7.0.0", |
| 63 | + "cypress": "4.11.0", |
| 64 | + "eslint": "7.6.0", |
65 | 65 | "eslint-config-prettier": "6.11.0",
|
66 |
| - "eslint-plugin-import": "2.20.2", |
| 66 | + "eslint-plugin-import": "2.22.0", |
67 | 67 | "eslint-plugin-node": "11.1.0",
|
68 | 68 | "eslint-plugin-promise": "4.2.1",
|
69 | 69 | "http-server": "0.12.3",
|
70 | 70 | "jest": "25.5.4",
|
71 | 71 | "mock-socket": "9.0.3",
|
72 | 72 | "prettier": "2.0.5",
|
73 |
| - "ts-jest": "26.0.0", |
74 |
| - "typescript": "3.8.3", |
75 |
| - "webpack": "4.43.0", |
76 |
| - "webpack-cli": "3.3.11", |
77 |
| - "yargs": "15.3.1" |
| 73 | + "ts-jest": "26.1.4", |
| 74 | + "typescript": "3.9.7", |
| 75 | + "webpack": "4.44.1", |
| 76 | + "webpack-cli": "3.3.12", |
| 77 | + "yargs": "15.4.1" |
78 | 78 | },
|
79 | 79 | "jest": {
|
80 | 80 | "testRegex": "(/__tests__/.*|(\\.|/)test)\\.ts$",
|
|
0 commit comments