chore(deps-dev): bump cypress from 4.0.0 to 4.0.1

Bumps [cypress](https://github.com/cypress-io/cypress) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Commits](https://github.com/cypress-io/cypress/compare/v4.0.0...v4.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-02-10 22:49:31 +00:00
committed by GitHub
parent 74f6be6123
commit 3281adce65
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4078,9 +4078,9 @@
"integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=" "integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk="
}, },
"cypress": { "cypress": {
"version": "4.0.0", "version": "4.0.1",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-4.0.0.tgz", "resolved": "https://registry.npmjs.org/cypress/-/cypress-4.0.1.tgz",
"integrity": "sha512-yH9K5OJYc/IvgPlO595HBTyD9g7ADSq2aUNGjc6BnSPoUWaERS9wTnFXiD3V2wyz58YulDa8pCsxwBOYMMsNKQ==", "integrity": "sha512-P+cSwc5yE+1hIkWwJzpsiSQthKmzkFeFz2ySejSrJJ6FiXoL8pp0vr1cyWp+75KT4nqL9IYt1GMrHp+mVmvocA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@cypress/listr-verbose-renderer": "0.4.1", "@cypress/listr-verbose-renderer": "0.4.1",

View File

@@ -38,7 +38,7 @@
"yargs-parser": "^17.0.0" "yargs-parser": "^17.0.0"
}, },
"devDependencies": { "devDependencies": {
"cypress": "^4.0.0", "cypress": "^4.0.1",
"node-sass": "^4.13.1", "node-sass": "^4.13.1",
"sass-loader": "^8.0.2", "sass-loader": "^8.0.2",
"start-server-and-test": "^1.10.8" "start-server-and-test": "^1.10.8"