mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 19:26:31 -05:00
Update dependency cypress to v6.8.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
f9e14cceb6
commit
a5f56abc5d
2 changed files with 6 additions and 6 deletions
|
@ -167,7 +167,7 @@
|
|||
"@types/redux-devtools": "3.0.47",
|
||||
"@types/redux-devtools-extension": "2.13.2",
|
||||
"cross-env": "7.0.3",
|
||||
"cypress": "6.6.0",
|
||||
"cypress": "6.8.0",
|
||||
"cypress-commands": "1.1.0",
|
||||
"cypress-file-upload": "5.0.3",
|
||||
"eslint-plugin-chai-friendly": "0.6.0",
|
||||
|
@ -179,6 +179,6 @@
|
|||
"webpack-bundle-analyzer": "4.4.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"cypress": "6.6.0"
|
||||
"cypress": "6.8.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5072,10 +5072,10 @@ cypress-file-upload@5.0.3:
|
|||
dependencies:
|
||||
mime "^2.5.0"
|
||||
|
||||
cypress@6.6.0:
|
||||
version "6.6.0"
|
||||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.6.0.tgz#659c64cdb06e51b6be18fdac39d8f192deb54fa0"
|
||||
integrity sha512-+Xx3Zn653LJHUsCb9h1Keql2jlazbr1ROmbY6DFJMmXKLgXP4ez9cE403W93JNGRbZK0Tng3R/oP8mvd9XAPVg==
|
||||
cypress@6.8.0:
|
||||
version "6.8.0"
|
||||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.8.0.tgz#8338f39212a8f71e91ff8c017a1b6e22d823d8c1"
|
||||
integrity sha512-W2e9Oqi7DmF48QtOD0LfsOLVq6ef2hcXZvJXI/E3PgFNmZXEVwBefhAxVCW9yTPortjYA2XkM20KyC4HRkOm9w==
|
||||
dependencies:
|
||||
"@cypress/listr-verbose-renderer" "^0.4.1"
|
||||
"@cypress/request" "^2.88.5"
|
||||
|
|
Loading…
Reference in a new issue