From 46ebee8802990281efb4efb1391d319a80074f62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 10:57:15 -0500 Subject: [PATCH] Bump @coffeelint/cli from 5.0.0 to 5.0.1 in /dependencies (#1528) Bumps [@coffeelint/cli](https://github.com/coffeelint/coffeelint) from 5.0.0 to 5.0.1. - [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.0.0...v5.0.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 14 +++++++------- dependencies/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index b25ffcf8..95dcfe17 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "super-linter", "dependencies": { - "@coffeelint/cli": "^5.0.0", + "@coffeelint/cli": "^5.0.1", "@stoplight/spectral": "^5.9.1", "@typescript-eslint/eslint-plugin": "^4.22.1", "@typescript-eslint/parser": "^4.22.1", @@ -758,9 +758,9 @@ } }, "node_modules/@coffeelint/cli": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.0.tgz", - "integrity": "sha512-ZqKdqkuc3GMjkzAChlj72KWxdlCJXWQRX7N2fdVD2kkikYGaVocTMCtxyW1Ml7WbyVMm3jxTQ8n3/Fpx0jN38w==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.1.tgz", + "integrity": "sha512-N9fqMvwYuwfFP7b2AgO/rrvUDhWtBpS4inilDtQZvFQAbUCQ76/wCw/iIwOMi9fPC89okxAK2Fzz87bO4x0vaw==", "dependencies": { "coffeescript": "2.5.1", "glob": "^7.1.6", @@ -10070,9 +10070,9 @@ } }, "@coffeelint/cli": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.0.tgz", - "integrity": "sha512-ZqKdqkuc3GMjkzAChlj72KWxdlCJXWQRX7N2fdVD2kkikYGaVocTMCtxyW1Ml7WbyVMm3jxTQ8n3/Fpx0jN38w==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.0.1.tgz", + "integrity": "sha512-N9fqMvwYuwfFP7b2AgO/rrvUDhWtBpS4inilDtQZvFQAbUCQ76/wCw/iIwOMi9fPC89okxAK2Fzz87bO4x0vaw==", "requires": { "coffeescript": "2.5.1", "glob": "^7.1.6", diff --git a/dependencies/package.json b/dependencies/package.json index 6cc71f4a..f7426854 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -2,7 +2,7 @@ "name": "super-linter", "dependencies": { "@stoplight/spectral": "^5.9.1", - "@coffeelint/cli": "^5.0.0", + "@coffeelint/cli": "^5.0.1", "@typescript-eslint/eslint-plugin": "^4.22.1", "@typescript-eslint/parser": "^4.22.1", "asl-validator": "^1.9.8",