From 0b549d5af6f3a1f884accfece83217c9da7837f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 22:31:30 +0000 Subject: [PATCH] Bump cypress-cucumber-preprocessor from 4.0.3 to 4.1.0 Bumps [cypress-cucumber-preprocessor](https://github.com/TheBrainFamily/cypress-cucumber-preprocessor) from 4.0.3 to 4.1.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/v4.0.3...v4.1.0) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a711bde..267f98f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@percy/cypress": "^3.1.0", "@testing-library/cypress": "^7.0.3", "cypress": "^7.2.0", - "cypress-cucumber-preprocessor": "^4.0.3", + "cypress-cucumber-preprocessor": "^4.1.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-chai-friendly": "^0.6.0", "eslint-plugin-cypress": "^2.11.2", @@ -4030,9 +4030,9 @@ } }, "node_modules/cypress-cucumber-preprocessor": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-4.0.3.tgz", - "integrity": "sha512-cHWhDU9fuj2XyAuYpbFsTtwEC37CVKNMMeHFc5OQq+tMjKlWBbfzX/2YXsB/Tf7J6Hy5csY8XoOFWUFY1A2oew==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-4.1.0.tgz", + "integrity": "sha512-lTbqMXEoDBiQo5jh7z8lFNELyXB35I3d9FSEOP/A6L/TaxfmIVySzNbeWPZbk3AsVjYYThoHelSO5clo9yfRfQ==", "dev": true, "dependencies": { "@cypress/browserify-preprocessor": "^3.0.1", @@ -16108,9 +16108,9 @@ } }, "cypress-cucumber-preprocessor": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-4.0.3.tgz", - "integrity": "sha512-cHWhDU9fuj2XyAuYpbFsTtwEC37CVKNMMeHFc5OQq+tMjKlWBbfzX/2YXsB/Tf7J6Hy5csY8XoOFWUFY1A2oew==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-4.1.0.tgz", + "integrity": "sha512-lTbqMXEoDBiQo5jh7z8lFNELyXB35I3d9FSEOP/A6L/TaxfmIVySzNbeWPZbk3AsVjYYThoHelSO5clo9yfRfQ==", "dev": true, "requires": { "@cypress/browserify-preprocessor": "^3.0.1", diff --git a/package.json b/package.json index 0655e6e..046005f 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@percy/cypress": "^3.1.0", "@testing-library/cypress": "^7.0.3", "cypress": "^7.2.0", - "cypress-cucumber-preprocessor": "^4.0.3", + "cypress-cucumber-preprocessor": "^4.1.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-chai-friendly": "^0.6.0", "eslint-plugin-cypress": "^2.11.2",