mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-23 23:41:28 +00:00
Update dependency cypress to v6.0.1 (#823)
Signed-off-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
44915ffec7
commit
e6f35c58cb
2 changed files with 6 additions and 6 deletions
|
@ -162,7 +162,7 @@
|
|||
"@types/redux-devtools": "3.0.47",
|
||||
"@types/redux-devtools-extension": "2.13.2",
|
||||
"cross-env": "7.0.2",
|
||||
"cypress": "6.0.0",
|
||||
"cypress": "6.0.1",
|
||||
"cypress-commands": "1.1.0",
|
||||
"cypress-file-upload": "4.1.1",
|
||||
"eslint-plugin-chai-friendly": "0.6.0",
|
||||
|
@ -174,6 +174,6 @@
|
|||
"webpack-bundle-analyzer": "4.2.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"cypress": "6.0.0"
|
||||
"cypress": "6.0.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4887,10 +4887,10 @@ cypress-file-upload@4.1.1:
|
|||
dependencies:
|
||||
mime "^2.4.4"
|
||||
|
||||
cypress@6.0.0:
|
||||
version "6.0.0"
|
||||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.0.0.tgz#57050773c61e8fe1e5c9871cc034c616fcacded9"
|
||||
integrity sha512-A/w9S15xGxX5UVeAQZacKBqaA0Uqlae9e5WMrehehAdFiLOZj08IgSVZOV8YqA9OH9Z0iBOnmsEkK3NNj43VrA==
|
||||
cypress@6.0.1:
|
||||
version "6.0.1"
|
||||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.0.1.tgz#86857ca2f527c3723575737deab42fd8f2a209df"
|
||||
integrity sha512-3xtQZ0YM65soLgKQUgn2wg2IbWsM6A2yBg6L4RF31mZHr5LNKdO2/9sgiwxEVMKu2C2m6+IQ75zHP41kZP5rPg==
|
||||
dependencies:
|
||||
"@cypress/listr-verbose-renderer" "^0.4.1"
|
||||
"@cypress/request" "^2.88.5"
|
||||
|
|
Loading…
Reference in a new issue