diff --git a/package.json b/package.json index 6ec21e177..fa14e1d9d 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "babel-loader": "^8.2.2", "coveralls": "^3.0.2", "css-to-string-loader": "^0.1.3", - "cypress": "7.7.0", + "cypress": "8.0.0", "documentation": "13.2.0", "dompurify": "2.3.0", "eslint": "^7.30.0", diff --git a/yarn.lock b/yarn.lock index cd0b3e340..7d0c5610e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3818,10 +3818,10 @@ cyclist@^1.0.1: resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= -cypress@7.7.0: - version "7.7.0" - resolved "https://registry.yarnpkg.com/cypress/-/cypress-7.7.0.tgz#0839ae28e5520536f9667d6c9ae81496b3836e64" - integrity sha512-uYBYXNoI5ym0UxROwhQXWTi8JbUEjpC6l/bzoGZNxoKGsLrC1SDPgIDJMgLX/MeEdPL0UInXLDUWN/rSyZUCjQ== +cypress@8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/cypress/-/cypress-8.0.0.tgz#bd68f4cff9ffb0c1176e9dd87d020cbdd0001ab8" + integrity sha512-Hhbc7FtbeCSg5Ui2zxXQLynk7IYGIygG8NqTauS4EtCWyp2k6s4g8P4KUZXwRbhuryN/+/dCd1kPtFbhBx8MuQ== dependencies: "@cypress/request" "^2.88.5" "@cypress/xvfb" "^1.2.4"