From 59c9c94e62d1e9ac5d5f6edcf58184c967c04fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 11:30:28 +0000 Subject: [PATCH] Bump @badeball/cypress-cucumber-preprocessor from 20.0.3 to 20.0.4 Bumps [@badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor) from 20.0.3 to 20.0.4. - [Release notes](https://github.com/badeball/cypress-cucumber-preprocessor/releases) - [Changelog](https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/CHANGELOG.md) - [Commits](https://github.com/badeball/cypress-cucumber-preprocessor/compare/v20.0.3...v20.0.4) --- updated-dependencies: - dependency-name: "@badeball/cypress-cucumber-preprocessor" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e4e18f40f..b685d1d3b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@babel/core": "^7.24.0", "@babel/preset-env": "^7.24.4", "@babel/register": "^7.23.7", - "@badeball/cypress-cucumber-preprocessor": "^20.0.3", + "@badeball/cypress-cucumber-preprocessor": "^20.0.4", "@cucumber/cucumber": "10.6.0", "@cypress/browserify-preprocessor": "^3.0.2", "@faker-js/faker": "8.4.1", @@ -2029,9 +2029,9 @@ } }, "node_modules/@badeball/cypress-cucumber-preprocessor": { - "version": "20.0.3", - "resolved": "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.0.3.tgz", - "integrity": "sha512-cc7rYEFEVRAZ13LQ2WEnG84VJNO+ErpNsNBP/5eP2JC+2v8WvcVgm8fcqKLOiNgyEWaRuiT+MkU3DXKbBbFVSg==", + "version": "20.0.4", + "resolved": "https://registry.npmjs.org/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.0.4.tgz", + "integrity": "sha512-1izlopsaJLPVjPN4XV3WhviZOgwXleVMsiTuDYHbJq3QiTUdHUzbticy8cMxtUTKa2dKZZSJTzZIGcXP5wEuag==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index f3851eede3..c0ef798d21 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@babel/core": "^7.24.0", "@babel/preset-env": "^7.24.4", "@babel/register": "^7.23.7", - "@badeball/cypress-cucumber-preprocessor": "^20.0.3", + "@badeball/cypress-cucumber-preprocessor": "^20.0.4", "@cucumber/cucumber": "10.6.0", "@cypress/browserify-preprocessor": "^3.0.2", "@faker-js/faker": "8.4.1", diff --git a/yarn.lock b/yarn.lock index 4085bb8b55..08ffb02cac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1109,10 +1109,10 @@ minimatch "^3.0.4" node-hook "^1.0.0" -"@badeball/cypress-cucumber-preprocessor@^20.0.3": - version "20.0.3" - resolved "https://registry.yarnpkg.com/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.0.3.tgz#73f53d021bb8ff11aaa003fbd33337bd7d4e5338" - integrity sha512-cc7rYEFEVRAZ13LQ2WEnG84VJNO+ErpNsNBP/5eP2JC+2v8WvcVgm8fcqKLOiNgyEWaRuiT+MkU3DXKbBbFVSg== +"@badeball/cypress-cucumber-preprocessor@^20.0.4": + version "20.0.4" + resolved "https://registry.yarnpkg.com/@badeball/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-20.0.4.tgz#3d07e015ed9535a76f42537389c5015e6e072589" + integrity sha512-1izlopsaJLPVjPN4XV3WhviZOgwXleVMsiTuDYHbJq3QiTUdHUzbticy8cMxtUTKa2dKZZSJTzZIGcXP5wEuag== dependencies: "@badeball/cypress-configuration" "^6.1.0" "@cucumber/ci-environment" "^10.0.0"