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:
Amir Aharoni
2019-04-20 14:20:14 +03:00
parent cebd1542bf
commit d7b731df5c

View File

@@ -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",