Update package.json to fix npm audit recommendations
* Update version of eslint from 2.9.0 to 5.16.0. * Update version of mocha from 2.5.3 to 6.1.4.
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
],
|
||||
"devDependencies": {
|
||||
"assert": "1.4.1",
|
||||
"eslint": "2.9.0",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-wikimedia": "0.3.0",
|
||||
"mocha": "^2.5.3"
|
||||
"mocha": "^6.1.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user