mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
Update dependency cypress to v6.2.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
eb25109f53
commit
59f8d2eb04
2 changed files with 6 additions and 6 deletions
|
@ -163,7 +163,7 @@
|
|||
"@types/redux-devtools": "3.0.47",
|
||||
"@types/redux-devtools-extension": "2.13.2",
|
||||
"cross-env": "7.0.3",
|
||||
"cypress": "6.1.0",
|
||||
"cypress": "6.2.0",
|
||||
"cypress-commands": "1.1.0",
|
||||
"cypress-file-upload": "4.1.1",
|
||||
"eslint-plugin-chai-friendly": "0.6.0",
|
||||
|
@ -175,6 +175,6 @@
|
|||
"webpack-bundle-analyzer": "4.3.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"cypress": "6.1.0"
|
||||
"cypress": "6.2.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4903,10 +4903,10 @@ cypress-file-upload@4.1.1:
|
|||
dependencies:
|
||||
mime "^2.4.4"
|
||||
|
||||
cypress@6.1.0:
|
||||
version "6.1.0"
|
||||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.1.0.tgz#af2596cb110aa98eaf75fef3d8ab379ca0ff2413"
|
||||
integrity sha512-uQnSxRcZ6hkf9R5cr8KpRBTzN88QZwLIImbf5DWa5RIxH6o5Gpff58EcjiYhAR8/8p9SGv7O6SRygq4H+k0Qpw==
|
||||
cypress@6.2.0:
|
||||
version "6.2.0"
|
||||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.2.0.tgz#1a8a7dd5bd08db3064551a9f12072963cc9337bf"
|
||||
integrity sha512-m/rkcogYM9MTy8rbsZgyS5wT2L/J+B5V2bY2ztkDNMyqhk/oZgUF4KTWVLzkW2I+scg0iAddca95tLlt7XnAtw==
|
||||
dependencies:
|
||||
"@cypress/listr-verbose-renderer" "^0.4.1"
|
||||
"@cypress/request" "^2.88.5"
|
||||
|
|
Loading…
Reference in a new issue