Bump gherkin-lint from 4.1.3 to 4.2.1 in /dependencies (#1284)

Bumps [gherkin-lint](https://github.com/vsiakka/gherkin-lint) from 4.1.3 to 4.2.1.
- [Release notes](https://github.com/vsiakka/gherkin-lint/releases)
- [Commits](https://github.com/vsiakka/gherkin-lint/compare/v4.1.3...v4.2.1)

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-03-01 09:51:59 -06:00 committed by GitHub
parent 3b13059963
commit 545f55fed6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 22 deletions

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

@ -19,7 +19,7 @@
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-prettier": "^3.3.1",
"gherkin-lint": "^4.1.3",
"gherkin-lint": "^4.2.1",
"htmlhint": "^0.14.2",
"immer": "^8.0.1",
"ini": "^2.0.0",
@ -4480,16 +4480,17 @@
}
},
"node_modules/gherkin-lint": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/gherkin-lint/-/gherkin-lint-4.1.3.tgz",
"integrity": "sha512-5oagKEUqPgwKkJGtlqshy8mWNpWBRIFDeex63BOPF3+yC2GOMjdyvAHTQfHhkDqgwEdOpda2F8yGe1EBj5/dgw==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/gherkin-lint/-/gherkin-lint-4.2.1.tgz",
"integrity": "sha512-zKgv5KsDybIsL6uJz/ldQamKOU6gTfjMCZl1xpE+DDvFxQLW2bDjZgmXkKT4+JTw5DenjaLhwAfrtHd/JxU42A==",
"dependencies": {
"commander": "5.0.0",
"core-js": "3.6.4",
"gherkin": "9.0.0",
"glob": "7.1.6",
"lodash": "4.17.20",
"strip-json-comments": "3.0.1"
"lodash": "4.17.21",
"strip-json-comments": "3.0.1",
"xml-js": "^1.6.11"
},
"bin": {
"gherkin-lint": "dist/main.js"
@ -4506,11 +4507,6 @@
"node": ">= 6"
}
},
"node_modules/gherkin-lint/node_modules/lodash": {
"version": "4.17.20",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
"integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="
},
"node_modules/gherkin-lint/node_modules/strip-json-comments": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.0.1.tgz",
@ -9338,6 +9334,17 @@
"resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz",
"integrity": "sha1-eLpyAgApxbyHuKgaPPzXS0ovweU="
},
"node_modules/xml-js": {
"version": "1.6.11",
"resolved": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.11.tgz",
"integrity": "sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==",
"dependencies": {
"sax": "^1.2.4"
},
"bin": {
"xml-js": "bin/cli.js"
}
},
"node_modules/xml2js": {
"version": "0.4.23",
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz",
@ -13156,16 +13163,17 @@
}
},
"gherkin-lint": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/gherkin-lint/-/gherkin-lint-4.1.3.tgz",
"integrity": "sha512-5oagKEUqPgwKkJGtlqshy8mWNpWBRIFDeex63BOPF3+yC2GOMjdyvAHTQfHhkDqgwEdOpda2F8yGe1EBj5/dgw==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/gherkin-lint/-/gherkin-lint-4.2.1.tgz",
"integrity": "sha512-zKgv5KsDybIsL6uJz/ldQamKOU6gTfjMCZl1xpE+DDvFxQLW2bDjZgmXkKT4+JTw5DenjaLhwAfrtHd/JxU42A==",
"requires": {
"commander": "5.0.0",
"core-js": "3.6.4",
"gherkin": "9.0.0",
"glob": "7.1.6",
"lodash": "4.17.20",
"strip-json-comments": "3.0.1"
"lodash": "4.17.21",
"strip-json-comments": "3.0.1",
"xml-js": "^1.6.11"
},
"dependencies": {
"commander": {
@ -13173,11 +13181,6 @@
"resolved": "https://registry.npmjs.org/commander/-/commander-5.0.0.tgz",
"integrity": "sha512-JrDGPAKjMGSP1G0DUoaceEJ3DZgAfr/q6X7FVk4+U5KxUSKviYGM2k6zWkfyyBHy5rAtzgYJFa1ro2O9PtoxwQ=="
},
"lodash": {
"version": "4.17.20",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
"integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="
},
"strip-json-comments": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.0.1.tgz",
@ -17090,6 +17093,14 @@
"resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz",
"integrity": "sha1-eLpyAgApxbyHuKgaPPzXS0ovweU="
},
"xml-js": {
"version": "1.6.11",
"resolved": "https://registry.npmjs.org/xml-js/-/xml-js-1.6.11.tgz",
"integrity": "sha512-7rVi2KMfwfWFl+GpPg6m80IVMWXLRjO+PxTq7V2CDhoGak0wzYzFgUY2m4XJ47OGdXd8eLE8EmwfAmdjw7lC1g==",
"requires": {
"sax": "^1.2.4"
}
},
"xml2js": {
"version": "0.4.23",
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz",

View file

@ -14,7 +14,7 @@
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jest": "^24.1.5",
"eslint-plugin-prettier": "^3.3.1",
"gherkin-lint": "^4.1.3",
"gherkin-lint": "^4.2.1",
"htmlhint": "^0.14.2",
"immer": "^8.0.1",
"ini": "^2.0.0",