From af81af0c7d1ba59e32d257d71bd5ad482e633cdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 11:09:44 -0500 Subject: [PATCH] Bump gherkin-lint from 4.2.1 to 4.2.2 in /dependencies (#1605) Bumps [gherkin-lint](https://github.com/vsiakka/gherkin-lint) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/vsiakka/gherkin-lint/releases) - [Commits](https://github.com/vsiakka/gherkin-lint/compare/v4.2.1...v4.2.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 | 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 7c7ec748..5842420d 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -21,7 +21,7 @@ "eslint-plugin-jsonc": "^1.2.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.4.0", - "gherkin-lint": "^4.2.1", + "gherkin-lint": "^4.2.2", "htmlhint": "^0.14.2", "immer": "^9.0.2", "ini": "^2.0.0", @@ -4338,9 +4338,9 @@ } }, "node_modules/gherkin-lint": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/gherkin-lint/-/gherkin-lint-4.2.1.tgz", - "integrity": "sha512-zKgv5KsDybIsL6uJz/ldQamKOU6gTfjMCZl1xpE+DDvFxQLW2bDjZgmXkKT4+JTw5DenjaLhwAfrtHd/JxU42A==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/gherkin-lint/-/gherkin-lint-4.2.2.tgz", + "integrity": "sha512-+vu0wbrwxaaEdrheU9pH2MYR6zk38u2IkrCIg6IETUw1lkrNVAfIfOCihwrrL2NTJv5Iia/C7hZEBNwjGSkL2Q==", "dependencies": { "commander": "5.0.0", "core-js": "3.6.4", @@ -12836,9 +12836,9 @@ } }, "gherkin-lint": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/gherkin-lint/-/gherkin-lint-4.2.1.tgz", - "integrity": "sha512-zKgv5KsDybIsL6uJz/ldQamKOU6gTfjMCZl1xpE+DDvFxQLW2bDjZgmXkKT4+JTw5DenjaLhwAfrtHd/JxU42A==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/gherkin-lint/-/gherkin-lint-4.2.2.tgz", + "integrity": "sha512-+vu0wbrwxaaEdrheU9pH2MYR6zk38u2IkrCIg6IETUw1lkrNVAfIfOCihwrrL2NTJv5Iia/C7hZEBNwjGSkL2Q==", "requires": { "commander": "5.0.0", "core-js": "3.6.4", diff --git a/dependencies/package.json b/dependencies/package.json index 260631c6..dcb057d8 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -16,7 +16,7 @@ "eslint-plugin-jsonc": "^1.2.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.4.0", - "gherkin-lint": "^4.2.1", + "gherkin-lint": "^4.2.2", "htmlhint": "^0.14.2", "immer": "^9.0.2", "ini": "^2.0.0",