Update dependency cypress to v6.9.1 (#452)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/452 Co-authored-by: renovate <renovatebot@kolaente.de> Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
310c0f9399
commit
87a6a6ba2a
2 changed files with 5 additions and 5 deletions
|
@ -44,7 +44,7 @@
|
||||||
"@vue/cli-service": "4.5.12",
|
"@vue/cli-service": "4.5.12",
|
||||||
"axios": "0.21.1",
|
"axios": "0.21.1",
|
||||||
"babel-eslint": "10.1.0",
|
"babel-eslint": "10.1.0",
|
||||||
"cypress": "6.8.0",
|
"cypress": "6.9.1",
|
||||||
"cypress-file-upload": "5.0.4",
|
"cypress-file-upload": "5.0.4",
|
||||||
"eslint": "7.23.0",
|
"eslint": "7.23.0",
|
||||||
"eslint-plugin-vue": "7.8.0",
|
"eslint-plugin-vue": "7.8.0",
|
||||||
|
|
|
@ -5232,10 +5232,10 @@ cypress-file-upload@5.0.4:
|
||||||
resolved "https://registry.yarnpkg.com/cypress-file-upload/-/cypress-file-upload-5.0.4.tgz#d06a6faad907750651724ac08ec0540467f21d24"
|
resolved "https://registry.yarnpkg.com/cypress-file-upload/-/cypress-file-upload-5.0.4.tgz#d06a6faad907750651724ac08ec0540467f21d24"
|
||||||
integrity sha512-gNu0HHSiiZjVVkrHImCjM7EkYvE61n2WSHxyHsZX6oHQUyP/+hQzuYv828ZlHp2n8EYdBFbFTc18O+LHw2xMNA==
|
integrity sha512-gNu0HHSiiZjVVkrHImCjM7EkYvE61n2WSHxyHsZX6oHQUyP/+hQzuYv828ZlHp2n8EYdBFbFTc18O+LHw2xMNA==
|
||||||
|
|
||||||
cypress@6.8.0:
|
cypress@6.9.1:
|
||||||
version "6.8.0"
|
version "6.9.1"
|
||||||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.8.0.tgz#8338f39212a8f71e91ff8c017a1b6e22d823d8c1"
|
resolved "https://registry.yarnpkg.com/cypress/-/cypress-6.9.1.tgz#ce1106bfdc47f8d76381dba63f943447883f864c"
|
||||||
integrity sha512-W2e9Oqi7DmF48QtOD0LfsOLVq6ef2hcXZvJXI/E3PgFNmZXEVwBefhAxVCW9yTPortjYA2XkM20KyC4HRkOm9w==
|
integrity sha512-/RVx6sOhsyTR9sd9v0BHI4tnDZAhsH9rNat7CIKCUEr5VPWxyfGH0EzK4IHhAqAH8vjFcD4U14tPiJXshoUrmQ==
|
||||||
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