From 377f82c987eb08119a5846ff174d8dc670ba0f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 08:58:06 -0500 Subject: [PATCH] Bump @coffeelint/cli from 5.2.9 to 5.2.10 in /dependencies (#3401) Bumps [@coffeelint/cli](https://github.com/coffeelint/coffeelint) from 5.2.9 to 5.2.10. - [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.9...v5.2.10) --- updated-dependencies: - dependency-name: "@coffeelint/cli" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 895b93f2..0d3c867b 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "super-linter", "dependencies": { - "@coffeelint/cli": "^5.2.9", + "@coffeelint/cli": "^5.2.10", "@react-native-community/eslint-config": "^3.0.3", "@react-native-community/eslint-plugin": "^1.2.0", "@stoplight/spectral": "^6.1.0", @@ -564,9 +564,9 @@ } }, "node_modules/@coffeelint/cli": { - "version": "5.2.9", - "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.9.tgz", - "integrity": "sha512-LeY8zDTD7afXauxr+oRs8nWecDZ+TiUZAU6QsIdpUQTU4A/1U1UIrpV85FID4djR2jwUOnD/Xt71QkJBttQ1+Q==", + "version": "5.2.10", + "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.10.tgz", + "integrity": "sha512-o5EluwqTACmNFCHZBZRs44r/ku5yWLVDRDbNGFGsxAglHDsU4tDLOELWQAam85RZGkLEAHqFC20b/5lOya9ujA==", "dependencies": { "coffeescript": "2.7.0", "glob": "^8.0.1", @@ -11943,9 +11943,9 @@ } }, "@coffeelint/cli": { - "version": "5.2.9", - "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.9.tgz", - "integrity": "sha512-LeY8zDTD7afXauxr+oRs8nWecDZ+TiUZAU6QsIdpUQTU4A/1U1UIrpV85FID4djR2jwUOnD/Xt71QkJBttQ1+Q==", + "version": "5.2.10", + "resolved": "https://registry.npmjs.org/@coffeelint/cli/-/cli-5.2.10.tgz", + "integrity": "sha512-o5EluwqTACmNFCHZBZRs44r/ku5yWLVDRDbNGFGsxAglHDsU4tDLOELWQAam85RZGkLEAHqFC20b/5lOya9ujA==", "requires": { "coffeescript": "2.7.0", "glob": "^8.0.1", diff --git a/dependencies/package.json b/dependencies/package.json index 0e94080c..9a35878a 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -1,7 +1,7 @@ { "name": "super-linter", "dependencies": { - "@coffeelint/cli": "^5.2.9", + "@coffeelint/cli": "^5.2.10", "@stoplight/spectral": "^6.1.0", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0",