Skip to content

Commit 8a83943

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 7776306 commit 8a83943

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
@@ -29,7 +29,6 @@
2929
"inquirer": "7.0.0",
3030
"js-yaml": "^3.13.0",
3131
"lodash": "^4.17.11",
32-
"mocha": "^6.0.2",
3332
"nodemon": "^1.19.2",
3433
"serve-static": "^1.13.2",
3534
"swagger-converter": "1.5.1",
@@ -39,6 +38,7 @@
3938
},
4039
"devDependencies": {
4140
"chai": "^4.2.0",
41+
"mocha": "^6.0.2",
4242
"mock-stdin": "^0.3.1",
4343
"proxyquire": "^2.1.0",
4444
"should": "^13.2.3",

0 commit comments

Comments
 (0)