deps(npm): bump gherkin-lint from 4.2.2 to 4.2.4 in /dependencies (#5036)

Bumps [gherkin-lint](https://github.com/vsiakka/gherkin-lint) from 4.2.2 to 4.2.4.
- [Release notes](https://github.com/vsiakka/gherkin-lint/releases)
- [Commits](https://github.com/vsiakka/gherkin-lint/compare/v4.2.2...v4.2.4)

---
updated-dependencies:
- dependency-name: gherkin-lint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-12-21 15:14:24 +01:00 committed by GitHub
parent 17d5a62cc0
commit 7327ca7c51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

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

@ -29,7 +29,7 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-vue": "^9.19.2",
"gherkin-lint": "^4.2.2",
"gherkin-lint": "^4.2.4",
"htmlhint": "^1.1.4",
"immer": "^10.0.3",
"ini": "^4.1.1",
@ -9143,9 +9143,9 @@
"integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A=="
},
"node_modules/core-js": {
"version": "3.6.4",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz",
"integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==",
"version": "3.33.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.1.tgz",
"integrity": "sha512-qVSq3s+d4+GsqN0teRCJtM6tdEEXyWxjzbhVrCHmBS5ZTM0FS2MOS0D13dUXAWDUN6a+lHI/N1hF9Ytz6iLl9Q==",
"hasInstallScript": true,
"funding": {
"type": "opencollective",
@ -11923,12 +11923,12 @@
}
},
"node_modules/gherkin-lint": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/gherkin-lint/-/gherkin-lint-4.2.2.tgz",
"integrity": "sha512-+vu0wbrwxaaEdrheU9pH2MYR6zk38u2IkrCIg6IETUw1lkrNVAfIfOCihwrrL2NTJv5Iia/C7hZEBNwjGSkL2Q==",
"version": "4.2.4",
"resolved": "https://registry.npmjs.org/gherkin-lint/-/gherkin-lint-4.2.4.tgz",
"integrity": "sha512-iM+ECIHOF6Wh94YIF1hSHA6JH9rzcgozlMLHA/uCzGtQiMjb/uL093eh1nTpfoJ/38veL7Jfh4yY2inu7uUoFA==",
"dependencies": {
"commander": "5.0.0",
"core-js": "3.6.4",
"commander": "11.0.0",
"core-js": "3.33.1",
"gherkin": "9.0.0",
"glob": "7.1.6",
"lodash": "4.17.21",
@ -11943,11 +11943,11 @@
}
},
"node_modules/gherkin-lint/node_modules/commander": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-5.0.0.tgz",
"integrity": "sha512-JrDGPAKjMGSP1G0DUoaceEJ3DZgAfr/q6X7FVk4+U5KxUSKviYGM2k6zWkfyyBHy5rAtzgYJFa1ro2O9PtoxwQ==",
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-11.0.0.tgz",
"integrity": "sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==",
"engines": {
"node": ">= 6"
"node": ">=16"
}
},
"node_modules/gherkin-lint/node_modules/glob": {

View file

@ -24,7 +24,7 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-vue": "^9.19.2",
"gherkin-lint": "^4.2.2",
"gherkin-lint": "^4.2.4",
"htmlhint": "^1.1.4",
"immer": "^10.0.3",
"ini": "^4.1.1",