Bump @coffeelint/cli from 4.1.1 to 4.1.2 in /dependencies

Bumps [@coffeelint/cli](https://github.com/coffeelint/coffeelint) from 4.1.1 to 4.1.2.
- [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/v4.1.1...v4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-11 05:49:30 +00:00 committed by GitHub
parent 189153be5d
commit b6ed7f8ad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

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

@ -357,9 +357,9 @@
}
},
"@coffeelint/cli": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-4.1.1.tgz",
"integrity": "sha512-k8k7iUTa9tf/YqltHvjJYfD709FNAUpu3+kdH7cRRbuugPIao0FaCiFafCLPOIJOpJIqL4AQzesn2WhW+4wFrA==",
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-4.1.2.tgz",
"integrity": "sha512-jBOZZPPeNt1fyJ/5pMpsK55fMhlRne/00eu/aQlOc6mXzwj9ZcYp9pQS9AINMHqzfjGs4X6uvwxX+voJFLNDRw==",
"requires": {
"coffeescript": "2.5.1",
"glob": "^7.1.6",
@ -6445,9 +6445,9 @@
},
"dependencies": {
"cliui": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.3.tgz",
"integrity": "sha512-Gj3QHTkVMPKqwP3f7B4KPkBZRMR9r4rfi5bXFpg1a+Svvj8l7q5CnkBkVQzfxT5DFSsGk2+PascOgL0JYkL2kw==",
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
"integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
"requires": {
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
@ -6465,14 +6465,14 @@
}
},
"y18n": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.4.tgz",
"integrity": "sha512-deLOfD+RvFgrpAmSZgfGdWYE+OKyHcVHaRQ7NphG/63scpRvTHHeQMAxGGvaLVGJ+HYVcCXlzcTK0ZehFf+eHQ=="
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.5.tgz",
"integrity": "sha512-hsRUr4FFrvhhRH12wOdfs38Gy7k2FFzB9qgN9v3aLykRq0dRcdcpz5C9FxdS2NuhOrI/628b/KSTJ3rwHysYSg=="
},
"yargs-parser": {
"version": "20.2.3",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.3.tgz",
"integrity": "sha512-emOFRT9WVHw03QSvN5qor9QQT9+sw5vwxfYweivSMHTcAXPefwVae2FjO7JJjj8hCE4CzPOPeFM83VwT29HCww=="
"version": "20.2.4",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz",
"integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA=="
}
}
},

View file

@ -1,7 +1,7 @@
{
"name": "super-linter",
"dependencies": {
"@coffeelint/cli": "^4.1.1",
"@coffeelint/cli": "^4.1.2",
"@stoplight/spectral": "^5.7.1",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^3.10.1",