Compare commits

...
Sign in to create a new pull request.

4 commits

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

Change-Id: I06551f761db039aa6be1b8924b3d4ed80cde968e
2022-10-23 07:35:56 +00:00
libraryupgrader
eb06751a3d build: Updating grunt to 1.5.3
Change-Id: If648169dbaa6ced928befbde56ff94eb47eba02e
2022-05-22 14:21:25 +00:00
libraryupgrader
c68ced7f7e build: Updating async to 3.2.3
* https://github.com/advisories/GHSA-fwr7-v2mv-hh25

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

Change-Id: Idfc1397cbd2f801d8d2781c95041b6358536c5cf
2022-04-15 01:40:39 +00:00
libraryupgrader
4906174274 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: Iedf6d737e8146dfef2111a4b88e58c8472d10b9d
2021-10-07 12:33:10 +00:00
3 changed files with 2631 additions and 162 deletions

View file

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

2785
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,11 +1,12 @@
{
"name": "ContributionScores",
"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"
}