Skip to content

Commit 7b634cc

Browse files
committed
chore: use latest version of mocha to fix vulnerabilities.
1 parent f87b016 commit 7b634cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
}
8989
],
9090
"devDependencies": {
91-
"mocha": "3.2.0",
91+
"mocha": "^8.3.2",
9292
"should": "11.2.0"
9393
},
9494
"main": "./lib/inflection.js",
@@ -103,4 +103,4 @@
103103
"scripts": {
104104
"test": "mocha -R spec"
105105
}
106-
}
106+
}

0 commit comments

Comments
 (0)