From b9464592e8522e66fa7503d64ced05c65dd21673 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 10:38:23 +0000 Subject: [PATCH] build(deps-dev): bump cypress-cucumber-preprocessor Bumps [cypress-cucumber-preprocessor](https://github.com/TheBrainFamily/cypress-cucumber-preprocessor) from 1.16.2 to 1.17.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.16.2...v1.17.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 aff935fca..2c1793041 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "codecov": "^3.6.1", "cross-env": "^6.0.3", "cypress": "^3.7.0", - "cypress-cucumber-preprocessor": "^1.16.2", + "cypress-cucumber-preprocessor": "^1.17.0", "cypress-file-upload": "^3.5.0", "cypress-plugin-retries": "^1.5.0", "date-fns": "^2.8.1", diff --git a/yarn.lock b/yarn.lock index a4cd308ad..29edc575a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1939,10 +1939,10 @@ cucumber@^4.2.1: util-arity "^1.0.2" verror "^1.9.0" -cypress-cucumber-preprocessor@^1.16.2: - version "1.16.2" - resolved "https://registry.yarnpkg.com/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-1.16.2.tgz#79e0ce7e7afa781f752711f7284a3bf48aa99ab8" - integrity sha512-jDJuQnnzrOrO+4PRt+VKFkHxHO7DplJACXOMUHLLWcL7vjlRUkIG4+QWnOkn/Py3yOhv9Rmuug8Iil5+FV8wEw== +cypress-cucumber-preprocessor@^1.17.0: + version "1.17.0" + resolved "https://registry.yarnpkg.com/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-1.17.0.tgz#c0f60f1e4b408300bd46acbf0be29d791b299771" + integrity sha512-nj3qIgb3DDRzeefWZoFr78XuLKkPmMzEvw3apgADWsR8j16C6stoJQYtN0+HYrL9B30nPeJzW7bbgHMHbps0Zg== dependencies: "@cypress/browserify-preprocessor" "^2.1.1" chai "^4.1.2"