From 8ef78616d66ed23b860d2044ac7f05277c03540f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 12:19:49 -0600 Subject: [PATCH] Bump @coffeelint/cli from 5.2.1 to 5.2.2 in /dependencies (#2248) Bumps [@coffeelint/cli](https://github.com/coffeelint/coffeelint) from 5.2.1 to 5.2.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/v5.2.1...v5.2.2) --- updated-dependencies: - dependency-name: "@coffeelint/cli" dependency-type: direct:production update-type: version-update:semver-patch ... 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 fd15ab9a..f9efd458 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "super-linter", "dependencies": { - "@coffeelint/cli": "^5.2.1", + "@coffeelint/cli": "^5.2.2", "@stoplight/spectral": "^6.1.0", "@typescript-eslint/eslint-plugin": "^5.5.0", "@typescript-eslint/parser": "^5.7.0", @@ -237,9 +237,9 @@ } }, "node_modules/@coffeelint/cli": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.1.tgz", - "integrity": "sha512-HVIN4WRkLbNkRIgpq6bFeQa0E4VOv9BjgksWkfqROnNTnHYGhSAqww91+i2kvJmDM+KCDuIpXmUp/wKkPyE3jw==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.2.tgz", + "integrity": "sha512-w+PY9ZHKfSiei42FTwwYFZKvda9WVzn7plV4taL5ZEjRFy2BGPASl1tvd15i1LE4/gt4xgdlyZkeIK9Qaha/KQ==", "dependencies": { "coffeescript": "2.6.1", "glob": "^7.2.0", @@ -10834,9 +10834,9 @@ } }, "@coffeelint/cli": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.1.tgz", - "integrity": "sha512-HVIN4WRkLbNkRIgpq6bFeQa0E4VOv9BjgksWkfqROnNTnHYGhSAqww91+i2kvJmDM+KCDuIpXmUp/wKkPyE3jw==", + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.2.tgz", + "integrity": "sha512-w+PY9ZHKfSiei42FTwwYFZKvda9WVzn7plV4taL5ZEjRFy2BGPASl1tvd15i1LE4/gt4xgdlyZkeIK9Qaha/KQ==", "requires": { "coffeescript": "2.6.1", "glob": "^7.2.0", diff --git a/dependencies/package.json b/dependencies/package.json index aaf52513..6ec4a239 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -1,7 +1,7 @@ { "name": "super-linter", "dependencies": { - "@coffeelint/cli": "^5.2.1", + "@coffeelint/cli": "^5.2.2", "@stoplight/spectral": "^6.1.0", "@typescript-eslint/eslint-plugin": "^5.5.0", "@typescript-eslint/parser": "^5.7.0",