Bump @coffeelint/cli from 4.0.0 to 4.1.0 in /dependencies

Bumps [@coffeelint/cli](https://github.com/coffeelint/coffeelint) from 4.0.0 to 4.1.0.
- [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.0.0...v4.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-09-24 05:48:02 +00:00 committed by GitHub
parent dc55a4b75d
commit 42701e167e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

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

@ -357,9 +357,9 @@
}
},
"@coffeelint/cli": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-4.0.0.tgz",
"integrity": "sha512-/YmfX2pbN/4w3bxTuutLV0uhx1eV0GQGvwGSq1ROkx44u/Cy6/jXaQBKPRXc2zn1Bk93d2lMQvONtCHvLMaG3Q==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-4.1.0.tgz",
"integrity": "sha512-C4vUMd4OUVZtu/ejRj3bB87n6LmIzSQRdMIa1N0M9dLBFOBGubVjIN0J2dSoLRiKrwXzEOOr4ezTCn1HpaDVXg==",
"requires": {
"coffeescript": "2.5.1",
"glob": "^7.1.6",
@ -6330,9 +6330,9 @@
"integrity": "sha512-/jJ831jEs4vGDbYPQp4yGKDYPSCCEQ45uZWJHE1AoYBzqdZi8+LDWas0z4HrmJXmKdpFsTiowSHXdxyFhpmdMg=="
},
"yargs-parser": {
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.0.0.tgz",
"integrity": "sha512-8eblPHTL7ZWRkyjIZJjnGf+TijiKJSwA24svzLRVvtgoi/RZiKa9fFQTrlx0OKLnyHSdt/enrdadji6WFfESVA=="
"version": "20.2.0",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.0.tgz",
"integrity": "sha512-2agPoRFPoIcFzOIp6656gcvsg2ohtscpw2OINr/q46+Sq41xz2OYLqx5HRHabmFU1OARIPAYH5uteICE7mn/5A=="
}
}
},

View file

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