diff --git a/package.json b/package.json index 2cd88ef4e..61274bcd6 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "codecov": "^3.5.0", "cross-env": "^5.2.0", "cypress": "^3.3.1", - "cypress-cucumber-preprocessor": "^1.11.2", + "cypress-cucumber-preprocessor": "^1.12.0", "cypress-file-upload": "^3.1.3", "cypress-plugin-retries": "^1.2.2", "dotenv": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index acea0bb07..497b536c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1805,10 +1805,10 @@ cucumber@^4.2.1: util-arity "^1.0.2" verror "^1.9.0" -cypress-cucumber-preprocessor@^1.11.2: - version "1.11.2" - resolved "https://registry.yarnpkg.com/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-1.11.2.tgz#daa86805e25a39cea1cf2278f3b7cee204478853" - integrity sha512-Cret/EmqGdC6QLUQrszDdzDt+y4aL0ViaOWfZ1PgM4GpAay4gHQ+j0mtTIBvRg8Y86w6NOfzaflcHKGk54v2XQ== +cypress-cucumber-preprocessor@^1.12.0: + version "1.12.0" + resolved "https://registry.yarnpkg.com/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-1.12.0.tgz#092428ba267331e3d2cc6e1309c331d17632b8b1" + integrity sha512-uKrWbs51hGeHiLgcSZcjFvvVEW9UdStsLVpD1snuPuik9WE61kbZv7xumlPjRmkMF81zTUGnNLwZuAk3CV9dEw== dependencies: "@cypress/browserify-preprocessor" "^1.1.2" chai "^4.1.2"