mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
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:
parent
799dccd965
commit
af81af0c7d
2 changed files with 8 additions and 8 deletions
14
dependencies/package-lock.json
generated
vendored
14
dependencies/package-lock.json
generated
vendored
|
@ -21,7 +21,7 @@
|
||||||
"eslint-plugin-jsonc": "^1.2.1",
|
"eslint-plugin-jsonc": "^1.2.1",
|
||||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||||
"eslint-plugin-prettier": "^3.4.0",
|
"eslint-plugin-prettier": "^3.4.0",
|
||||||
"gherkin-lint": "^4.2.1",
|
"gherkin-lint": "^4.2.2",
|
||||||
"htmlhint": "^0.14.2",
|
"htmlhint": "^0.14.2",
|
||||||
"immer": "^9.0.2",
|
"immer": "^9.0.2",
|
||||||
"ini": "^2.0.0",
|
"ini": "^2.0.0",
|
||||||
|
@ -4338,9 +4338,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/gherkin-lint": {
|
"node_modules/gherkin-lint": {
|
||||||
"version": "4.2.1",
|
"version": "4.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/gherkin-lint/-/gherkin-lint-4.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/gherkin-lint/-/gherkin-lint-4.2.2.tgz",
|
||||||
"integrity": "sha512-zKgv5KsDybIsL6uJz/ldQamKOU6gTfjMCZl1xpE+DDvFxQLW2bDjZgmXkKT4+JTw5DenjaLhwAfrtHd/JxU42A==",
|
"integrity": "sha512-+vu0wbrwxaaEdrheU9pH2MYR6zk38u2IkrCIg6IETUw1lkrNVAfIfOCihwrrL2NTJv5Iia/C7hZEBNwjGSkL2Q==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"commander": "5.0.0",
|
"commander": "5.0.0",
|
||||||
"core-js": "3.6.4",
|
"core-js": "3.6.4",
|
||||||
|
@ -12836,9 +12836,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gherkin-lint": {
|
"gherkin-lint": {
|
||||||
"version": "4.2.1",
|
"version": "4.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/gherkin-lint/-/gherkin-lint-4.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/gherkin-lint/-/gherkin-lint-4.2.2.tgz",
|
||||||
"integrity": "sha512-zKgv5KsDybIsL6uJz/ldQamKOU6gTfjMCZl1xpE+DDvFxQLW2bDjZgmXkKT4+JTw5DenjaLhwAfrtHd/JxU42A==",
|
"integrity": "sha512-+vu0wbrwxaaEdrheU9pH2MYR6zk38u2IkrCIg6IETUw1lkrNVAfIfOCihwrrL2NTJv5Iia/C7hZEBNwjGSkL2Q==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"commander": "5.0.0",
|
"commander": "5.0.0",
|
||||||
"core-js": "3.6.4",
|
"core-js": "3.6.4",
|
||||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -16,7 +16,7 @@
|
||||||
"eslint-plugin-jsonc": "^1.2.1",
|
"eslint-plugin-jsonc": "^1.2.1",
|
||||||
"eslint-plugin-jsx-a11y": "^6.4.1",
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
||||||
"eslint-plugin-prettier": "^3.4.0",
|
"eslint-plugin-prettier": "^3.4.0",
|
||||||
"gherkin-lint": "^4.2.1",
|
"gherkin-lint": "^4.2.2",
|
||||||
"htmlhint": "^0.14.2",
|
"htmlhint": "^0.14.2",
|
||||||
"immer": "^9.0.2",
|
"immer": "^9.0.2",
|
||||||
"ini": "^2.0.0",
|
"ini": "^2.0.0",
|
||||||
|
|
Loading…
Reference in a new issue