From 7327ca7c515e4ab71e4f2e475314fe135bf791ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:14:24 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 26 +++++++++++++------------- dependencies/package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 7ac4cef2..3ce6c7d3 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -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": { diff --git a/dependencies/package.json b/dependencies/package.json index d0eff630..28226eeb 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -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",