diff --git a/package.json b/package.json index c320c23b..c7a1ba4d 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "react-visibility-sensor": "^5.1.1" }, "devDependencies": { - "cypress": "^4.4.0", + "cypress": "^4.4.1", "cypress-file-upload": "^4.0.6", "eslint": "^6.8.0", "eslint-config-prettier": "^6.11.0", diff --git a/yarn.lock b/yarn.lock index 475cba0b..2f094024 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4224,10 +4224,10 @@ cypress-file-upload@^4.0.6: dependencies: mime "^2.4.4" -cypress@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-4.4.0.tgz#566ac224e11601634c31e5648e5c15199dde7954" - integrity sha512-ZpsV3pVemANGi4Cxu0UIqFv23uHdDJZYlKY+8P/eixujCpI1TQ5RSPBp2grfV3ZvlGYrOXPJY44j9iEh1xoQug== +cypress@^4.4.1: + version "4.4.1" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-4.4.1.tgz#f5aa1aa5f328f1299bff328103f7cbad89e80f29" + integrity sha512-LcskZ/PXRG9XTlEeeenKqz/KddT1x+7O7dqXsdKWPII01LxLNmNHIvHnlUqApchVbinJ5vir6J255CkELSeL0A== dependencies: "@cypress/listr-verbose-renderer" "0.4.1" "@cypress/request" "2.88.5"