From 26221e0feacdd75cab6d0a27c8a3290a88034ceb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2019 04:17:46 +0000 Subject: [PATCH] build(deps-dev): bump cypress-cucumber-preprocessor Bumps [cypress-cucumber-preprocessor](https://github.com/TheBrainFamily/cypress-cucumber-preprocessor) from 1.18.0 to 1.19.0. - [Release notes](https://github.com/TheBrainFamily/cypress-cucumber-preprocessor/releases) - [Changelog](https://github.com/TheBrainFamily/cypress-cucumber-preprocessor/blob/master/CHANGELOG.md) - [Commits](https://github.com/TheBrainFamily/cypress-cucumber-preprocessor/compare/v1.18.0...v1.19.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 33c094201..be33a23c8 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "cross-env": "^6.0.3", "cucumber": "^6.0.5", "cypress": "^3.8.0", - "cypress-cucumber-preprocessor": "^1.18.0", + "cypress-cucumber-preprocessor": "^1.19.0", "cypress-file-upload": "^3.5.1", "cypress-plugin-retries": "^1.5.0", "date-fns": "^2.8.1", diff --git a/yarn.lock b/yarn.lock index 2bcb7250a..55819c058 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2208,10 +2208,10 @@ cucumber@^6.0.5: util-arity "^1.0.2" verror "^1.9.0" -cypress-cucumber-preprocessor@^1.18.0: - version "1.18.0" - resolved "https://registry.yarnpkg.com/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-1.18.0.tgz#1a518aac97dcb658a9fc4593ba7a171af65ba38a" - integrity sha512-YmIAQu6AK6XGu8pSCBEvsAiWLSKzcxx7tXj8Yi+F0ghZC2OTVcrtvd2cB+pVAj0iDeOsiYEo9Hq+SdCdzJPynA== +cypress-cucumber-preprocessor@^1.19.0: + version "1.19.0" + resolved "https://registry.yarnpkg.com/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-1.19.0.tgz#d0f253c4312201d504efe46d54e2d7d029c3b9e8" + integrity sha512-v7WYDxTLbOxyBthalE5SZBobCL2Tl737kfmE81QCDSPDdR3jHL9FFG5GZIX7X8M7T2HBpYswvMRl2MlaQ4ikuQ== dependencies: "@cypress/browserify-preprocessor" "^2.1.1" chai "^4.1.2"