mediawiki-extensions-AbuseF.../package.json
MarcoAurelio f07bf610c0 build: Update npm dependencies
- eslint-config-wikimedia  0.12.0  →  0.13.1
 - grunt-banana-checker      0.7.0  →   0.7.1
 - grunt-eslint             21.0.0  →  22.0.0
 - grunt-stylelint          0.10.1  →  0.11.0
 - stylelint                 9.9.0  →  10.1.0

Also npm audit (fix) them afterwards.

Addresses CVE-2019-10744.

Change-Id: I3153e269decab7f2637e2a41934e0ee07a5df760
2019-07-31 17:29:00 +00:00

17 lines
378 B
JSON

{
"private": true,
"description": "Build tools for the AbuseFilter mediawiki extension.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.13.1",
"grunt": "1.0.4",
"grunt-banana-checker": "0.7.1",
"grunt-eslint": "22.0.0",
"grunt-stylelint": "0.11.0",
"stylelint": "10.1.0",
"stylelint-config-wikimedia": "0.6.0"
}
}