mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 02:54:23 +00:00
709d1cf853
* Updated grunt-contrib-watch to 1.1.0, addressing: * https://npmjs.com/advisories/534 * CVE-2017-16137 * https://npmjs.com/advisories/577 * CVE-2018-3721 * Updated grunt to 1.0.3, addressing: * https://npmjs.com/advisories/577 * CVE-2018-3721 Change-Id: I24b0cab865d1c90c2790a231b7316ebf93b49dae
15 lines
271 B
JSON
15 lines
271 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.5.0",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "20.1.0",
|
|
"grunt-jsonlint": "1.1.0"
|
|
}
|
|
}
|