Update dependency cypress to v5.2.0

This commit is contained in:
Renovate Bot 2020-09-19 00:35:26 +00:00 committed by Philip Molares
parent 7625ebda3d
commit bb141e58a1
2 changed files with 6 additions and 6 deletions

View file

@ -148,7 +148,7 @@
"@testing-library/cypress": "7.0.0", "@testing-library/cypress": "7.0.0",
"@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",
"cypress": "5.1.0", "cypress": "5.2.0",
"cypress-commands": "1.1.0", "cypress-commands": "1.1.0",
"eslint-plugin-chai-friendly": "0.6.0", "eslint-plugin-chai-friendly": "0.6.0",
"eslint-plugin-cypress": "2.11.1", "eslint-plugin-cypress": "2.11.1",
@ -158,6 +158,6 @@
"ts-loader": "8.0.3" "ts-loader": "8.0.3"
}, },
"resolutions": { "resolutions": {
"cypress": "5.1.0" "cypress": "5.2.0"
} }
} }

View file

@ -4485,10 +4485,10 @@ cypress-commands@1.1.0:
resolved "https://registry.yarnpkg.com/cypress-commands/-/cypress-commands-1.1.0.tgz#9248190168783deb8ab27ae7c722e3e01d172c97" resolved "https://registry.yarnpkg.com/cypress-commands/-/cypress-commands-1.1.0.tgz#9248190168783deb8ab27ae7c722e3e01d172c97"
integrity sha512-Q8Jr25pHJQFXwln6Hp8O+Hgs8Z506Y2wA9F1Te2cTajjc5L9gtt9WPOcw1Ogh+OgyqaMHF+uq31vdfImRTio5Q== integrity sha512-Q8Jr25pHJQFXwln6Hp8O+Hgs8Z506Y2wA9F1Te2cTajjc5L9gtt9WPOcw1Ogh+OgyqaMHF+uq31vdfImRTio5Q==
cypress@5.1.0: cypress@5.2.0:
version "5.1.0" version "5.2.0"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-5.1.0.tgz#979e9ff3e0acd792eefd365bf104046479a9643b" resolved "https://registry.yarnpkg.com/cypress/-/cypress-5.2.0.tgz#6902efd90703242a2539f0623c6e1118aff01f95"
integrity sha512-craPRO+Viu4268s7eBvX5VJW8aBYcAQT+EwEccQSMY+eH1ZPwnxIgyDlmMWvxLVX9SkWxOlZbEycPyzanQScBQ== integrity sha512-9S2spcrpIXrQ+CQIKHsjRoLQyRc2ehB06clJXPXXp1zyOL/uZMM3Qc20ipNki4CcNwY0nBTQZffPbRpODeGYQg==
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"