From c60369a21afa3448fb27b9e9632270ea2777a009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 11:13:57 -0600 Subject: [PATCH] Bump npm-groovy-lint from 8.0.1 to 8.0.2 in /dependencies (#1039) Bumps [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) from 8.0.1 to 8.0.2. - [Release notes](https://github.com/nvuillam/npm-groovy-lint/releases) - [Changelog](https://github.com/nvuillam/npm-groovy-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/nvuillam/npm-groovy-lint/compare/v8.0.1...v8.0.2) 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 | 6 +++--- dependencies/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index b86cb638..d81ea90e 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -4634,9 +4634,9 @@ "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=" }, "npm-groovy-lint": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-8.0.1.tgz", - "integrity": "sha512-1iU8YVBwyOa0Wz/IFIcoyGWzVKGeyl6yvtJDn4u5VrIO3bgrlKvL+AdiRiUqqulNc4OTKRwEqu1G9zL+btMfPA==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-8.0.2.tgz", + "integrity": "sha512-26jlU/rEFPaZfd3zDZ+HsIm3KjT+coyiFeP4K1NBMfglgVgFbW+VerfCaJzJ77DMMwrQJpXyisrIOTHwkWHZZg==", "requires": { "amplitude": "^5.1.2", "ansi-colors": "^4.1.1", diff --git a/dependencies/package.json b/dependencies/package.json index d36f964e..59679a28 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -17,7 +17,7 @@ "htmlhint": "^0.14.2", "jsonlint": "^1.6.3", "markdownlint-cli": "^0.25.0", - "npm-groovy-lint": "^8.0.1", + "npm-groovy-lint": "^8.0.2", "prettier": "^2.2.1", "prettyjson": "^1.2.1", "sql-lint": "0.0.15",