mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Bump @coffeelint/cli from 5.0.0 to 5.0.1 in /dependencies (#1528)
Bumps [@coffeelint/cli](https://github.com/coffeelint/coffeelint) from 5.0.0 to 5.0.1. - [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/v5.0.0...v5.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:
parent
6578e2d073
commit
46ebee8802
2 changed files with 8 additions and 8 deletions
14
dependencies/package-lock.json
generated
vendored
14
dependencies/package-lock.json
generated
vendored
|
@ -6,7 +6,7 @@
|
|||
"": {
|
||||
"name": "super-linter",
|
||||
"dependencies": {
|
||||
"@coffeelint/cli": "^5.0.0",
|
||||
"@coffeelint/cli": "^5.0.1",
|
||||
"@stoplight/spectral": "^5.9.1",
|
||||
"@typescript-eslint/eslint-plugin": "^4.22.1",
|
||||
"@typescript-eslint/parser": "^4.22.1",
|
||||
|
@ -758,9 +758,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@coffeelint/cli": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.0.tgz",
|
||||
"integrity": "sha512-ZqKdqkuc3GMjkzAChlj72KWxdlCJXWQRX7N2fdVD2kkikYGaVocTMCtxyW1Ml7WbyVMm3jxTQ8n3/Fpx0jN38w==",
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.1.tgz",
|
||||
"integrity": "sha512-N9fqMvwYuwfFP7b2AgO/rrvUDhWtBpS4inilDtQZvFQAbUCQ76/wCw/iIwOMi9fPC89okxAK2Fzz87bO4x0vaw==",
|
||||
"dependencies": {
|
||||
"coffeescript": "2.5.1",
|
||||
"glob": "^7.1.6",
|
||||
|
@ -10070,9 +10070,9 @@
|
|||
}
|
||||
},
|
||||
"@coffeelint/cli": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.0.tgz",
|
||||
"integrity": "sha512-ZqKdqkuc3GMjkzAChlj72KWxdlCJXWQRX7N2fdVD2kkikYGaVocTMCtxyW1Ml7WbyVMm3jxTQ8n3/Fpx0jN38w==",
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.1.tgz",
|
||||
"integrity": "sha512-N9fqMvwYuwfFP7b2AgO/rrvUDhWtBpS4inilDtQZvFQAbUCQ76/wCw/iIwOMi9fPC89okxAK2Fzz87bO4x0vaw==",
|
||||
"requires": {
|
||||
"coffeescript": "2.5.1",
|
||||
"glob": "^7.1.6",
|
||||
|
|
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": "^5.0.0",
|
||||
"@coffeelint/cli": "^5.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^4.22.1",
|
||||
"@typescript-eslint/parser": "^4.22.1",
|
||||
"asl-validator": "^1.9.8",
|
||||
|
|
Loading…
Reference in a new issue