|
79 | 79 | "mutation-test": "yarn run stryker run"
|
80 | 80 | },
|
81 | 81 | "devDependencies": {
|
82 |
| - "@commitlint/cli": "^8.3.5", |
83 |
| - "@commitlint/config-conventional": "^8.3.4", |
84 |
| - "@stryker-mutator/core": "^3.1.0", |
85 |
| - "@stryker-mutator/jest-runner": "^3.1.0", |
86 |
| - "@stryker-mutator/typescript": "^3.1.0", |
87 |
| - "@types/cross-spawn": "^6.0.1", |
88 |
| - "@types/jest": "^25.2.1", |
| 82 | + "@commitlint/cli": "^9.0.1", |
| 83 | + "@commitlint/config-conventional": "^9.0.1", |
| 84 | + "@stryker-mutator/core": "^3.2.4", |
| 85 | + "@stryker-mutator/jest-runner": "^3.2.4", |
| 86 | + "@stryker-mutator/typescript": "^3.2.4", |
| 87 | + "@types/cross-spawn": "^6.0.2", |
| 88 | + "@types/jest": "^25.2.3", |
89 | 89 | "@types/jest-when": "^2.7.1",
|
90 |
| - "@types/node": "^13.13.5", |
| 90 | + "@types/node": "^14.0.6", |
91 | 91 | "@types/node-fetch": "^2.5.7",
|
92 | 92 | "@types/pacote": "^11.1.0",
|
93 |
| - "@types/semver": "^7.1.0", |
94 |
| - "@types/shell-quote": "^1.6.1", |
| 93 | + "@types/semver": "^7.2.0", |
| 94 | + "@types/shell-quote": "^1.6.2", |
95 | 95 | "@types/tmp": "^0.2.0",
|
96 | 96 | "@types/yargs-parser": "^15.0.0",
|
97 |
| - "@typescript-eslint/eslint-plugin": "^2.31.0", |
98 |
| - "@typescript-eslint/parser": "^2.31.0", |
99 |
| - "all-contributors-cli": "^6.14.2", |
100 |
| - "cspell": "^4.0.61", |
101 |
| - "eslint": "^7.0.0", |
| 97 | + "@typescript-eslint/eslint-plugin": "^3.0.2", |
| 98 | + "@typescript-eslint/parser": "^3.0.2", |
| 99 | + "all-contributors-cli": "^6.15.0", |
| 100 | + "cspell": "^4.0.63", |
| 101 | + "eslint": "^7.1.0", |
102 | 102 | "eslint-config-prettier": "^6.11.0",
|
103 |
| - "eslint-plugin-jest": "^23.10.0", |
| 103 | + "eslint-plugin-jest": "^23.13.2", |
104 | 104 | "eslint-plugin-prefer-arrow": "^1.2.1",
|
105 | 105 | "eslint-plugin-prettier": "^3.1.3",
|
106 | 106 | "expect": "^26.0.1",
|
|
109 | 109 | "jest": "^26.0.1",
|
110 | 110 | "jest-mock-extended": "^1.0.8",
|
111 | 111 | "jest-serial-runner": "file:./tools/jest-serial-runner",
|
112 |
| - "jest-when": "^2.7.1", |
113 |
| - "lint-staged": "^10.2.2", |
| 112 | + "jest-when": "^2.7.2", |
| 113 | + "lint-staged": "^10.2.7", |
114 | 114 | "mock-spawn": "^0.2.6",
|
115 | 115 | "node-fetch": "^2.6.0",
|
116 |
| - "npm-check-updates": "^5.0.0", |
| 116 | + "npm-check-updates": "^6.0.1", |
117 | 117 | "prettier": "^2.0.5",
|
118 | 118 | "semver": "^7.3.2",
|
119 |
| - "ts-jest": "^25.5.1", |
120 |
| - "ts-node": "^8.10.1", |
121 |
| - "ts-toolbelt": "^6.7.2", |
122 |
| - "typescript": "^3.8.3" |
| 119 | + "ts-jest": "^26.0.0", |
| 120 | + "ts-node": "^8.10.2", |
| 121 | + "ts-toolbelt": "^6.9.4", |
| 122 | + "typescript": "^3.9.4" |
123 | 123 | },
|
124 | 124 | "dependencies": {
|
125 | 125 | "array-flat-polyfill": "~1.0.1",
|
126 | 126 | "axios": "~0.19.2",
|
127 | 127 | "chalk": "~4.0.0",
|
128 |
| - "consola": "~2.12.1", |
129 |
| - "cross-spawn": "~7.0.2", |
| 128 | + "consola": "~2.12.2", |
| 129 | + "cross-spawn": "~7.0.3", |
130 | 130 | "figures": "~3.2.0",
|
131 | 131 | "inversify": "~5.0.1",
|
132 |
| - "moment": "~2.25.3", |
133 |
| - "pacote": "~11.1.9", |
| 132 | + "moment": "~2.26.0", |
| 133 | + "pacote": "~11.1.10", |
134 | 134 | "reflect-metadata": "~0.1.13",
|
135 | 135 | "shell-quote": "~1.7.2",
|
136 |
| - "simple-git": "~2.4.0", |
| 136 | + "simple-git": "~2.5.0", |
137 | 137 | "sqlite3": "~4.2.0",
|
138 | 138 | "tmp": "~0.2.1",
|
139 | 139 | "ts-type-guards": "~0.6.1",
|
140 |
| - "typeorm": "~0.2.24", |
141 |
| - "yaml": "~1.9.2", |
| 140 | + "typeorm": "~0.2.25", |
| 141 | + "yaml": "~1.10.0", |
142 | 142 | "yargs-parser": "~18.1.3"
|
143 | 143 | }
|
144 | 144 | }
|
0 commit comments