Update dependency cypress to v6.2.0

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2020-12-26 00:22:14 +00:00 committed by Tilman Vatteroth
parent eb25109f53
commit 59f8d2eb04
2 changed files with 6 additions and 6 deletions

View file

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

View file

@ -4903,10 +4903,10 @@ cypress-file-upload@4.1.1:
dependencies: dependencies:
mime "^2.4.4" mime "^2.4.4"
cypress@6.1.0: cypress@6.2.0:
version "6.1.0" version "6.2.0"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.1.0.tgz#af2596cb110aa98eaf75fef3d8ab379ca0ff2413" resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.2.0.tgz#1a8a7dd5bd08db3064551a9f12072963cc9337bf"
integrity sha512-uQnSxRcZ6hkf9R5cr8KpRBTzN88QZwLIImbf5DWa5RIxH6o5Gpff58EcjiYhAR8/8p9SGv7O6SRygq4H+k0Qpw== integrity sha512-m/rkcogYM9MTy8rbsZgyS5wT2L/J+B5V2bY2ztkDNMyqhk/oZgUF4KTWVLzkW2I+scg0iAddca95tLlt7XnAtw==
dependencies: dependencies:
"@cypress/listr-verbose-renderer" "^0.4.1" "@cypress/listr-verbose-renderer" "^0.4.1"
"@cypress/request" "^2.88.5" "@cypress/request" "^2.88.5"