mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
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:
parent
02828b0757
commit
c225079903
2 changed files with 11 additions and 11 deletions
20
dependencies/package-lock.json
generated
vendored
20
dependencies/package-lock.json
generated
vendored
|
@ -6,7 +6,7 @@
|
|||
"": {
|
||||
"name": "super-linter",
|
||||
"dependencies": {
|
||||
"@coffeelint/cli": "^4.1.5",
|
||||
"@coffeelint/cli": "^5.0.0",
|
||||
"@stoplight/spectral": "^5.9.1",
|
||||
"@typescript-eslint/eslint-plugin": "^4.22.1",
|
||||
"@typescript-eslint/parser": "^4.22.1",
|
||||
|
@ -758,22 +758,22 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@coffeelint/cli": {
|
||||
"version": "4.1.5",
|
||||
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-4.1.5.tgz",
|
||||
"integrity": "sha512-wUpYNCM9m7fLZQwjEZu3SIUWcNJ9ja+bfrauarJgYP5BU9WoqYncVeREfM5XOWaebx64HB783tBP5MppZOIm1w==",
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.0.tgz",
|
||||
"integrity": "sha512-ZqKdqkuc3GMjkzAChlj72KWxdlCJXWQRX7N2fdVD2kkikYGaVocTMCtxyW1Ml7WbyVMm3jxTQ8n3/Fpx0jN38w==",
|
||||
"dependencies": {
|
||||
"coffeescript": "2.5.1",
|
||||
"glob": "^7.1.6",
|
||||
"ignore": "^5.1.8",
|
||||
"resolve": "^1.20.0",
|
||||
"strip-json-comments": "^3.1.1",
|
||||
"yargs": "^17.0.0"
|
||||
"yargs": "^17.0.1"
|
||||
},
|
||||
"bin": {
|
||||
"coffeelint": "bin/coffeelint"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.x"
|
||||
"node": ">=12.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@eslint/eslintrc": {
|
||||
|
@ -10153,16 +10153,16 @@
|
|||
}
|
||||
},
|
||||
"@coffeelint/cli": {
|
||||
"version": "4.1.5",
|
||||
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-4.1.5.tgz",
|
||||
"integrity": "sha512-wUpYNCM9m7fLZQwjEZu3SIUWcNJ9ja+bfrauarJgYP5BU9WoqYncVeREfM5XOWaebx64HB783tBP5MppZOIm1w==",
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.0.tgz",
|
||||
"integrity": "sha512-ZqKdqkuc3GMjkzAChlj72KWxdlCJXWQRX7N2fdVD2kkikYGaVocTMCtxyW1Ml7WbyVMm3jxTQ8n3/Fpx0jN38w==",
|
||||
"requires": {
|
||||
"coffeescript": "2.5.1",
|
||||
"glob": "^7.1.6",
|
||||
"ignore": "^5.1.8",
|
||||
"resolve": "^1.20.0",
|
||||
"strip-json-comments": "^3.1.1",
|
||||
"yargs": "^17.0.0"
|
||||
"yargs": "^17.0.1"
|
||||
}
|
||||
},
|
||||
"@eslint/eslintrc": {
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -2,7 +2,7 @@
|
|||
"name": "super-linter",
|
||||
"dependencies": {
|
||||
"@stoplight/spectral": "^5.9.1",
|
||||
"@coffeelint/cli": "^4.1.5",
|
||||
"@coffeelint/cli": "^5.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.22.1",
|
||||
"@typescript-eslint/parser": "^4.22.1",
|
||||
"asl-validator": "^1.9.8",
|
||||
|
|
Loading…
Reference in a new issue