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:
dependabot[bot] 2022-05-23 14:53:00 -05:00 committed by GitHub
parent cd8d5b8d85
commit a3a29663a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 64 additions and 31 deletions

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

@ -6,7 +6,7 @@
"": { "": {
"name": "super-linter", "name": "super-linter",
"dependencies": { "dependencies": {
"@coffeelint/cli": "^5.2.6", "@coffeelint/cli": "^5.2.9",
"@react-native-community/eslint-config": "^2.0.0", "@react-native-community/eslint-config": "^2.0.0",
"@react-native-community/eslint-plugin": "^1.2.0", "@react-native-community/eslint-plugin": "^1.2.0",
"@stoplight/spectral": "^6.1.0", "@stoplight/spectral": "^6.1.0",
@ -246,12 +246,12 @@
} }
}, },
"node_modules/@coffeelint/cli": { "node_modules/@coffeelint/cli": {
"version": "5.2.6", "version": "5.2.9",
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.6.tgz", "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.9.tgz",
"integrity": "sha512-BS9Z5t+mKeKz6fYA/AvA5tCtv7WUduett4Hk4jzujoj/uPAc536/eQAb+TriyylGwTjr1TIaxVMaDQgmxO2/4g==", "integrity": "sha512-LeY8zDTD7afXauxr+oRs8nWecDZ+TiUZAU6QsIdpUQTU4A/1U1UIrpV85FID4djR2jwUOnD/Xt71QkJBttQ1+Q==",
"dependencies": { "dependencies": {
"coffeescript": "2.6.1", "coffeescript": "2.7.0",
"glob": "^7.2.0", "glob": "^8.0.1",
"ignore": "^5.2.0", "ignore": "^5.2.0",
"resolve": "^1.21.0", "resolve": "^1.21.0",
"strip-json-comments": "^3.1.1", "strip-json-comments": "^3.1.1",
@ -264,25 +264,43 @@
"node": ">=12.x" "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": { "node_modules/@coffeelint/cli/node_modules/glob": {
"version": "7.2.0", "version": "8.0.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
"integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==",
"dependencies": { "dependencies": {
"fs.realpath": "^1.0.0", "fs.realpath": "^1.0.0",
"inflight": "^1.0.4", "inflight": "^1.0.4",
"inherits": "2", "inherits": "2",
"minimatch": "^3.0.4", "minimatch": "^5.0.1",
"once": "^1.3.0", "once": "^1.3.0"
"path-is-absolute": "^1.0.0"
}, },
"engines": { "engines": {
"node": "*" "node": ">=12"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/isaacs" "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": { "node_modules/@coffeelint/cli/node_modules/yargs": {
"version": "17.3.1", "version": "17.3.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.3.1.tgz", "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.3.1.tgz",
@ -2579,9 +2597,9 @@
} }
}, },
"node_modules/coffeescript": { "node_modules/coffeescript": {
"version": "2.6.1", "version": "2.7.0",
"resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-2.6.1.tgz", "resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-2.7.0.tgz",
"integrity": "sha512-GG5nkF93qII8HmHqnnibkgpp/SV7PSnSPiWsbinwya7nNOe95aE/x2xrKZJFks8Qpko3TNrC+/LahaKgrz5YCg==", "integrity": "sha512-hzWp6TUE2d/jCcN67LrW1eh5b/rSDKQK6oD6VMLlggYVUUFexgTH9z3dNYihzX4RMhze5FTUsUmOXViJKFQR/A==",
"bin": { "bin": {
"cake": "bin/cake", "cake": "bin/cake",
"coffee": "bin/coffee" "coffee": "bin/coffee"
@ -11132,29 +11150,44 @@
} }
}, },
"@coffeelint/cli": { "@coffeelint/cli": {
"version": "5.2.6", "version": "5.2.9",
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.6.tgz", "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.9.tgz",
"integrity": "sha512-BS9Z5t+mKeKz6fYA/AvA5tCtv7WUduett4Hk4jzujoj/uPAc536/eQAb+TriyylGwTjr1TIaxVMaDQgmxO2/4g==", "integrity": "sha512-LeY8zDTD7afXauxr+oRs8nWecDZ+TiUZAU6QsIdpUQTU4A/1U1UIrpV85FID4djR2jwUOnD/Xt71QkJBttQ1+Q==",
"requires": { "requires": {
"coffeescript": "2.6.1", "coffeescript": "2.7.0",
"glob": "^7.2.0", "glob": "^8.0.1",
"ignore": "^5.2.0", "ignore": "^5.2.0",
"resolve": "^1.21.0", "resolve": "^1.21.0",
"strip-json-comments": "^3.1.1", "strip-json-comments": "^3.1.1",
"yargs": "^17.3.1" "yargs": "^17.3.1"
}, },
"dependencies": { "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": { "glob": {
"version": "7.2.0", "version": "8.0.3",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz",
"integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==",
"requires": { "requires": {
"fs.realpath": "^1.0.0", "fs.realpath": "^1.0.0",
"inflight": "^1.0.4", "inflight": "^1.0.4",
"inherits": "2", "inherits": "2",
"minimatch": "^3.0.4", "minimatch": "^5.0.1",
"once": "^1.3.0", "once": "^1.3.0"
"path-is-absolute": "^1.0.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": { "yargs": {
@ -12930,9 +12963,9 @@
} }
}, },
"coffeescript": { "coffeescript": {
"version": "2.6.1", "version": "2.7.0",
"resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-2.6.1.tgz", "resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-2.7.0.tgz",
"integrity": "sha512-GG5nkF93qII8HmHqnnibkgpp/SV7PSnSPiWsbinwya7nNOe95aE/x2xrKZJFks8Qpko3TNrC+/LahaKgrz5YCg==" "integrity": "sha512-hzWp6TUE2d/jCcN67LrW1eh5b/rSDKQK6oD6VMLlggYVUUFexgTH9z3dNYihzX4RMhze5FTUsUmOXViJKFQR/A=="
}, },
"color-convert": { "color-convert": {
"version": "2.0.1", "version": "2.0.1",

View file

@ -1,7 +1,7 @@
{ {
"name": "super-linter", "name": "super-linter",
"dependencies": { "dependencies": {
"@coffeelint/cli": "^5.2.6", "@coffeelint/cli": "^5.2.9",
"@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",