Bump @coffeelint/cli from 4.1.2 to 4.1.3 in /dependencies (#1214)

Bumps [@coffeelint/cli](https://github.com/coffeelint/coffeelint) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/coffeelint/coffeelint/releases)
- [Changelog](https://github.com/coffeelint/coffeelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/coffeelint/coffeelint/compare/v4.1.2...v4.1.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
This commit is contained in:
dependabot[bot] 2021-02-17 11:07:18 -06:00 committed by GitHub
parent 2a27cf7c46
commit eef18eadca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

20
dependencies/package-lock.json generated vendored
View file

@ -758,9 +758,9 @@
}
},
"@coffeelint/cli": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-4.1.2.tgz",
"integrity": "sha512-jBOZZPPeNt1fyJ/5pMpsK55fMhlRne/00eu/aQlOc6mXzwj9ZcYp9pQS9AINMHqzfjGs4X6uvwxX+voJFLNDRw==",
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-4.1.3.tgz",
"integrity": "sha512-SFnwXtt8kHrFqkmJuvqLuuda0YpA4fA/CT6u7Q4cZaaoWXUePyETdV9vmo84CW13hK3mpmgsLMz/zR5C+Nuxhg==",
"requires": {
"coffeescript": "2.5.1",
"glob": "^7.1.6",
@ -7974,16 +7974,16 @@
"integrity": "sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg=="
},
"yargs": {
"version": "16.1.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.1.0.tgz",
"integrity": "sha512-upWFJOmDdHN0syLuESuvXDmrRcWd1QafJolHskzaw79uZa7/x53gxQKiR07W59GWY1tFhhU/Th9DrtSfpS782g==",
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
"integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
"requires": {
"cliui": "^7.0.2",
"escalade": "^3.1.1",
"get-caller-file": "^2.0.5",
"require-directory": "^2.1.1",
"string-width": "^4.2.0",
"y18n": "^5.0.2",
"y18n": "^5.0.5",
"yargs-parser": "^20.2.2"
},
"dependencies": {
@ -8013,9 +8013,9 @@
"integrity": "sha512-hsRUr4FFrvhhRH12wOdfs38Gy7k2FFzB9qgN9v3aLykRq0dRcdcpz5C9FxdS2NuhOrI/628b/KSTJ3rwHysYSg=="
},
"yargs-parser": {
"version": "20.2.4",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz",
"integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA=="
"version": "20.2.5",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.5.tgz",
"integrity": "sha512-jYRGS3zWy20NtDtK2kBgo/TlAoy5YUuhD9/LZ7z7W4j1Fdw2cqD0xEEclf8fxc8xjD6X5Qr+qQQwCEsP8iRiYg=="
}
}
},

View file

@ -1,7 +1,7 @@
{
"name": "super-linter",
"dependencies": {
"@coffeelint/cli": "^4.1.2",
"@coffeelint/cli": "^4.1.3",
"@stoplight/spectral": "^5.8.0",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^3.10.1",