Bump codelyzer from 6.0.0 to 6.0.1 (#6196)

Bumps [codelyzer](https://github.com/mgechev/codelyzer) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/mgechev/codelyzer/releases)
- [Changelog](https://github.com/mgechev/codelyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mgechev/codelyzer/commits/6.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-10-01 10:19:46 +01:00 committed by GitHub
parent 2c5f46cb2d
commit 60bfe60b38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -7358,9 +7358,9 @@
"integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=" "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c="
}, },
"codelyzer": { "codelyzer": {
"version": "6.0.0", "version": "6.0.1",
"resolved": "https://registry.npmjs.org/codelyzer/-/codelyzer-6.0.0.tgz", "resolved": "https://registry.npmjs.org/codelyzer/-/codelyzer-6.0.1.tgz",
"integrity": "sha512-edJIQCIcxD9DhVSyBEdJ38AbLikm515Wl91t5RDGNT88uA6uQdTm4phTWfn9JhzAI8kXNUcfYyAE90lJElpGtA==", "integrity": "sha512-cOyGQgMdhnRYtW2xrJUNrNYDjEgwQ+BrE2y93Bwz3h4DJ6vJRLfupemU5N3pbYsUlBHJf0u1j1UGk+NLW4d97g==",
"dev": true, "dev": true,
"requires": { "requires": {
"@angular/compiler": "9.0.0", "@angular/compiler": "9.0.0",

View File

@ -122,7 +122,7 @@
"@types/request": "^2.48.5", "@types/request": "^2.48.5",
"@types/selenium-webdriver": "^4.0.9", "@types/selenium-webdriver": "^4.0.9",
"ajv-cli": "^3.0.0", "ajv-cli": "^3.0.0",
"codelyzer": "^6.0.0", "codelyzer": "^6.0.1",
"commander": "6.1.0", "commander": "6.1.0",
"concurrently": "^5.3.0", "concurrently": "^5.3.0",
"cspell": "^4.1.0", "cspell": "^4.1.0",