mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-15 05:04:37 +00:00
Update dependency cypress to v6.3.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
3c583e2a92
commit
bc0eda222f
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.2.1",
|
||||
"cypress": "6.3.0",
|
||||
"cypress-commands": "1.1.0",
|
||||
"cypress-file-upload": "4.1.1",
|
||||
"eslint-plugin-chai-friendly": "0.6.0",
|
||||
|
@ -179,6 +179,6 @@
|
|||
"webpack-bundle-analyzer": "4.4.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"cypress": "6.2.1"
|
||||
"cypress": "6.3.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5088,10 +5088,10 @@ cypress-file-upload@4.1.1:
|
|||
dependencies:
|
||||
mime "^2.4.4"
|
||||
|
||||
cypress@6.2.1:
|
||||
version "6.2.1"
|
||||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.2.1.tgz#27d5fbcf008c698c390fdb0c03441804176d06c4"
|
||||
integrity sha512-OYkSgzA4J4Q7eMjZvNf5qWpBLR4RXrkqjL3UZ1UzGGLAskO0nFTi/RomNTG6TKvL3Zp4tw4zFY1gp5MtmkCZrA==
|
||||
cypress@6.3.0:
|
||||
version "6.3.0"
|
||||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.3.0.tgz#e27bba01d7e493265700e1e85333dca0b0127ede"
|
||||
integrity sha512-Ec6TAFOxdSB2HPINNJ1f7z75pENXcfCaQkz+A9j0eGSvusFJ2NNErq650DexCbNJAnCQkPqXB4XPH9kXnSQnUA==
|
||||
dependencies:
|
||||
"@cypress/listr-verbose-renderer" "^0.4.1"
|
||||
"@cypress/request" "^2.88.5"
|
||||
|
|
Loading…
Add table
Reference in a new issue