mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-03 07:43:58 +00:00
Update dependency cypress to v5.4.0 (#679)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
0008843747
commit
635eec02f7
2 changed files with 6 additions and 6 deletions
|
@ -157,7 +157,7 @@
|
|||
"@types/redux-devtools": "3.0.47",
|
||||
"@types/redux-devtools-extension": "2.13.2",
|
||||
"cross-env": "7.0.2",
|
||||
"cypress": "5.3.0",
|
||||
"cypress": "5.4.0",
|
||||
"cypress-commands": "1.1.0",
|
||||
"cypress-file-upload": "4.1.1",
|
||||
"eslint-plugin-chai-friendly": "0.6.0",
|
||||
|
@ -169,6 +169,6 @@
|
|||
"webpack-bundle-analyzer": "3.9.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"cypress": "5.3.0"
|
||||
"cypress": "5.4.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4845,10 +4845,10 @@ cypress-file-upload@4.1.1:
|
|||
dependencies:
|
||||
mime "^2.4.4"
|
||||
|
||||
cypress@5.3.0:
|
||||
version "5.3.0"
|
||||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-5.3.0.tgz#91122219ae66ab910058970dbf36619ab0fbde6c"
|
||||
integrity sha512-XgebyqL7Th6/8YenE1ddb7+d4EiCG2Jvg/5c8+HPfFFY/gXnOVhoCVUU3KW8qg3JL7g0B+iJbHd5hxuCqbd1RQ==
|
||||
cypress@5.4.0:
|
||||
version "5.4.0"
|
||||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-5.4.0.tgz#8833a76e91129add601f823d43c53eb512d162c5"
|
||||
integrity sha512-BJR+u3DRSYMqaBS1a3l1rbh5AkMRHugbxcYYzkl+xYlO6dzcJVE8uAhghzVI/hxijCyBg1iuSe4TRp/g1PUg8Q==
|
||||
dependencies:
|
||||
"@cypress/listr-verbose-renderer" "^0.4.1"
|
||||
"@cypress/request" "^2.88.5"
|
||||
|
|
Loading…
Reference in a new issue