mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Editcount
synced 2024-11-23 15:57:19 +00:00
e9935a1cf3
* https://npmjs.com/advisories/577 (CVE-2018-3721) * https://npmjs.com/advisories/745 * https://npmjs.com/advisories/782 (CVE-2018-16487) * https://npmjs.com/advisories/788 * https://npmjs.com/advisories/813 * https://npmjs.com/advisories/1065 (CVE-2019-10744) * https://npmjs.com/advisories/1523 (CVE-2019-10744) Additional changes: * Replaced "jakub-onderka" packages with "php-parallel-lint". * Committed package-lock.json (T179229) too. * And updating CoC link to use Special:MyLanguage (T202047). Change-Id: Ifb9e1aa073555e078b576a436029334a24968cea
17 lines
314 B
JSON
17 lines
314 B
JSON
{
|
|
"require-dev": {
|
|
"mediawiki/minus-x": "0.3.1",
|
|
"php-parallel-lint/php-console-highlighter": "0.3.2",
|
|
"php-parallel-lint/php-parallel-lint": "1.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"parallel-lint . --exclude vendor --exclude node_modules",
|
|
"minus-x check ."
|
|
],
|
|
"fix": [
|
|
"minus-x fix ."
|
|
]
|
|
}
|
|
}
|