mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-08 07:12:13 +00:00
Update dependency cypress to v6.9.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
31325a5f49
commit
d7915db5df
2 changed files with 6 additions and 6 deletions
|
@ -166,7 +166,7 @@
|
|||
"@types/redux-devtools": "3.0.47",
|
||||
"@types/redux-devtools-extension": "2.13.2",
|
||||
"cross-env": "7.0.3",
|
||||
"cypress": "6.8.0",
|
||||
"cypress": "6.9.1",
|
||||
"cypress-commands": "1.1.0",
|
||||
"cypress-file-upload": "5.0.3",
|
||||
"eslint-plugin-chai-friendly": "0.6.0",
|
||||
|
@ -178,6 +178,6 @@
|
|||
"webpack-bundle-analyzer": "4.4.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"cypress": "6.8.0"
|
||||
"cypress": "6.9.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5151,10 +5151,10 @@ cypress-file-upload@5.0.3:
|
|||
dependencies:
|
||||
mime "^2.5.0"
|
||||
|
||||
cypress@6.8.0:
|
||||
version "6.8.0"
|
||||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.8.0.tgz#8338f39212a8f71e91ff8c017a1b6e22d823d8c1"
|
||||
integrity sha512-W2e9Oqi7DmF48QtOD0LfsOLVq6ef2hcXZvJXI/E3PgFNmZXEVwBefhAxVCW9yTPortjYA2XkM20KyC4HRkOm9w==
|
||||
cypress@6.9.1:
|
||||
version "6.9.1"
|
||||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.9.1.tgz#ce1106bfdc47f8d76381dba63f943447883f864c"
|
||||
integrity sha512-/RVx6sOhsyTR9sd9v0BHI4tnDZAhsH9rNat7CIKCUEr5VPWxyfGH0EzK4IHhAqAH8vjFcD4U14tPiJXshoUrmQ==
|
||||
dependencies:
|
||||
"@cypress/listr-verbose-renderer" "^0.4.1"
|
||||
"@cypress/request" "^2.88.5"
|
||||
|
|
Loading…
Reference in a new issue