Skip to content

Commit 372af44

Browse files
chore(deps): update dependency cypress to v12 (#1132)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2cb17d1 commit 372af44

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"react-dom": "18.2.0"
1717
},
1818
"devDependencies": {
19-
"cypress": "11.2.0"
19+
"cypress": "12.0.2"
2020
}
2121
}

tests/web-platform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@wdio/junit-reporter": "8.0.0",
1818
"@wdio/local-runner": "^8.0.4",
1919
"@wdio/mocha-framework": "8.0.2",
20-
"cypress": "11.2.0"
20+
"cypress": "12.0.2"
2121
}
2222
}

tests/web-platform/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,10 +1230,10 @@ css-value@^0.0.1:
12301230
resolved "https://registry.yarnpkg.com/css-value/-/css-value-0.0.1.tgz#5efd6c2eea5ea1fd6b6ac57ec0427b18452424ea"
12311231
integrity sha512-FUV3xaJ63buRLgHrLQVlVgQnQdR4yqdLGaDu7g8CQcWjInDfM9plBTPI9FRfpahju1UBSaMckeb2/46ApS/V1Q==
12321232

1233-
cypress@11.2.0:
1234-
version "11.2.0"
1235-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-11.2.0.tgz#63edef8c387b687066c5493f6f0ad7b9ced4b2b7"
1236-
integrity sha512-u61UGwtu7lpsNWLUma/FKNOsrjcI6wleNmda/TyKHe0dOBcVjbCPlp1N6uwFZ0doXev7f/91YDpU9bqDCFeBLA==
1233+
cypress@12.0.2:
1234+
version "12.0.2"
1235+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.0.2.tgz#0437abf9d97ad4a972ab554968d58211b0ce4ae5"
1236+
integrity sha512-WnLx1DpnbF1vbpDBkgP14rK5yS3U+Gvxrv2fsB4Owma26oIyENj7DDRnsJbSZuTfG4mcuUJxAkRHJR2wBqBfMA==
12371237
dependencies:
12381238
"@cypress/request" "^2.88.10"
12391239
"@cypress/xvfb" "^1.2.4"

0 commit comments

Comments
 (0)