build: Updating npm dependencies

* ansi-regex: 5.0.0 → 5.0.1
  * https://npmjs.com/advisories/1002401 (CVE-2021-3807)
* easy-table: 1.1.1 → 1.2.0
  * 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: Ifc5c40b5935b5d9b227f708d2802319473ef15a1
This commit is contained in:
libraryupgrader 2021-10-07 09:10:05 +00:00
parent 77e67102f6
commit 8b606402da
2 changed files with 11 additions and 18 deletions

View file

@ -9,13 +9,14 @@
"scripts": { "scripts": {
"test": [ "test": [
"parallel-lint . --exclude node_modules --exclude vendor", "parallel-lint . --exclude node_modules --exclude vendor",
"phpcs -p -s", "@phpcs",
"minus-x check ." "minus-x check ."
], ],
"fix": [ "fix": [
"minus-x fix .", "minus-x fix .",
"phpcbf" "phpcbf"
], ],
"phan": "phan -d . --long-progress-bar" "phan": "phan -d . --long-progress-bar",
"phpcs": "phpcs -sp --cache"
} }
} }

24
package-lock.json generated
View file

@ -1095,9 +1095,9 @@
} }
}, },
"ansi-regex": { "ansi-regex": {
"version": "5.0.0", "version": "5.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
"integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
"dev": true "dev": true
}, },
"ansi-styles": { "ansi-styles": {
@ -2425,21 +2425,13 @@
} }
}, },
"easy-table": { "easy-table": {
"version": "1.1.1", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/easy-table/-/easy-table-1.1.1.tgz", "resolved": "https://registry.npmjs.org/easy-table/-/easy-table-1.2.0.tgz",
"integrity": "sha512-C9Lvm0WFcn2RgxbMnTbXZenMIWcBtkzMr+dWqq/JsVoGFSVUVlPqeOa5LP5kM0I3zoOazFpckOEb2/0LDFfToQ==", "integrity": "sha512-OFzVOv03YpvtcWGe5AayU5G2hgybsg3iqA6drU8UaoZyB9jLGMTrz9+asnLp/E+6qPh88yEI1gvyZFZ41dmgww==",
"dev": true, "dev": true,
"requires": { "requires": {
"ansi-regex": "^3.0.0", "ansi-regex": "^5.0.1",
"wcwidth": ">=1.0.1" "wcwidth": "^1.0.1"
},
"dependencies": {
"ansi-regex": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz",
"integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=",
"dev": true
}
} }
}, },
"ecc-jsbn": { "ecc-jsbn": {