From eef18eadca95334dde3dcfadb8119061cba20bff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Feb 2021 11:07:18 -0600 Subject: [PATCH] Bump @coffeelint/cli from 4.1.2 to 4.1.3 in /dependencies (#1214) Bumps [@coffeelint/cli](https://github.com/coffeelint/coffeelint) from 4.1.2 to 4.1.3. - [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.2...v4.1.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Gravley --- dependencies/package-lock.json | 20 ++++++++++---------- dependencies/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index dc9177d3..c445032d 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -758,9 +758,9 @@ } }, "@coffeelint/cli": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-4.1.2.tgz", - "integrity": "sha512-jBOZZPPeNt1fyJ/5pMpsK55fMhlRne/00eu/aQlOc6mXzwj9ZcYp9pQS9AINMHqzfjGs4X6uvwxX+voJFLNDRw==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-4.1.3.tgz", + "integrity": "sha512-SFnwXtt8kHrFqkmJuvqLuuda0YpA4fA/CT6u7Q4cZaaoWXUePyETdV9vmo84CW13hK3mpmgsLMz/zR5C+Nuxhg==", "requires": { "coffeescript": "2.5.1", "glob": "^7.1.6", @@ -7974,16 +7974,16 @@ "integrity": "sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==" }, "yargs": { - "version": "16.1.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.1.0.tgz", - "integrity": "sha512-upWFJOmDdHN0syLuESuvXDmrRcWd1QafJolHskzaw79uZa7/x53gxQKiR07W59GWY1tFhhU/Th9DrtSfpS782g==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", "requires": { "cliui": "^7.0.2", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", "string-width": "^4.2.0", - "y18n": "^5.0.2", + "y18n": "^5.0.5", "yargs-parser": "^20.2.2" }, "dependencies": { @@ -8013,9 +8013,9 @@ "integrity": "sha512-hsRUr4FFrvhhRH12wOdfs38Gy7k2FFzB9qgN9v3aLykRq0dRcdcpz5C9FxdS2NuhOrI/628b/KSTJ3rwHysYSg==" }, "yargs-parser": { - "version": "20.2.4", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz", - "integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==" + "version": "20.2.5", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.5.tgz", + "integrity": "sha512-jYRGS3zWy20NtDtK2kBgo/TlAoy5YUuhD9/LZ7z7W4j1Fdw2cqD0xEEclf8fxc8xjD6X5Qr+qQQwCEsP8iRiYg==" } } }, diff --git a/dependencies/package.json b/dependencies/package.json index 9af80f37..82a46ba0 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -1,7 +1,7 @@ { "name": "super-linter", "dependencies": { - "@coffeelint/cli": "^4.1.2", + "@coffeelint/cli": "^4.1.3", "@stoplight/spectral": "^5.8.0", "@typescript-eslint/eslint-plugin": "^4.0.0", "@typescript-eslint/parser": "^3.10.1",