mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-28 02:00:01 +00:00
8119592874
* grunt: 1.1.0 → 1.4.0 * stylelint-config-wikimedia: 0.10.1 → 0.10.3 * https://npmjs.com/advisories/1693 (CVE-2021-23368) * lodash: 4.17.19 → 4.17.21 * https://npmjs.com/advisories/1673 (CVE-2021-23337) * hosted-git-info: 2.8.5 → 2.8.9 * https://npmjs.com/advisories/1677 (CVE-2021-23362) * @stylelint/postcss-markdown: 0.36.1 → 0.36.2 * https://npmjs.com/advisories/1700 (CVE-2020-7753) Change-Id: Ic0485e04de57935e09078d226cbbd74967ed4a17
15 lines
282 B
JSON
15 lines
282 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.15.3",
|
|
"grunt": "1.4.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-stylelint": "0.15.0",
|
|
"stylelint-config-wikimedia": "0.10.3"
|
|
}
|
|
}
|