Skip to content

Commit 00eaf28

Browse files
authoredDec 1, 2021
chore(deps): bump cypress from 9.0.0 to 9.1.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 9.0.0 to 9.1.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js) - [Commits](cypress-io/cypress@v9.0.0...v9.1.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd6c461 commit 00eaf28

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎packages/e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@percy/cli": "^1.0.0-beta.54",
1616
"@percy/cypress": "^3.1.1",
1717
"@testing-library/cypress": "^8.0.2",
18-
"cypress": "9.0.0",
18+
"cypress": "9.1.0",
1919
"esbuild": "^0.14.1"
2020
}
2121
}

‎yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -5369,7 +5369,7 @@ blob-util@^2.0.2:
53695369
resolved "https://registry.yarnpkg.com/blob-util/-/blob-util-2.0.2.tgz#3b4e3c281111bb7f11128518006cdc60b403a1eb"
53705370
integrity sha512-T7JQa+zsXXEa6/8ZhHcQEW1UFfVM49Ts65uBkFL6fz2QmrElqmbajIDJvuA0tEhRe5eIjpV9ZF+0RfZR9voJFQ==
53715371

5372-
bluebird@^3.0.5, bluebird@^3.5.0, bluebird@^3.5.3, bluebird@^3.7.2:
5372+
bluebird@3.7.2, bluebird@^3.0.5, bluebird@^3.5.0, bluebird@^3.5.3, bluebird@^3.7.2:
53735373
version "3.7.2"
53745374
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
53755375
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
@@ -7216,10 +7216,10 @@ cxs@^6.0.0:
72167216
resolved "https://registry.yarnpkg.com/cxs/-/cxs-6.2.0.tgz#f11ca3bdaef154b93bdadca5df70f2cb3e37ca24"
72177217
integrity sha512-RGatb1BUwVMBzV8DRo9Kapc55bdGfAxMcukVk+ZzE3Ts8xaTve0GVz730kBDxjhEBU2LK+RPuAcjZb00Q3O24w==
72187218

7219-
cypress@9.0.0:
7220-
version "9.0.0"
7221-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.0.0.tgz#8c496f7f350e611604cc2f77b663fb81d0c235d2"
7222-
integrity sha512-/93SWBZTw7BjFZ+I9S8SqkFYZx7VhedDjTtRBmXO0VzTeDbmxgK/snMJm/VFjrqk/caWbI+XY4Qr80myDMQvYg==
7219+
cypress@9.1.0:
7220+
version "9.1.0"
7221+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-9.1.0.tgz#5d23c1b363b7d4853009c74a422a083a8ad2601c"
7222+
integrity sha512-fyXcCN51vixkPrz/vO/Qy6WL3hKYJzCQFeWofOpGOFewVVXrGfmfSOGFntXpzWBXsIwPn3wzW0HOFw51jZajNQ==
72237223
dependencies:
72247224
"@cypress/request" "^2.88.7"
72257225
"@cypress/xvfb" "^1.2.4"
@@ -7228,7 +7228,7 @@ cypress@9.0.0:
72287228
"@types/sizzle" "^2.3.2"
72297229
arch "^2.2.0"
72307230
blob-util "^2.0.2"
7231-
bluebird "^3.7.2"
7231+
bluebird "3.7.2"
72327232
cachedir "^2.3.0"
72337233
chalk "^4.1.0"
72347234
check-more-types "^2.24.0"

0 commit comments

Comments
 (0)
Please sign in to comment.