mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CookieWarning
synced 2024-11-23 22:03:41 +00:00
05f7ce101c
* eslint-config-wikimedia: 0.21.0 → 0.22.1 * async: 3.2.0 → 3.2.3 * https://github.com/advisories/GHSA-fwr7-v2mv-hh25 * minimist: 1.2.5 → 1.2.6 * https://github.com/advisories/GHSA-xvch-5gv4-984h Change-Id: Ie88a2b06fb4e1e263e23650de6d9b7063a6817ee
18 lines
404 B
JSON
18 lines
404 B
JSON
{
|
|
"name": "CookieWarning-dependencies",
|
|
"description": "Node.js dependencies used in CookieWarning",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.4.1",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"stylelint-config-wikimedia": "0.11.1"
|
|
}
|
|
}
|