Bump @coffeelint/cli from 5.2.5 to 5.2.6 in /dependencies (#2769)

Bumps [@coffeelint/cli](https://github.com/coffeelint/coffeelint) from 5.2.5 to 5.2.6.
- [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.5...v5.2.6)

---
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:
dependabot[bot] 2022-04-11 12:56:10 -05:00 committed by GitHub
parent e1180ce64e
commit d415ccc252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
dependencies/package-lock.json generated vendored
View file

@ -6,7 +6,7 @@
"": {
"name": "super-linter",
"dependencies": {
"@coffeelint/cli": "^5.2.5",
"@coffeelint/cli": "^5.2.6",
"@stoplight/spectral": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
@ -242,9 +242,9 @@
}
},
"node_modules/@coffeelint/cli": {
"version": "5.2.5",
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.5.tgz",
"integrity": "sha512-y4QUY4Nec3Elin/xezONeA1+XHd174C4+RAg0LqQAKT7mbjXO48BfyEMZEC/PhRZIX6T3mIZZioc1HegayYIxQ==",
"version": "5.2.6",
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.6.tgz",
"integrity": "sha512-BS9Z5t+mKeKz6fYA/AvA5tCtv7WUduett4Hk4jzujoj/uPAc536/eQAb+TriyylGwTjr1TIaxVMaDQgmxO2/4g==",
"dependencies": {
"coffeescript": "2.6.1",
"glob": "^7.2.0",
@ -10723,9 +10723,9 @@
}
},
"@coffeelint/cli": {
"version": "5.2.5",
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.5.tgz",
"integrity": "sha512-y4QUY4Nec3Elin/xezONeA1+XHd174C4+RAg0LqQAKT7mbjXO48BfyEMZEC/PhRZIX6T3mIZZioc1HegayYIxQ==",
"version": "5.2.6",
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.6.tgz",
"integrity": "sha512-BS9Z5t+mKeKz6fYA/AvA5tCtv7WUduett4Hk4jzujoj/uPAc536/eQAb+TriyylGwTjr1TIaxVMaDQgmxO2/4g==",
"requires": {
"coffeescript": "2.6.1",
"glob": "^7.2.0",

View file

@ -1,7 +1,7 @@
{
"name": "super-linter",
"dependencies": {
"@coffeelint/cli": "^5.2.5",
"@coffeelint/cli": "^5.2.6",
"@stoplight/spectral": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",