mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-03-12 11:54:27 +00:00
Update dependency cypress to v6.2.1 (#927)
Signed-off-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
e87366a089
commit
66a608d7c0
2 changed files with 6 additions and 6 deletions
|
@ -166,7 +166,7 @@
|
||||||
"@types/redux-devtools": "3.0.47",
|
"@types/redux-devtools": "3.0.47",
|
||||||
"@types/redux-devtools-extension": "2.13.2",
|
"@types/redux-devtools-extension": "2.13.2",
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
"cypress": "6.2.0",
|
"cypress": "6.2.1",
|
||||||
"cypress-commands": "1.1.0",
|
"cypress-commands": "1.1.0",
|
||||||
"cypress-file-upload": "4.1.1",
|
"cypress-file-upload": "4.1.1",
|
||||||
"eslint-plugin-chai-friendly": "0.6.0",
|
"eslint-plugin-chai-friendly": "0.6.0",
|
||||||
|
@ -178,6 +178,6 @@
|
||||||
"webpack-bundle-analyzer": "4.3.0"
|
"webpack-bundle-analyzer": "4.3.0"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"cypress": "6.2.0"
|
"cypress": "6.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -5119,10 +5119,10 @@ cypress-file-upload@4.1.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
mime "^2.4.4"
|
mime "^2.4.4"
|
||||||
|
|
||||||
cypress@6.2.0:
|
cypress@6.2.1:
|
||||||
version "6.2.0"
|
version "6.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.2.0.tgz#1a8a7dd5bd08db3064551a9f12072963cc9337bf"
|
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.2.1.tgz#27d5fbcf008c698c390fdb0c03441804176d06c4"
|
||||||
integrity sha512-m/rkcogYM9MTy8rbsZgyS5wT2L/J+B5V2bY2ztkDNMyqhk/oZgUF4KTWVLzkW2I+scg0iAddca95tLlt7XnAtw==
|
integrity sha512-OYkSgzA4J4Q7eMjZvNf5qWpBLR4RXrkqjL3UZ1UzGGLAskO0nFTi/RomNTG6TKvL3Zp4tw4zFY1gp5MtmkCZrA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@cypress/listr-verbose-renderer" "^0.4.1"
|
"@cypress/listr-verbose-renderer" "^0.4.1"
|
||||||
"@cypress/request" "^2.88.5"
|
"@cypress/request" "^2.88.5"
|
||||||
|
|
Loading…
Reference in a new issue