From 68f7574ab18617aed6e8c1f5e1ac224004312e35 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2020 04:17:37 +0000 Subject: [PATCH] build(deps-dev): bump cypress-cucumber-preprocessor from 2.1.0 to 2.2.1 Bumps [cypress-cucumber-preprocessor](https://github.com/TheBrainFamily/cypress-cucumber-preprocessor) from 2.1.0 to 2.2.1. - [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/v2.1.0...v2.2.1) 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 ab3e67749..7e2805f9f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "cross-env": "^7.0.2", "cucumber": "^6.0.5", "cypress": "^4.2.0", - "cypress-cucumber-preprocessor": "^2.1.0", + "cypress-cucumber-preprocessor": "^2.2.1", "cypress-file-upload": "^3.5.3", "cypress-plugin-retries": "^1.5.2", "date-fns": "^2.11.1", diff --git a/yarn.lock b/yarn.lock index fb0ec0d2f..f3abc343b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2535,10 +2535,10 @@ currently-unhandled@^0.4.1: dependencies: array-find-index "^1.0.1" -cypress-cucumber-preprocessor@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-2.1.0.tgz#a0b4f0d99f24b81b0ec9cf4c25217afb60905dc8" - integrity sha512-VR90Lm4CHkZiPPiB33gr6GRVBoYzwKzwlx/BUDk1eX4k6Sc9zxs1Suxf1ZT93nTtf/FkDofZTefYWl+k7jvAnw== +cypress-cucumber-preprocessor@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-2.2.1.tgz#c58cdb3a4a351088151357657717e042883de639" + integrity sha512-7T/pVxD6oW0El08Dfj2vEyV1forQ0n8xHDOhwXHeQeHQJA+1o1pQbpcYirNUVMWlchp+ZRm/9q3+a1OXBF9Znw== dependencies: "@cypress/browserify-preprocessor" "^2.1.1" chai "^4.1.2"