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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
This commit is contained in:
dependabot[bot] 2021-06-01 11:09:44 -05:00 committed by GitHub
parent 799dccd965
commit af81af0c7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
dependencies/package-lock.json generated vendored
View file

@ -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",

View file

@ -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",