mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SecureLinkFixer
synced 2024-11-24 23:45:37 +00:00
52d1515ece
* Updated grunt to 1.0.3, addressing security issues: * https://npmjs.com/advisories/577 * CVE-2018-3721 Change-Id: I0e008c810c15ea8c224dab0b451227d313a98e1c
14 lines
254 B
JSON
14 lines
254 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-eslint": "20.1.0",
|
|
"grunt-jsonlint": "1.1.0"
|
|
}
|
|
}
|