Update dependency cypress to v6.8.0

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2021-03-20 01:35:58 +00:00 committed by Philip Molares
parent f9e14cceb6
commit a5f56abc5d
2 changed files with 6 additions and 6 deletions

View file

@ -167,7 +167,7 @@
"@types/redux-devtools": "3.0.47",
"@types/redux-devtools-extension": "2.13.2",
"cross-env": "7.0.3",
"cypress": "6.6.0",
"cypress": "6.8.0",
"cypress-commands": "1.1.0",
"cypress-file-upload": "5.0.3",
"eslint-plugin-chai-friendly": "0.6.0",
@ -179,6 +179,6 @@
"webpack-bundle-analyzer": "4.4.0"
},
"resolutions": {
"cypress": "6.6.0"
"cypress": "6.8.0"
}
}

View file

@ -5072,10 +5072,10 @@ cypress-file-upload@5.0.3:
dependencies:
mime "^2.5.0"
cypress@6.6.0:
version "6.6.0"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.6.0.tgz#659c64cdb06e51b6be18fdac39d8f192deb54fa0"
integrity sha512-+Xx3Zn653LJHUsCb9h1Keql2jlazbr1ROmbY6DFJMmXKLgXP4ez9cE403W93JNGRbZK0Tng3R/oP8mvd9XAPVg==
cypress@6.8.0:
version "6.8.0"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.8.0.tgz#8338f39212a8f71e91ff8c017a1b6e22d823d8c1"
integrity sha512-W2e9Oqi7DmF48QtOD0LfsOLVq6ef2hcXZvJXI/E3PgFNmZXEVwBefhAxVCW9yTPortjYA2XkM20KyC4HRkOm9w==
dependencies:
"@cypress/listr-verbose-renderer" "^0.4.1"
"@cypress/request" "^2.88.5"