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: Iceeb35bed0d562699c1e8d30822c813dd2e728ae
This commit is contained in:
libraryupgrader
2021-10-07 11:15:27 +00:00
parent c5d33dca4a
commit e670dbf619
2 changed files with 6 additions and 5 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"
}
}