Bump @coffeelint/cli from 4.1.5 to 5.0.0 in /dependencies (#1522)

Bumps [@coffeelint/cli](https://github.com/coffeelint/coffeelint) from 4.1.5 to 5.0.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.1.5...v5.0.0)

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-05-05 08:23:06 -05:00 committed by GitHub
parent 02828b0757
commit c225079903
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

@ -6,7 +6,7 @@
"": { "": {
"name": "super-linter", "name": "super-linter",
"dependencies": { "dependencies": {
"@coffeelint/cli": "^4.1.5", "@coffeelint/cli": "^5.0.0",
"@stoplight/spectral": "^5.9.1", "@stoplight/spectral": "^5.9.1",
"@typescript-eslint/eslint-plugin": "^4.22.1", "@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1", "@typescript-eslint/parser": "^4.22.1",
@ -758,22 +758,22 @@
} }
}, },
"node_modules/@coffeelint/cli": { "node_modules/@coffeelint/cli": {
"version": "4.1.5", "version": "5.0.0",
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-4.1.5.tgz", "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.0.tgz",
"integrity": "sha512-wUpYNCM9m7fLZQwjEZu3SIUWcNJ9ja+bfrauarJgYP5BU9WoqYncVeREfM5XOWaebx64HB783tBP5MppZOIm1w==", "integrity": "sha512-ZqKdqkuc3GMjkzAChlj72KWxdlCJXWQRX7N2fdVD2kkikYGaVocTMCtxyW1Ml7WbyVMm3jxTQ8n3/Fpx0jN38w==",
"dependencies": { "dependencies": {
"coffeescript": "2.5.1", "coffeescript": "2.5.1",
"glob": "^7.1.6", "glob": "^7.1.6",
"ignore": "^5.1.8", "ignore": "^5.1.8",
"resolve": "^1.20.0", "resolve": "^1.20.0",
"strip-json-comments": "^3.1.1", "strip-json-comments": "^3.1.1",
"yargs": "^17.0.0" "yargs": "^17.0.1"
}, },
"bin": { "bin": {
"coffeelint": "bin/coffeelint" "coffeelint": "bin/coffeelint"
}, },
"engines": { "engines": {
"node": ">=10.x" "node": ">=12.x"
} }
}, },
"node_modules/@eslint/eslintrc": { "node_modules/@eslint/eslintrc": {
@ -10153,16 +10153,16 @@
} }
}, },
"@coffeelint/cli": { "@coffeelint/cli": {
"version": "4.1.5", "version": "5.0.0",
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-4.1.5.tgz", "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.0.tgz",
"integrity": "sha512-wUpYNCM9m7fLZQwjEZu3SIUWcNJ9ja+bfrauarJgYP5BU9WoqYncVeREfM5XOWaebx64HB783tBP5MppZOIm1w==", "integrity": "sha512-ZqKdqkuc3GMjkzAChlj72KWxdlCJXWQRX7N2fdVD2kkikYGaVocTMCtxyW1Ml7WbyVMm3jxTQ8n3/Fpx0jN38w==",
"requires": { "requires": {
"coffeescript": "2.5.1", "coffeescript": "2.5.1",
"glob": "^7.1.6", "glob": "^7.1.6",
"ignore": "^5.1.8", "ignore": "^5.1.8",
"resolve": "^1.20.0", "resolve": "^1.20.0",
"strip-json-comments": "^3.1.1", "strip-json-comments": "^3.1.1",
"yargs": "^17.0.0" "yargs": "^17.0.1"
} }
}, },
"@eslint/eslintrc": { "@eslint/eslintrc": {

View file

@ -2,7 +2,7 @@
"name": "super-linter", "name": "super-linter",
"dependencies": { "dependencies": {
"@stoplight/spectral": "^5.9.1", "@stoplight/spectral": "^5.9.1",
"@coffeelint/cli": "^4.1.5", "@coffeelint/cli": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^4.22.1", "@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1", "@typescript-eslint/parser": "^4.22.1",
"asl-validator": "^1.9.8", "asl-validator": "^1.9.8",