From c2250799034b26d0258cd87227a243be4ef853a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 08:23:06 -0500 Subject: [PATCH] Bump @coffeelint/cli from 4.1.5 to 5.0.0 in /dependencies (#1522) Bumps [@coffeelint/cli](https://github.com/coffeelint/coffeelint) from 4.1.5 to 5.0.0. - [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.5...v5.0.0) 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 2c8b6a1f..3d99d491 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "super-linter", "dependencies": { - "@coffeelint/cli": "^4.1.5", + "@coffeelint/cli": "^5.0.0", "@stoplight/spectral": "^5.9.1", "@typescript-eslint/eslint-plugin": "^4.22.1", "@typescript-eslint/parser": "^4.22.1", @@ -758,22 +758,22 @@ } }, "node_modules/@coffeelint/cli": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-4.1.5.tgz", - "integrity": "sha512-wUpYNCM9m7fLZQwjEZu3SIUWcNJ9ja+bfrauarJgYP5BU9WoqYncVeREfM5XOWaebx64HB783tBP5MppZOIm1w==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.0.tgz", + "integrity": "sha512-ZqKdqkuc3GMjkzAChlj72KWxdlCJXWQRX7N2fdVD2kkikYGaVocTMCtxyW1Ml7WbyVMm3jxTQ8n3/Fpx0jN38w==", "dependencies": { "coffeescript": "2.5.1", "glob": "^7.1.6", "ignore": "^5.1.8", "resolve": "^1.20.0", "strip-json-comments": "^3.1.1", - "yargs": "^17.0.0" + "yargs": "^17.0.1" }, "bin": { "coffeelint": "bin/coffeelint" }, "engines": { - "node": ">=10.x" + "node": ">=12.x" } }, "node_modules/@eslint/eslintrc": { @@ -10153,16 +10153,16 @@ } }, "@coffeelint/cli": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-4.1.5.tgz", - "integrity": "sha512-wUpYNCM9m7fLZQwjEZu3SIUWcNJ9ja+bfrauarJgYP5BU9WoqYncVeREfM5XOWaebx64HB783tBP5MppZOIm1w==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.0.tgz", + "integrity": "sha512-ZqKdqkuc3GMjkzAChlj72KWxdlCJXWQRX7N2fdVD2kkikYGaVocTMCtxyW1Ml7WbyVMm3jxTQ8n3/Fpx0jN38w==", "requires": { "coffeescript": "2.5.1", "glob": "^7.1.6", "ignore": "^5.1.8", "resolve": "^1.20.0", "strip-json-comments": "^3.1.1", - "yargs": "^17.0.0" + "yargs": "^17.0.1" } }, "@eslint/eslintrc": { diff --git a/dependencies/package.json b/dependencies/package.json index 4b50bf08..852fa5c3 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -2,7 +2,7 @@ "name": "super-linter", "dependencies": { "@stoplight/spectral": "^5.9.1", - "@coffeelint/cli": "^4.1.5", + "@coffeelint/cli": "^5.0.0", "@typescript-eslint/eslint-plugin": "^4.22.1", "@typescript-eslint/parser": "^4.22.1", "asl-validator": "^1.9.8",