Skip to content

Commit dbd2252

Browse files
authored
bump cypress to 13.7.1 (#1532)
1 parent fd9cf10 commit dbd2252

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
executors:
77
with-chrome-and-firefox:
88
docker:
9-
- image: "cypress/browsers:node-18.16.0-chrome-114.0.5735.133-1-ff-114.0.2-edge-114.0.1823.51-1"
9+
- image: "cypress/browsers:node-20.11.1-chrome-123.0.6312.58-1-ff-124.0-edge-122.0.2365.92-1"
1010
resource_class: large
1111
environment:
1212
CYPRESS_coverage: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"connect-history-api-fallback": "1.6.0",
9696
"cors": "2.8.5",
9797
"cross-env": "7.0.3",
98-
"cypress": "^13.6.1",
98+
"cypress": "^13.7.1",
9999
"dotenv": "16.0.0",
100100
"eslint": "^8.44.0",
101101
"eslint-config-prettier": "8.10.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5766,10 +5766,10 @@ csstype@^3.0.2:
57665766
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.2.tgz#1d4bf9d572f11c14031f0436e1c10bc1f571f50b"
57675767
integrity sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==
57685768

5769-
cypress@^13.6.1:
5770-
version "13.7.0"
5771-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.7.0.tgz#19e53c0bd6eca5e3bde0d6ac9e98fbf1782e3a9e"
5772-
integrity sha512-UimjRSJJYdTlvkChcdcfywKJ6tUYuwYuk/n1uMMglrvi+ZthNhoRYcxnWgTqUtkl17fXrPAsD5XT2rcQYN1xKA==
5769+
cypress@^13.7.1:
5770+
version "13.7.1"
5771+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.7.1.tgz#d1208eb04efd46ef52a30480a5da71a03373261a"
5772+
integrity sha512-4u/rpFNxOFCoFX/Z5h+uwlkBO4mWzAjveURi3vqdSu56HPvVdyGTxGw4XKGWt399Y1JwIn9E1L9uMXQpc0o55w==
57735773
dependencies:
57745774
"@cypress/request" "^3.0.0"
57755775
"@cypress/xvfb" "^1.2.4"

0 commit comments

Comments
 (0)