Skip to content

Commit 8f365f0

Browse files
authoredAug 20, 2024
chore: updgrade cypress to solve the issue with firefox 129 (#2817)
1 parent 339e772 commit 8f365f0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"codex-notifier": "^1.1.2",
5454
"codex-tooltip": "^1.0.5",
5555
"core-js": "3.30.0",
56-
"cypress": "^13.7.1",
56+
"cypress": "^13.13.3",
5757
"cypress-intellij-reporter": "^0.0.7",
5858
"cypress-plugin-tab": "^1.0.5",
5959
"cypress-terminal-report": "^5.3.2",

‎yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@
504504
js-yaml "4.1.0"
505505
nyc "15.1.0"
506506

507-
"@cypress/request@^3.0.0":
507+
"@cypress/request@^3.0.1":
508508
version "3.0.1"
509509
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.1.tgz#72d7d5425236a2413bd3d8bb66d02d9dc3168960"
510510
integrity sha512-TWivJlJi8ZDx2wGOw1dbLuHJKUYX7bWySw377nlnGOW3hP9/MUKIsEdXT/YngWxVdgNCHRBmFlBipE+5/2ZZlQ==
@@ -1718,12 +1718,12 @@ cypress-vite@^1.5.0:
17181718
chokidar "^3.5.3"
17191719
debug "^4.3.4"
17201720

1721-
cypress@^13.7.1:
1722-
version "13.7.1"
1723-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.7.1.tgz#d1208eb04efd46ef52a30480a5da71a03373261a"
1724-
integrity sha512-4u/rpFNxOFCoFX/Z5h+uwlkBO4mWzAjveURi3vqdSu56HPvVdyGTxGw4XKGWt399Y1JwIn9E1L9uMXQpc0o55w==
1721+
cypress@^13.13.3:
1722+
version "13.13.3"
1723+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.13.3.tgz#21ee054bb4e00b3858f2e33b4f8f4e69128470a9"
1724+
integrity sha512-hUxPrdbJXhUOTzuML+y9Av7CKoYznbD83pt8g3klgpioEha0emfx4WNIuVRx0C76r0xV2MIwAW9WYiXfVJYFQw==
17251725
dependencies:
1726-
"@cypress/request" "^3.0.0"
1726+
"@cypress/request" "^3.0.1"
17271727
"@cypress/xvfb" "^1.2.4"
17281728
"@types/sinonjs__fake-timers" "8.1.1"
17291729
"@types/sizzle" "^2.3.2"
@@ -1762,7 +1762,7 @@ cypress@^13.7.1:
17621762
request-progress "^3.0.0"
17631763
semver "^7.5.3"
17641764
supports-color "^8.1.1"
1765-
tmp "~0.2.1"
1765+
tmp "~0.2.3"
17661766
untildify "^4.0.0"
17671767
yauzl "^2.10.0"
17681768

@@ -4999,7 +4999,7 @@ through@^2.3.8:
49994999
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
50005000
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
50015001

5002-
tmp@~0.2.1:
5002+
tmp@~0.2.3:
50035003
version "0.2.3"
50045004
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
50055005
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==

0 commit comments

Comments
 (0)
Failed to load comments.