Skip to content

Commit f0a327c

Browse files
committed
Move mocha to devdependencies
It's vulnerable, per `npm audit`, so we don't want it in production. Inspired by GitHub user makuro's commit @ 9045d25. makuro/swagger-node@9045d25
1 parent d78d323 commit f0a327c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"inquirer": "^6.2.2",
2727
"js-yaml": "^3.13.0",
2828
"lodash": "^4.17.11",
29-
"mocha": "^6.0.2",
3029
"nodemon": "^1.18.10",
3130
"serve-static": "^1.13.2",
3231
"swagger-converter": "^1.5.1",
@@ -36,6 +35,7 @@
3635
},
3736
"devDependencies": {
3837
"chai": "^4.2.0",
38+
"mocha": "^6.0.2",
3939
"mock-stdin": "^0.3.1",
4040
"proxyquire": "^2.1.0",
4141
"should": "^13.2.3",

0 commit comments

Comments
 (0)