diff --git a/package-lock.json b/package-lock.json index a186e54..c33f4bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "chai": "4.3.10", "cross-env": "7.0.3", "cz-conventional-changelog": "3.3.0", - "gherkin-lint": "4.2.2", + "gherkin-lint": "4.2.4", "husky": "8.0.3", "lockfile-lint": "4.12.1", "mocha": "10.2.0", @@ -5458,10 +5458,9 @@ "dev": true }, "node_modules/core-js": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", - "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==", - "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", + "version": "3.33.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.1.tgz", + "integrity": "sha512-qVSq3s+d4+GsqN0teRCJtM6tdEEXyWxjzbhVrCHmBS5ZTM0FS2MOS0D13dUXAWDUN6a+lHI/N1hF9Ytz6iLl9Q==", "dev": true, "hasInstallScript": true, "funding": { @@ -7474,13 +7473,13 @@ } }, "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==", "dev": true, "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", @@ -7495,12 +7494,12 @@ } }, "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==", "dev": true, "engines": { - "node": ">= 6" + "node": ">=16" } }, "node_modules/gherkin-lint/node_modules/glob": { diff --git a/package.json b/package.json index c5386f7..c28298d 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "chai": "4.3.10", "cross-env": "7.0.3", "cz-conventional-changelog": "3.3.0", - "gherkin-lint": "4.2.2", + "gherkin-lint": "4.2.4", "husky": "8.0.3", "lockfile-lint": "4.12.1", "mocha": "10.2.0",