chore(deps): update dependency cypress to v9.1.0 (#1191)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Clément Vannicatte <20689156+shortcuts@users.noreply.github.com>
This commit is contained in:
parent
df804cc217
commit
6da75a5d8e
2 changed files with 7 additions and 7 deletions
|
|
@ -66,7 +66,7 @@
|
|||
"concurrently": "5.3.0",
|
||||
"cross-env": "7.0.2",
|
||||
"cssnano": "4.1.10",
|
||||
"cypress": "9.0.0",
|
||||
"cypress": "9.1.0",
|
||||
"dotenv": "10.0.0",
|
||||
"eslint": "8.3.0",
|
||||
"eslint-config-algolia": "19.0.2",
|
||||
|
|
|
|||
12
yarn.lock
12
yarn.lock
|
|
@ -7767,7 +7767,7 @@ bluebird-retry@^0.11.0:
|
|||
resolved "https://registry.yarnpkg.com/bluebird-retry/-/bluebird-retry-0.11.0.tgz#1289ab22cbbc3a02587baad35595351dd0c1c047"
|
||||
integrity sha1-EomrIsu8OgJYe6rTVZU1HdDBwEc=
|
||||
|
||||
bluebird@3.7.2, bluebird@^3.5.0, bluebird@^3.5.1, bluebird@^3.5.5, bluebird@^3.7.1, bluebird@^3.7.2:
|
||||
bluebird@3.7.2, bluebird@^3.5.0, bluebird@^3.5.1, bluebird@^3.5.5, bluebird@^3.7.1:
|
||||
version "3.7.2"
|
||||
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
|
||||
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
|
||||
|
|
@ -10017,10 +10017,10 @@ cyclist@^1.0.1:
|
|||
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
|
||||
integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=
|
||||
|
||||
cypress@9.0.0:
|
||||
version "9.0.0"
|
||||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.0.0.tgz#8c496f7f350e611604cc2f77b663fb81d0c235d2"
|
||||
integrity sha512-/93SWBZTw7BjFZ+I9S8SqkFYZx7VhedDjTtRBmXO0VzTeDbmxgK/snMJm/VFjrqk/caWbI+XY4Qr80myDMQvYg==
|
||||
cypress@9.1.0:
|
||||
version "9.1.0"
|
||||
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.1.0.tgz#5d23c1b363b7d4853009c74a422a083a8ad2601c"
|
||||
integrity sha512-fyXcCN51vixkPrz/vO/Qy6WL3hKYJzCQFeWofOpGOFewVVXrGfmfSOGFntXpzWBXsIwPn3wzW0HOFw51jZajNQ==
|
||||
dependencies:
|
||||
"@cypress/request" "^2.88.7"
|
||||
"@cypress/xvfb" "^1.2.4"
|
||||
|
|
@ -10029,7 +10029,7 @@ cypress@9.0.0:
|
|||
"@types/sizzle" "^2.3.2"
|
||||
arch "^2.2.0"
|
||||
blob-util "^2.0.2"
|
||||
bluebird "^3.7.2"
|
||||
bluebird "3.7.2"
|
||||
cachedir "^2.3.0"
|
||||
chalk "^4.1.0"
|
||||
check-more-types "^2.24.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue