mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
Bump @coffeelint/cli from 5.2.6 to 5.2.9 in /dependencies (#2915)
* Bump @coffeelint/cli from 5.2.6 to 5.2.9 in /dependencies Bumps [@coffeelint/cli](https://github.com/coffeelint/coffeelint) from 5.2.6 to 5.2.9. - [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.6...v5.2.9) --- updated-dependencies: - dependency-name: "@coffeelint/cli" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update package-lock.json 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
cd8d5b8d85
commit
a3a29663a4
2 changed files with 64 additions and 31 deletions
93
dependencies/package-lock.json
generated
vendored
93
dependencies/package-lock.json
generated
vendored
|
@ -6,7 +6,7 @@
|
|||
"": {
|
||||
"name": "super-linter",
|
||||
"dependencies": {
|
||||
"@coffeelint/cli": "^5.2.6",
|
||||
"@coffeelint/cli": "^5.2.9",
|
||||
"@react-native-community/eslint-config": "^2.0.0",
|
||||
"@react-native-community/eslint-plugin": "^1.2.0",
|
||||
"@stoplight/spectral": "^6.1.0",
|
||||
|
@ -246,12 +246,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@coffeelint/cli": {
|
||||
"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==",
|
||||
"version": "5.2.9",
|
||||
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.9.tgz",
|
||||
"integrity": "sha512-LeY8zDTD7afXauxr+oRs8nWecDZ+TiUZAU6QsIdpUQTU4A/1U1UIrpV85FID4djR2jwUOnD/Xt71QkJBttQ1+Q==",
|
||||
"dependencies": {
|
||||
"coffeescript": "2.6.1",
|
||||
"glob": "^7.2.0",
|
||||
"coffeescript": "2.7.0",
|
||||
"glob": "^8.0.1",
|
||||
"ignore": "^5.2.0",
|
||||
"resolve": "^1.21.0",
|
||||
"strip-json-comments": "^3.1.1",
|
||||
|
@ -264,25 +264,43 @@
|
|||
"node": ">=12.x"
|
||||
}
|
||||
},
|
||||
"node_modules/@coffeelint/cli/node_modules/brace-expansion": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
||||
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
||||
"dependencies": {
|
||||
"balanced-match": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@coffeelint/cli/node_modules/glob": {
|
||||
"version": "7.2.0",
|
||||
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
|
||||
"integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
|
||||
"version": "8.0.3",
|
||||
"resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
|
||||
"integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==",
|
||||
"dependencies": {
|
||||
"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"
|
||||
"minimatch": "^5.0.1",
|
||||
"once": "^1.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
"node": ">=12"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/isaacs"
|
||||
}
|
||||
},
|
||||
"node_modules/@coffeelint/cli/node_modules/minimatch": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
|
||||
"integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
|
||||
"dependencies": {
|
||||
"brace-expansion": "^2.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/@coffeelint/cli/node_modules/yargs": {
|
||||
"version": "17.3.1",
|
||||
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.3.1.tgz",
|
||||
|
@ -2579,9 +2597,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/coffeescript": {
|
||||
"version": "2.6.1",
|
||||
"resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-2.6.1.tgz",
|
||||
"integrity": "sha512-GG5nkF93qII8HmHqnnibkgpp/SV7PSnSPiWsbinwya7nNOe95aE/x2xrKZJFks8Qpko3TNrC+/LahaKgrz5YCg==",
|
||||
"version": "2.7.0",
|
||||
"resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-2.7.0.tgz",
|
||||
"integrity": "sha512-hzWp6TUE2d/jCcN67LrW1eh5b/rSDKQK6oD6VMLlggYVUUFexgTH9z3dNYihzX4RMhze5FTUsUmOXViJKFQR/A==",
|
||||
"bin": {
|
||||
"cake": "bin/cake",
|
||||
"coffee": "bin/coffee"
|
||||
|
@ -11132,29 +11150,44 @@
|
|||
}
|
||||
},
|
||||
"@coffeelint/cli": {
|
||||
"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==",
|
||||
"version": "5.2.9",
|
||||
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.9.tgz",
|
||||
"integrity": "sha512-LeY8zDTD7afXauxr+oRs8nWecDZ+TiUZAU6QsIdpUQTU4A/1U1UIrpV85FID4djR2jwUOnD/Xt71QkJBttQ1+Q==",
|
||||
"requires": {
|
||||
"coffeescript": "2.6.1",
|
||||
"glob": "^7.2.0",
|
||||
"coffeescript": "2.7.0",
|
||||
"glob": "^8.0.1",
|
||||
"ignore": "^5.2.0",
|
||||
"resolve": "^1.21.0",
|
||||
"strip-json-comments": "^3.1.1",
|
||||
"yargs": "^17.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"brace-expansion": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
||||
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
||||
"requires": {
|
||||
"balanced-match": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"glob": {
|
||||
"version": "7.2.0",
|
||||
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
|
||||
"integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
|
||||
"version": "8.0.3",
|
||||
"resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
|
||||
"integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==",
|
||||
"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"
|
||||
"minimatch": "^5.0.1",
|
||||
"once": "^1.3.0"
|
||||
}
|
||||
},
|
||||
"minimatch": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
|
||||
"integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
|
||||
"requires": {
|
||||
"brace-expansion": "^2.0.1"
|
||||
}
|
||||
},
|
||||
"yargs": {
|
||||
|
@ -12930,9 +12963,9 @@
|
|||
}
|
||||
},
|
||||
"coffeescript": {
|
||||
"version": "2.6.1",
|
||||
"resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-2.6.1.tgz",
|
||||
"integrity": "sha512-GG5nkF93qII8HmHqnnibkgpp/SV7PSnSPiWsbinwya7nNOe95aE/x2xrKZJFks8Qpko3TNrC+/LahaKgrz5YCg=="
|
||||
"version": "2.7.0",
|
||||
"resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-2.7.0.tgz",
|
||||
"integrity": "sha512-hzWp6TUE2d/jCcN67LrW1eh5b/rSDKQK6oD6VMLlggYVUUFexgTH9z3dNYihzX4RMhze5FTUsUmOXViJKFQR/A=="
|
||||
},
|
||||
"color-convert": {
|
||||
"version": "2.0.1",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "super-linter",
|
||||
"dependencies": {
|
||||
"@coffeelint/cli": "^5.2.6",
|
||||
"@coffeelint/cli": "^5.2.9",
|
||||
"@stoplight/spectral": "^6.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
|
|
Loading…
Reference in a new issue