diff --git a/package.json b/package.json index 29950b65c..61f32a163 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "codecov": "^3.5.0", "cross-env": "^5.2.0", "cypress": "^3.2.0", - "cypress-cucumber-preprocessor": "^1.11.0", + "cypress-cucumber-preprocessor": "^1.11.2", "cypress-plugin-retries": "^1.2.1", "dotenv": "^8.0.0", "faker": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index 3cf11d1cd..5222a1300 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1793,10 +1793,10 @@ cucumber@^4.2.1: util-arity "^1.0.2" verror "^1.9.0" -cypress-cucumber-preprocessor@^1.11.0: - version "1.11.0" - resolved "https://registry.yarnpkg.com/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-1.11.0.tgz#bad39f372ce1a8ae429922b1d3d02ddb8ad10011" - integrity sha512-7cEISZVphNcRqOenUB33PlbyppqDyGX7K/sCzrAqNEg91W9Uw9Sq/Dzh7ijzMSracAWa+QKhGNgf7oonCBVNXQ== +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== dependencies: "@cypress/browserify-preprocessor" "^1.1.2" chai "^4.1.2"