Skip to content

Commit 0bc55cf

Browse files
[renovate-bot] - Update dependency cypress to v14
1 parent 9283495 commit 0bc55cf

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/react": "18.3.18",
4646
"@types/react-dom": "18.3.5",
4747
"@vitejs/plugin-react": "4.3.4",
48-
"cypress": "13.17.0",
48+
"cypress": "14.0.3",
4949
"eslint": "8.57.1",
5050
"eslint-plugin-react": "7.37.4",
5151
"eslint-plugin-react-hooks": "4.6.2",

yarn.lock

+17-10
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@
197197
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
198198
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
199199

200-
"@cypress/request@^3.0.6":
201-
version "3.0.6"
202-
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.6.tgz#f5580add6acee0e183b4d4e07eff4f31327ae12b"
203-
integrity sha512-fi0eVdCOtKu5Ed6+E8mYxUF6ZTFJDZvHogCBelM0xVXmrDEkyM22gRArQzq1YcHPm1V47Vf/iAD+WgVdUlJCGg==
200+
"@cypress/request@^3.0.7":
201+
version "3.0.7"
202+
resolved "https://registry.yarnpkg.com/@cypress/request/-/request-3.0.7.tgz#6a74a4da98d9e5ae9121d6e2d9c14780c9b5cf1a"
203+
integrity sha512-LzxlLEMbBOPYB85uXrDqvD4MgcenjRBLIns3zyhx7vTPj/0u2eQhzXvPiGcaJrV38Q9dbkExWp6cOHPJ+EtFYg==
204204
dependencies:
205205
aws-sign2 "~0.7.0"
206206
aws4 "^1.8.0"
@@ -215,7 +215,7 @@
215215
json-stringify-safe "~5.0.1"
216216
mime-types "~2.1.19"
217217
performance-now "^2.1.0"
218-
qs "6.13.0"
218+
qs "6.13.1"
219219
safe-buffer "^5.1.2"
220220
tough-cookie "^5.0.0"
221221
tunnel-agent "^0.6.0"
@@ -1560,12 +1560,12 @@ csstype@^3.0.2:
15601560
resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz"
15611561
integrity sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==
15621562

1563-
cypress@13.17.0:
1564-
version "13.17.0"
1565-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.17.0.tgz#34c3d68080c4497eace0f353bd1629587a5f600d"
1566-
integrity sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==
1563+
cypress@14.0.3:
1564+
version "14.0.3"
1565+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-14.0.3.tgz#7873d21f61d0559edb9c041316d450cf7ef9d5fa"
1566+
integrity sha512-yIdvobANw3kS+KF/t5vwjjPNufBA8ux7iQHaWxPTkUw2yCKI72m9mKM24eOwE84Wk4ALPsSvEcGbDrwgmhr4RA==
15671567
dependencies:
1568-
"@cypress/request" "^3.0.6"
1568+
"@cypress/request" "^3.0.7"
15691569
"@cypress/xvfb" "^1.2.4"
15701570
"@types/sinonjs__fake-timers" "8.1.1"
15711571
"@types/sizzle" "^2.3.2"
@@ -4680,6 +4680,13 @@ [email protected]:
46804680
dependencies:
46814681
side-channel "^1.0.6"
46824682

4683+
4684+
version "6.13.1"
4685+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.1.tgz#3ce5fc72bd3a8171b85c99b93c65dd20b7d1b16e"
4686+
integrity sha512-EJPeIn0CYrGu+hli1xilKAPXODtJ12T0sP63Ijx2/khC2JtuaN3JyNIpvmnkmaEtha9ocbG4A4cMcr+TvqvwQg==
4687+
dependencies:
4688+
side-channel "^1.0.6"
4689+
46834690
qs@^6.11.0:
46844691
version "6.11.2"
46854692
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9"

0 commit comments

Comments
 (0)