Update dependency cypress to v6.1.0

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2020-12-12 00:15:53 +00:00 committed by Philip Molares
parent 8cf9a91268
commit 64ccc67f7a
2 changed files with 6 additions and 6 deletions

View file

@ -162,7 +162,7 @@
"@types/redux-devtools": "3.0.47",
"@types/redux-devtools-extension": "2.13.2",
"cross-env": "7.0.3",
"cypress": "6.0.1",
"cypress": "6.1.0",
"cypress-commands": "1.1.0",
"cypress-file-upload": "4.1.1",
"eslint-plugin-chai-friendly": "0.6.0",
@ -174,6 +174,6 @@
"webpack-bundle-analyzer": "4.2.0"
},
"resolutions": {
"cypress": "6.0.1"
"cypress": "6.1.0"
}
}

View file

@ -4895,10 +4895,10 @@ cypress-file-upload@4.1.1:
dependencies:
mime "^2.4.4"
cypress@6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.0.1.tgz#86857ca2f527c3723575737deab42fd8f2a209df"
integrity sha512-3xtQZ0YM65soLgKQUgn2wg2IbWsM6A2yBg6L4RF31mZHr5LNKdO2/9sgiwxEVMKu2C2m6+IQ75zHP41kZP5rPg==
cypress@6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.1.0.tgz#af2596cb110aa98eaf75fef3d8ab379ca0ff2413"
integrity sha512-uQnSxRcZ6hkf9R5cr8KpRBTzN88QZwLIImbf5DWa5RIxH6o5Gpff58EcjiYhAR8/8p9SGv7O6SRygq4H+k0Qpw==
dependencies:
"@cypress/listr-verbose-renderer" "^0.4.1"
"@cypress/request" "^2.88.5"