build(deps-dev): bump cypress from 6.3.0 to 6.4.0 (#5119)

Bumps [cypress](https://github.com/cypress-io/cypress) from 6.3.0 to 6.4.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/v6.3.0...v6.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erick Zhao <erick@hotmail.ca>
This commit is contained in:
dependabot[bot] 2021-02-08 10:57:32 -08:00 коммит произвёл GitHub
Родитель d51019ffa6
Коммит fe95ddda2e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 12 добавлений и 5 удалений

15
package-lock.json сгенерированный
Просмотреть файл

@ -5841,9 +5841,9 @@
"dev": true
},
"cypress": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-6.3.0.tgz",
"integrity": "sha512-Ec6TAFOxdSB2HPINNJ1f7z75pENXcfCaQkz+A9j0eGSvusFJ2NNErq650DexCbNJAnCQkPqXB4XPH9kXnSQnUA==",
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-6.4.0.tgz",
"integrity": "sha512-SrsPsZ4IBterudkoFYBvkQmXOVxclh1/+ytbzpV8AH/D2FA+s2Qy5ISsaRzOFsbQa4KZWoi3AKwREmF1HucYkg==",
"dev": true,
"requires": {
"@cypress/listr-verbose-renderer": "^0.4.1",
@ -5860,6 +5860,7 @@
"cli-table3": "~0.6.0",
"commander": "^5.1.0",
"common-tags": "^1.8.0",
"dayjs": "^1.9.3",
"debug": "^4.1.1",
"eventemitter2": "^6.4.2",
"execa": "^4.0.2",
@ -5874,7 +5875,7 @@
"lodash": "^4.17.19",
"log-symbols": "^4.0.0",
"minimist": "^1.2.5",
"moment": "^2.27.0",
"moment": "^2.29.1",
"ospath": "^1.2.2",
"pretty-bytes": "^5.4.1",
"ramda": "~0.26.1",
@ -5977,6 +5978,12 @@
"resolved": "https://registry.npmjs.org/dateutil/-/dateutil-0.1.0.tgz",
"integrity": "sha1-9MAkKeA/knwcnh4hu+KzeDNHfrA="
},
"dayjs": {
"version": "1.10.4",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.4.tgz",
"integrity": "sha512-RI/Hh4kqRc1UKLOAf/T5zdMMX5DQIlDxwUe3wSyMMnEbGunnpENCdbUgM+dW7kXidZqCttBrmw7BhN4TMddkCw==",
"dev": true
},
"debug": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz",

Просмотреть файл

@ -92,7 +92,7 @@
"chai-cheerio": "^1.0.0",
"check-for-leaks": "^1.2.1",
"cheerio": "^1.0.0-rc.5",
"cypress": "^6.3.0",
"cypress": "^6.4.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.1",