mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-13 17:27:20 +00:00
f07bf610c0
- 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
17 lines
378 B
JSON
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"
|
|
}
|
|
}
|