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",