From 1db115949f949a9712b52a7fdfe88001c0ca57f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2020 05:49:46 +0000 Subject: [PATCH] Bump npm-groovy-lint from 7.4.1 to 7.4.2 in /dependencies Bumps [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) from 7.4.1 to 7.4.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/v7.4.1...v7.4.2) Signed-off-by: dependabot[bot] --- dependencies/package-lock.json | 18 +++++++++++++++--- dependencies/package.json | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 19066215..cccea4fd 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -600,6 +600,18 @@ } } }, + "@typescript-eslint/experimental-utils": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-3.10.1.tgz", + "integrity": "sha512-DewqIgscDzmAfd5nOGe4zm6Bl7PKtMG2Ad0KG8CUZAHlXfAKTF9Ol5PXhiMh39yRL2ChRH1cuuUGOcVyyrhQIw==", + "requires": { + "@types/json-schema": "^7.0.3", + "@typescript-eslint/types": "3.10.1", + "@typescript-eslint/typescript-estree": "3.10.1", + "eslint-scope": "^5.0.0", + "eslint-utils": "^2.0.0" + } + }, "@typescript-eslint/parser": { "version": "3.10.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-3.10.1.tgz", @@ -3907,9 +3919,9 @@ "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=" }, "npm-groovy-lint": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-7.4.1.tgz", - "integrity": "sha512-hmCs9vA02lAHB6ABupLk4yZzotnl0ekqCeYUMqdSxEQyBNQyXo/vBPRWMAUAtthtlqLNo6PW2b/MZez4BmQUMw==", + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-7.4.2.tgz", + "integrity": "sha512-978Zyn4i2MaSlRooyuZIUA9o2MVWKf7qoF3HiW7yaygbnIZZpYafsLZtoc5rWLTOMBp2ZC87i/boVXsq+FXQeA==", "requires": { "@amplitude/node": "^0.3.3", "ansi-colors": "^4.1.1", diff --git a/dependencies/package.json b/dependencies/package.json index 1066b6a3..139cf530 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -16,7 +16,7 @@ "htmlhint": "^0.14.1", "jsonlint": "^1.6.3", "markdownlint-cli": "^0.23.2", - "npm-groovy-lint": "^7.4.1", + "npm-groovy-lint": "^7.4.2", "prettier": "^2.1.1", "prettyjson": "^1.2.1", "sql-lint": "0.0.15",