Bump codelyzer from 6.0.0 to 6.0.1 (#1715)

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-06 10:32:29 +01:00
committed by GitHub
parent 7ce2461c02
commit 1eb85a198d
2 changed files with 8 additions and 9 deletions
+7 -8
View File
@@ -4467,9 +4467,9 @@
} }
}, },
"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",
@@ -4507,14 +4507,13 @@
"dev": true "dev": true
}, },
"css-selector-tokenizer": { "css-selector-tokenizer": {
"version": "0.7.2", "version": "0.7.3",
"resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.2.tgz", "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.3.tgz",
"integrity": "sha512-yj856NGuAymN6r8bn8/Jl46pR+OC3eEvAhfGYDUe7YPtTPAYrSSw4oAniZ9Y8T5B92hjhwTBLUen0/vKPxf6pw==", "integrity": "sha512-jWQv3oCEL5kMErj4wRnK/OPoBi0D+P1FR2cDCKYPaMeD2eW3/mttav8HT4hT1CKopiJI/psEULjkClhvJo4Lvg==",
"dev": true, "dev": true,
"requires": { "requires": {
"cssesc": "^3.0.0", "cssesc": "^3.0.0",
"fastparse": "^1.1.2", "fastparse": "^1.1.2"
"regexpu-core": "^4.6.0"
} }
}, },
"source-map": { "source-map": {
+1 -1
View File
@@ -84,7 +84,7 @@
"@types/superagent": "^4.1.10", "@types/superagent": "^4.1.10",
"adf-tslint-rules": "0.0.7", "adf-tslint-rules": "0.0.7",
"ajv-cli": "^3.3.0", "ajv-cli": "^3.3.0",
"codelyzer": "^6.0.0", "codelyzer": "^6.0.1",
"commander": "^6.1.0", "commander": "^6.1.0",
"connect-history-api-fallback": "^1.6.0", "connect-history-api-fallback": "^1.6.0",
"cpr": "^3.0.1", "cpr": "^3.0.1",