From a6db9b3c96ff196d65718aa23252f3933981cb6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 10:03:09 +0000 Subject: [PATCH] Bump cypress-cucumber-preprocessor from 4.0.3 to 4.1.1 Bumps [cypress-cucumber-preprocessor](https://github.com/TheBrainFamily/cypress-cucumber-preprocessor) from 4.0.3 to 4.1.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/v4.0.3...v4.1.1) 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..8cfb2f7 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.1", "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.1", + "resolved": "https://registry.npmjs.org/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-4.1.1.tgz", + "integrity": "sha512-YBUrCfYsbC7QIWTwajd4L861GBMO3ybub3920+GXgiPnCOevrrY4QL670yHMZRv1d15h4yC0rbb3rDkgWDxMYA==", "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.1", + "resolved": "https://registry.npmjs.org/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-4.1.1.tgz", + "integrity": "sha512-YBUrCfYsbC7QIWTwajd4L861GBMO3ybub3920+GXgiPnCOevrrY4QL670yHMZRv1d15h4yC0rbb3rDkgWDxMYA==", "dev": true, "requires": { "@cypress/browserify-preprocessor": "^3.0.1", diff --git a/package.json b/package.json index 0655e6e..67d30f8 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.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-chai-friendly": "^0.6.0", "eslint-plugin-cypress": "^2.11.2",