Skip to content

Commit 062b574

Browse files
committed
chore: Update mocha to v7 to fix security issues in its dependencies
any newer version of mocha requires node 10 or newer
1 parent 7a63a2a commit 062b574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"fill-range": "^7.0.1",
4545
"gulp-format-md": "^2.0.0",
4646
"minimatch": "^3.0.4",
47-
"mocha": "^5.2.0",
47+
"mocha": "^7.2.0",
4848
"time-require": "github:jonschlinkert/time-require"
4949
},
5050
"keywords": [

0 commit comments

Comments
 (0)