diff --git a/package.json b/package.json index 5427090dc..18a46e56d 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "codecov": "^3.6.1", "cross-env": "^6.0.3", "cypress": "^3.4.1", - "cypress-cucumber-preprocessor": "^1.16.1", + "cypress-cucumber-preprocessor": "^1.16.2", "cypress-file-upload": "^3.3.4", "cypress-plugin-retries": "^1.3.0", "dotenv": "^8.1.0", diff --git a/yarn.lock b/yarn.lock index 8d561ef5e..231e6100e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1877,10 +1877,10 @@ cucumber@^4.2.1: util-arity "^1.0.2" verror "^1.9.0" -cypress-cucumber-preprocessor@^1.16.1: - version "1.16.1" - resolved "https://registry.yarnpkg.com/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-1.16.1.tgz#2ac7e0e53396334c052aeed8b5e61e08616f73a2" - integrity sha512-m8Z5t9hSc10kv47qK0fV/JlCboCwQVxgTa+WhnCjOPB7YBnX/en4f0O8l27yaZbZyHan7JBoJvpfzINlaOKafg== +cypress-cucumber-preprocessor@^1.16.2: + version "1.16.2" + resolved "https://registry.yarnpkg.com/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-1.16.2.tgz#79e0ce7e7afa781f752711f7284a3bf48aa99ab8" + integrity sha512-jDJuQnnzrOrO+4PRt+VKFkHxHO7DplJACXOMUHLLWcL7vjlRUkIG4+QWnOkn/Py3yOhv9Rmuug8Iil5+FV8wEw== dependencies: "@cypress/browserify-preprocessor" "^2.1.1" chai "^4.1.2"