Bump @coffeelint/cli from 5.2.0 to 5.2.1 in /dependencies (#2211)

Bumps [@coffeelint/cli](https://github.com/coffeelint/coffeelint) from 5.2.0 to 5.2.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.2.0...v5.2.1)

---
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>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
This commit is contained in:
dependabot[bot] 2021-12-08 08:20:41 -06:00 committed by GitHub
parent e959ae3110
commit d5c27a4c0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 7 deletions

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

@ -174,16 +174,36 @@
}
},
"@coffeelint/cli": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.0.tgz",
"integrity": "sha512-xSJddKd9nibaPg3o2Pytrp97kxSK5fzLAjejP/b7T1ZlUsEUoe2VhwwmUBNHPaHFadrKMxTdiYcFdf3dnPar5g==",
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.1.tgz",
"integrity": "sha512-HVIN4WRkLbNkRIgpq6bFeQa0E4VOv9BjgksWkfqROnNTnHYGhSAqww91+i2kvJmDM+KCDuIpXmUp/wKkPyE3jw==",
"requires": {
"coffeescript": "2.6.1",
"glob": "^7.1.6",
"ignore": "^5.1.8",
"glob": "^7.2.0",
"ignore": "^5.1.9",
"resolve": "^1.20.0",
"strip-json-comments": "^3.1.1",
"yargs": "^17.0.1"
"yargs": "^17.2.1"
},
"dependencies": {
"glob": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
"integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
"requires": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
}
},
"ignore": {
"version": "5.1.9",
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.9.tgz",
"integrity": "sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ=="
}
}
},
"@eslint/eslintrc": {

View file

@ -1,7 +1,7 @@
{
"name": "super-linter",
"dependencies": {
"@coffeelint/cli": "^5.2.0",
"@coffeelint/cli": "^5.2.1",
"@stoplight/spectral": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.5.0",