Compare commits

...

4 commits

Author SHA1 Message Date
libraryupgrader 97828780bf build: Updating minimatch to 3.0.8
* https://github.com/advisories/GHSA-f8q6-p94x-37v3

Change-Id: I43618d22e8b128848f3811fda5b67b2bc725c4e3
2022-10-23 08:46:26 +00:00
libraryupgrader 5a440f2c33 build: Updating grunt to 1.5.3
Change-Id: I9a3941e2ebac31cd4862d366da31848168d6abca
2022-05-22 15:41:05 +00:00
libraryupgrader 62766617fc build: Updating async to 3.2.3
* https://github.com/advisories/GHSA-fwr7-v2mv-hh25

Additional changes:
* Set `name` in package.json.

Change-Id: I553b0ef1d6329dee32b9d8d2ae6457cc12a3e0b4
2022-04-15 02:51:39 +00:00
libraryupgrader 0b426797b5 build: Updating ansi-regex to 5.0.1
* https://npmjs.com/advisories/1002401 (CVE-2021-3807)

Additional changes:
* composer.json: Updated phpcs command in composer test (T280592).
* composer.json: Added phpcs command to scripts (T280592).

Change-Id: I9ec4b8dc87755d2dcbb84bcb2907efdb1dcd81ec
2021-10-07 19:22:49 +00:00
3 changed files with 2671 additions and 183 deletions

View file

@ -9,11 +9,12 @@
"test": [
"parallel-lint . --exclude vendor --exclude node_modules",
"minus-x check .",
"phpcs -p -s"
"@phpcs"
],
"fix": [
"minus-x fix .",
"phpcbf"
]
],
"phpcs": "phpcs -sp --cache"
}
}

2846
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,11 +1,12 @@
{
"name": "Description2",
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.20.0",
"grunt": "1.4.0",
"grunt": "1.5.3",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "23.0.0"
}