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.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:
parent
e959ae3110
commit
d5c27a4c0b
2 changed files with 27 additions and 7 deletions
32
dependencies/package-lock.json
generated
vendored
32
dependencies/package-lock.json
generated
vendored
|
@ -174,16 +174,36 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@coffeelint/cli": {
|
"@coffeelint/cli": {
|
||||||
"version": "5.2.0",
|
"version": "5.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.1.tgz",
|
||||||
"integrity": "sha512-xSJddKd9nibaPg3o2Pytrp97kxSK5fzLAjejP/b7T1ZlUsEUoe2VhwwmUBNHPaHFadrKMxTdiYcFdf3dnPar5g==",
|
"integrity": "sha512-HVIN4WRkLbNkRIgpq6bFeQa0E4VOv9BjgksWkfqROnNTnHYGhSAqww91+i2kvJmDM+KCDuIpXmUp/wKkPyE3jw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"coffeescript": "2.6.1",
|
"coffeescript": "2.6.1",
|
||||||
"glob": "^7.1.6",
|
"glob": "^7.2.0",
|
||||||
"ignore": "^5.1.8",
|
"ignore": "^5.1.9",
|
||||||
"resolve": "^1.20.0",
|
"resolve": "^1.20.0",
|
||||||
"strip-json-comments": "^3.1.1",
|
"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": {
|
"@eslint/eslintrc": {
|
||||||
|
|
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.0",
|
"@coffeelint/cli": "^5.2.1",
|
||||||
"@stoplight/spectral": "^6.1.0",
|
"@stoplight/spectral": "^6.1.0",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
||||||
"@typescript-eslint/parser": "^5.5.0",
|
"@typescript-eslint/parser": "^5.5.0",
|
||||||
|
|
Loading…
Reference in a new issue