mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ReplaceText
synced 2024-12-14 07:21:50 +00:00
f7f0ddb130
* 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: Id75bc1b814a9ead5fdbc12f499c8a0f5959cedd0
19 lines
348 B
JSON
19 lines
348 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-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.15.0",
|
|
"stylelint-config-wikimedia": "0.10.3"
|
|
},
|
|
"eslintIgnore": [
|
|
"vendor/**"
|
|
]
|
|
}
|