mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 20:52:12 -05:00
Bump @coffeelint/cli from 5.0.1 to 5.0.2 in /dependencies (#1880)
Bumps [@coffeelint/cli](https://github.com/coffeelint/coffeelint) from 5.0.1 to 5.0.2. - [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.1...v5.0.2) --- updated-dependencies: - dependency-name: "@coffeelint/cli" dependency-type: direct:production update-type: version-update:semver-patch ... 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
20a2ebfeb9
commit
fa4bb2c0a2
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.1",
|
||||
"@coffeelint/cli": "^5.0.2",
|
||||
"@stoplight/spectral": "^5.9.2",
|
||||
"@typescript-eslint/eslint-plugin": "^4.29.2",
|
||||
"@typescript-eslint/parser": "^4.29.1",
|
||||
|
@ -762,9 +762,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@coffeelint/cli": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.1.tgz",
|
||||
"integrity": "sha512-N9fqMvwYuwfFP7b2AgO/rrvUDhWtBpS4inilDtQZvFQAbUCQ76/wCw/iIwOMi9fPC89okxAK2Fzz87bO4x0vaw==",
|
||||
"version": "5.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.2.tgz",
|
||||
"integrity": "sha512-HnkUl2PA3NUZj9ACgG37Z6kxNQuVFvbeow1Iw2beCqCqhzE19UTO1ETfJkkP4lyA1esjgDx0FafsWIaFXK8HkQ==",
|
||||
"dependencies": {
|
||||
"coffeescript": "2.5.1",
|
||||
"glob": "^7.1.6",
|
||||
|
@ -10158,9 +10158,9 @@
|
|||
}
|
||||
},
|
||||
"@coffeelint/cli": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.1.tgz",
|
||||
"integrity": "sha512-N9fqMvwYuwfFP7b2AgO/rrvUDhWtBpS4inilDtQZvFQAbUCQ76/wCw/iIwOMi9fPC89okxAK2Fzz87bO4x0vaw==",
|
||||
"version": "5.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.2.tgz",
|
||||
"integrity": "sha512-HnkUl2PA3NUZj9ACgG37Z6kxNQuVFvbeow1Iw2beCqCqhzE19UTO1ETfJkkP4lyA1esjgDx0FafsWIaFXK8HkQ==",
|
||||
"requires": {
|
||||
"coffeescript": "2.5.1",
|
||||
"glob": "^7.1.6",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "super-linter",
|
||||
"dependencies": {
|
||||
"@coffeelint/cli": "^5.0.1",
|
||||
"@coffeelint/cli": "^5.0.2",
|
||||
"@stoplight/spectral": "^5.9.2",
|
||||
"@typescript-eslint/eslint-plugin": "^4.29.2",
|
||||
"@typescript-eslint/parser": "^4.29.1",
|
||||
|
|
Loading…
Reference in a new issue