chore(deps-dev): bump cypress from 5.6.0 to 6.0.0

Bumps [cypress](https://github.com/cypress-io/cypress) from 5.6.0 to 6.0.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v5.6.0...v6.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-11-30 05:03:33 +00:00
committed by GitHub
parent b9d482de7a
commit 81c37e2d61
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -1366,9 +1366,9 @@
},
"dependencies": {
"debug": {
"version": "3.2.6",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz",
"integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==",
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
"dev": true,
"requires": {
"ms": "^2.1.1"
@@ -3462,9 +3462,9 @@
"dev": true
},
"cypress": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-5.6.0.tgz",
"integrity": "sha512-cs5vG3E2JLldAc16+5yQxaVRLLqMVya5RlrfPWkC72S5xrlHFdw7ovxPb61s4wYweROKTyH01WQc2PFzwwVvyQ==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-6.0.0.tgz",
"integrity": "sha512-A/w9S15xGxX5UVeAQZacKBqaA0Uqlae9e5WMrehehAdFiLOZj08IgSVZOV8YqA9OH9Z0iBOnmsEkK3NNj43VrA==",
"dev": true,
"requires": {
"@cypress/listr-verbose-renderer": "^0.4.1",
+1 -1
View File
@@ -51,7 +51,7 @@
"@types/resize-observer-browser": "^0.1.4",
"autoprefixer": "^9.8.6",
"babel-preset-react-app": "^10.0.0",
"cypress": "^5.6.0",
"cypress": "^6.0.0",
"postcss-nested": "^4.2.3",
"prettier": "2.2.0",
"prop-types": "^15.7.2",