mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-23 15:56:50 +00:00
4ff1076d89
* grunt: 1.5.2 → 1.5.3 * eslint-plugin-compat: 4.0.2 → 4.2.0 * https://github.com/advisories/GHSA-c2qf-rxjj-qqgw * minimatch: 3.0.4, 3.1.2 → 3.0.8, 3.1.2 * https://github.com/advisories/GHSA-f8q6-p94x-37v3 * postcss: 8.4.14 → 8.4.35 * https://github.com/advisories/GHSA-7fh5-64p2-3v2j * semver: 5.7.1, 6.3.0, 7.3.5, 7.3.7 → 5.7.2, 6.3.1, 7.6.0 * https://github.com/advisories/GHSA-c2qf-rxjj-qqgw * word-wrap: 1.2.3 → 1.2.5 * https://github.com/advisories/GHSA-j8xg-fqg3-53r7 Change-Id: Ib07f73c46ed0c8cded0ddca97486795860ace5ea
16 lines
306 B
JSON
16 lines
306 B
JSON
{
|
|
"name": "ConfirmEdit",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.5.3",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "24.0.0",
|
|
"grunt-stylelint": "0.17.0",
|
|
"stylelint-config-wikimedia": "0.13.0"
|
|
}
|
|
}
|