Merge pull request #6911 from Ocelot-Social-Community/dependabot/npm_and_yarn/badeball/cypress-cucumber-preprocessor-20.0.0

Bump @badeball/cypress-cucumber-preprocessor from 19.2.0 to 20.0.0
This commit is contained in:
mahula 2023-12-25 11:11:31 +01:00 committed by GitHub
commit 7975d4c859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 10 deletions

10
package-lock.json generated
View File

@ -12,7 +12,7 @@
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/register": "^7.22.15",
"@badeball/cypress-cucumber-preprocessor": "^19.2.0",
"@badeball/cypress-cucumber-preprocessor": "^20.0.0",
"@cucumber/cucumber": "10.1.0",
"@cypress/browserify-preprocessor": "^3.0.2",
"@faker-js/faker": "8.3.1",
@ -1989,9 +1989,9 @@
}
},
"node_modules/@badeball/cypress-cucumber-preprocessor": {
"version": "19.2.0",
"resolved": "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-19.2.0.tgz",
"integrity": "sha512-uH4E38nO+hNxEvdYYawtXTcYOSjmS5uxan35HzjqeLeVub1Eo/zcMnKpk1aoKjZHjxHfWzlam8brwhSzrNVY/w==",
"version": "20.0.0",
"resolved": "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.0.0.tgz",
"integrity": "sha512-wBpPMazRqmzs86wocMKi686rEzwygRDLpQZk4X8LgllfhAdEYqk8GfeVsSUVKYvqiYljbb7k2Blj1zS5vlxNJw==",
"dev": true,
"funding": [
{
@ -2001,6 +2001,7 @@
],
"dependencies": {
"@badeball/cypress-configuration": "^6.1.0",
"@cucumber/ci-environment": "^10.0.0",
"@cucumber/cucumber": "^10.0.0",
"@cucumber/cucumber-expressions": "^17.0.0",
"@cucumber/gherkin": "^27.0.0",
@ -2028,6 +2029,7 @@
"bin": {
"cucumber-html-formatter": "dist/bin/cucumber-html-formatter.js",
"cucumber-json-formatter": "dist/bin/cucumber-json-formatter.js",
"cucumber-merge-messages": "dist/bin/cucumber-merge-messages.js",
"cypress-cucumber-diagnostics": "dist/bin/diagnostics.js"
},
"engines": {

View File

@ -36,7 +36,7 @@
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/register": "^7.22.15",
"@badeball/cypress-cucumber-preprocessor": "^19.2.0",
"@badeball/cypress-cucumber-preprocessor": "^20.0.0",
"@cypress/browserify-preprocessor": "^3.0.2",
"@cucumber/cucumber": "10.1.0",
"@faker-js/faker": "8.3.1",

View File

@ -1058,12 +1058,13 @@
minimatch "^3.0.4"
node-hook "^1.0.0"
"@badeball/cypress-cucumber-preprocessor@^19.2.0":
version "19.2.0"
resolved "https://registry.yarnpkg.com/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-19.2.0.tgz#e19c949b7849740ddf35aa7e439d386ebbd9c098"
integrity sha512-uH4E38nO+hNxEvdYYawtXTcYOSjmS5uxan35HzjqeLeVub1Eo/zcMnKpk1aoKjZHjxHfWzlam8brwhSzrNVY/w==
"@badeball/cypress-cucumber-preprocessor@^20.0.0":
version "20.0.0"
resolved "https://registry.yarnpkg.com/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.0.0.tgz#6417d22835b8ef8ff8e004e4e95df57419f36af7"
integrity sha512-wBpPMazRqmzs86wocMKi686rEzwygRDLpQZk4X8LgllfhAdEYqk8GfeVsSUVKYvqiYljbb7k2Blj1zS5vlxNJw==
dependencies:
"@badeball/cypress-configuration" "^6.1.0"
"@cucumber/ci-environment" "^10.0.0"
"@cucumber/cucumber" "^10.0.0"
"@cucumber/cucumber-expressions" "^17.0.0"
"@cucumber/gherkin" "^27.0.0"
@ -1093,7 +1094,7 @@
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
"@cucumber/ci-environment@10.0.0":
"@cucumber/ci-environment@10.0.0", "@cucumber/ci-environment@^10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@cucumber/ci-environment/-/ci-environment-10.0.0.tgz#1ad66cc20cad9aefcfe92f4db3553680de2dd365"
integrity sha512-lRkiehckosIOdc7p1L44nZsttO5dVHFjpwKKWZ07x8SeoAdV/sPuGe1PISe0AmAowFGza62nMOgG4KaroGzwFQ==