Skip to content

Commit adbae0e

Browse files
authored
fix: update to mocha v11 (#198)
1 parent a09a208 commit adbae0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-release": "^3.2.2",
4343
"globals": "^15.11.0",
4444
"markdownlint-cli": "^0.31.1",
45-
"mocha": "^10.7.3",
45+
"mocha": "^11.0.0",
4646
"npm-run-all": "^4.1.5",
4747
"yeoman-assert": "^3.1.1",
4848
"yeoman-environment": "^4.4.3",

plugin/templates/_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-doc-generator": "^2.0.0",
3030
"eslint-plugin-eslint-plugin": "^6.0.0",
3131
"eslint-plugin-n": "^17.0.0",
32-
"mocha": "^10.0.0",
32+
"mocha": "^11.0.0",
3333
"npm-run-all2": "^6.1.2"
3434
},
3535
"engines": {

0 commit comments

Comments
 (0)