33 "displayName" : " Mocha for VS Code" ,
44 "description" : " Run and debug Mocha tests right within VS Code." ,
55 "publisher" : " coderline" ,
6- "version" : " 1.2.4 " ,
6+ "version" : " 1.2.5 " ,
77 "icon" : " icon.png" ,
88 "engines" : {
99 "vscode" : " ^1.83.0"
146146 "fix" : " eslint . --fix"
147147 },
148148 "devDependencies" : {
149- "@eslint/js" : " ^9.16 .0" ,
149+ "@eslint/js" : " ^9.19 .0" ,
150150 "@jridgewell/trace-mapping" : " ^0.3.25" ,
151- "@types/chai" : " ^4.3.17 " ,
151+ "@types/chai" : " ^5.0.1 " ,
152152 "@types/eslint__js" : " ^8.42.3" ,
153- "@types/estree" : " ^1.0.5 " ,
153+ "@types/estree" : " ^1.0.6 " ,
154154 "@types/extract-zip" : " ^2.0.1" ,
155155 "@types/glob" : " ^8.1.0" ,
156- "@types/mocha" : " ^10.0.8 " ,
156+ "@types/mocha" : " ^10.0.10 " ,
157157 "@types/node" : " 22.x" ,
158- "@types/picomatch" : " ^3.0.1 " ,
158+ "@types/picomatch" : " ^3.0.2 " ,
159159 "@types/sinon" : " ^17.0.3" ,
160160 "@types/split2" : " ^4.2.3" ,
161161 "@types/which" : " ^3.0.4" ,
162162 "@types/yargs" : " ^17.0.33" ,
163- "@typescript-eslint/eslint-plugin" : " ^8.18.2 " ,
164- "@typescript-eslint/parser" : " ^8.14 .0" ,
165- "@typescript-eslint/typescript-estree" : " ^8.19 .0" ,
163+ "@typescript-eslint/eslint-plugin" : " ^8.22.0 " ,
164+ "@typescript-eslint/parser" : " ^8.22 .0" ,
165+ "@typescript-eslint/typescript-estree" : " ^8.22 .0" ,
166166 "@vscode/dts" : " ^0.4.1" ,
167167 "@vscode/test-cli" : " ^0.0.10" ,
168168 "@vscode/test-electron" : " ^2.4.1" ,
169- "@vscode/vsce" : " ^3.2.1 " ,
170- "acorn" : " ^8.13 .0" ,
169+ "@vscode/vsce" : " ^3.2.2 " ,
170+ "acorn" : " ^8.14 .0" ,
171171 "acorn-loose" : " ^8.4.0" ,
172172 "ansi-colors" : " ^4.1.3" ,
173- "chai" : " ^4.4.1 " ,
173+ "chai" : " ^5.1.2 " ,
174174 "cross-env" : " ^7.0.3" ,
175175 "data-uri-to-buffer" : " ^6.0.2" ,
176176 "enhanced-resolve" : " ^5.18.0" ,
177177 "error-stack-parser" : " ^2.1.4" ,
178- "eslint" : " ^9.17 .0" ,
179- "eslint-config-prettier" : " ^9.1.0 " ,
178+ "eslint" : " ^9.19 .0" ,
179+ "eslint-config-prettier" : " ^10.0.1 " ,
180180 "eslint-plugin-license-header" : " ^0.6.1" ,
181181 "eslint-plugin-prettier" : " ^5.2.3" ,
182- "eslint-visitor-keys" : " ^4.1 .0" ,
182+ "eslint-visitor-keys" : " ^4.2 .0" ,
183183 "extract-zip" : " ^2.0.1" ,
184- "glob" : " ^11.0.0 " ,
184+ "glob" : " ^11.0.1 " ,
185185 "minimatch" : " ^10.0.1" ,
186- "mocha" : " ^10.8.2 " ,
186+ "mocha" : " ^11.1.0 " ,
187187 "prettier" : " ^3.4.2" ,
188188 "prettier-eslint" : " ^16.3.0" ,
189189 "prettier-eslint-cli" : " ^8.0.1" ,
190190 "prettier-plugin-organize-imports" : " ^4.1.0" ,
191191 "sinon" : " ^19.0.2" ,
192192 "split2" : " ^4.2.0" ,
193193 "stacktrace-parser" : " ^0.1.10" ,
194- "supports-color" : " ^9.4 .0" ,
194+ "supports-color" : " ^10.0 .0" ,
195195 "tar" : " ^7.4.3" ,
196196 "ts-node" : " ^10.9.2" ,
197197 "tsx" : " ^4.19.2" ,
198- "typescript" : " ^5.7.2 " ,
199- "typescript-eslint" : " ^8.20 .0" ,
198+ "typescript" : " ^5.7.3 " ,
199+ "typescript-eslint" : " ^8.22 .0" ,
200200 "which" : " ^5.0.0"
201201 },
202202 "dependencies" : {
203203 "esbuild" : " ^0.24.2"
204204 },
205205 "mocha-vscode" : {
206- "version" : " v1.2.4+9a52d28 " ,
207- "date" : " 2025-02-02T11:56:15.601Z "
206+ "version" : " v1.2.5+38de59c " ,
207+ "date" : " 2025-02-02T12:12:09.874Z "
208208 }
209209}
0 commit comments