mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Bump @coffeelint/cli from 5.2.4 to 5.2.5 in /dependencies (#2650)
Bumps [@coffeelint/cli](https://github.com/coffeelint/coffeelint) from 5.2.4 to 5.2.5. - [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.2.4...v5.2.5) --- 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
0e6d825140
commit
9da6c91002
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",
|
"name": "super-linter",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@coffeelint/cli": "^5.2.4",
|
"@coffeelint/cli": "^5.2.5",
|
||||||
"@stoplight/spectral": "^6.1.0",
|
"@stoplight/spectral": "^6.1.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||||
"@typescript-eslint/parser": "^4.33.0",
|
"@typescript-eslint/parser": "^4.33.0",
|
||||||
|
@ -241,9 +241,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@coffeelint/cli": {
|
"node_modules/@coffeelint/cli": {
|
||||||
"version": "5.2.4",
|
"version": "5.2.5",
|
||||||
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.5.tgz",
|
||||||
"integrity": "sha512-RoetPvwoUkIhrCI4pkIFKLMcdXkcmqfCIYGuX3t/6ZexijwShtab4uAtDnSPA4QIzwBgAGI21Ifoi0Dhdm8B4Q==",
|
"integrity": "sha512-y4QUY4Nec3Elin/xezONeA1+XHd174C4+RAg0LqQAKT7mbjXO48BfyEMZEC/PhRZIX6T3mIZZioc1HegayYIxQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"coffeescript": "2.6.1",
|
"coffeescript": "2.6.1",
|
||||||
"glob": "^7.2.0",
|
"glob": "^7.2.0",
|
||||||
|
@ -10773,9 +10773,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@coffeelint/cli": {
|
"@coffeelint/cli": {
|
||||||
"version": "5.2.4",
|
"version": "5.2.5",
|
||||||
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.4.tgz",
|
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.5.tgz",
|
||||||
"integrity": "sha512-RoetPvwoUkIhrCI4pkIFKLMcdXkcmqfCIYGuX3t/6ZexijwShtab4uAtDnSPA4QIzwBgAGI21Ifoi0Dhdm8B4Q==",
|
"integrity": "sha512-y4QUY4Nec3Elin/xezONeA1+XHd174C4+RAg0LqQAKT7mbjXO48BfyEMZEC/PhRZIX6T3mIZZioc1HegayYIxQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"coffeescript": "2.6.1",
|
"coffeescript": "2.6.1",
|
||||||
"glob": "^7.2.0",
|
"glob": "^7.2.0",
|
||||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "super-linter",
|
"name": "super-linter",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@coffeelint/cli": "^5.2.4",
|
"@coffeelint/cli": "^5.2.5",
|
||||||
"@stoplight/spectral": "^6.1.0",
|
"@stoplight/spectral": "^6.1.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||||
"@typescript-eslint/parser": "^4.33.0",
|
"@typescript-eslint/parser": "^4.33.0",
|
||||||
|
|
Loading…
Reference in a new issue