Skip to content

Commit 68b6248

Browse files
authored
Merge branch 'develop' into cacie/misc/cdp-key-press-tab
2 parents 530692f + 60069bb commit 68b6248

File tree

5 files changed

+18
-10
lines changed

5 files changed

+18
-10
lines changed

cli/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ _Released 3/25/2025 (PENDING)_
1010
**Dependency Updates:**
1111

1212
- Upgraded `@cypress/request` from `3.0.7` to `3.0.8`. Addressed in [#31311](https://github.com/cypress-io/cypress/pull/31311).
13+
- Upgraded `cross-fetch` from `3.1.8` to `4.1.0`. Addressed in [#31327](https://github.com/cypress-io/cypress/pull/31327).
1314
- Upgraded `systeminformation` from `5.21.7` to `5.22.8`. Addressed in [#31281](https://github.com/cypress-io/cypress/pull/31281).
1415

1516
## 14.2.0

packages/data-context/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"chalk": "4.1.2",
3030
"chokidar": "3.5.1",
3131
"common-path-prefix": "3.0.0",
32-
"cross-fetch": "^3.1.8",
32+
"cross-fetch": "^4.1.0",
3333
"dataloader": "^2.0.0",
3434
"dayjs": "^1.9.3",
3535
"debug": "^4.4.0",

packages/frontend-shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"chai-subset": "1.6.0",
7070
"combine-properties": "0.1.0",
7171
"cross-env": "6.0.3",
72-
"cross-fetch": "^3.1.8",
72+
"cross-fetch": "^4.1.0",
7373
"cypress-plugin-tab": "1.0.5",
7474
"cypress-real-events": "1.14.0",
7575
"dayjs": "^1.9.3",

packages/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"content-type": "1.0.4",
6060
"cookie-parser": "1.4.5",
6161
"cors": "2.8.5",
62-
"cross-fetch": "3.1.8",
62+
"cross-fetch": "^4.1.0",
6363
"data-uri-to-buffer": "2.0.1",
6464
"dayjs": "^1.9.3",
6565
"debug": "^4.3.4",

yarn.lock

+14-7
Original file line numberDiff line numberDiff line change
@@ -13611,19 +13611,26 @@ [email protected]:
1361113611
dependencies:
1361213612
node-fetch "2.6.1"
1361313613

13614-
[email protected], cross-fetch@^3.0.4, cross-fetch@^3.0.6, cross-fetch@^3.1.4, cross-fetch@^3.1.5, cross-fetch@^3.1.8:
13614+
13615+
version "4.0.0"
13616+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-4.0.0.tgz#f037aef1580bb3a1a35164ea2a848ba81b445983"
13617+
integrity sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==
13618+
dependencies:
13619+
node-fetch "^2.6.12"
13620+
13621+
cross-fetch@^3.0.4, cross-fetch@^3.0.6, cross-fetch@^3.1.4, cross-fetch@^3.1.5:
1361513622
version "3.1.8"
1361613623
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.8.tgz#0327eba65fd68a7d119f8fb2bf9334a1a7956f82"
1361713624
integrity sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==
1361813625
dependencies:
1361913626
node-fetch "^2.6.12"
1362013627

13621-
cross-fetch@4.0.0:
13622-
version "4.0.0"
13623-
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-4.0.0.tgz#f037aef1580bb3a1a35164ea2a848ba81b445983"
13624-
integrity sha512-e4a5N8lVvuLgAWgnCrLr2PP0YyDOTHa9H/Rj54dirp61qXnNq46m82bRhNqIA5VccJtWBvPTFRV3TtvHUKPB1g==
13628+
cross-fetch@^4.1.0:
13629+
version "4.1.0"
13630+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-4.1.0.tgz#8f69355007ee182e47fa692ecbaa37a52e43c3d2"
13631+
integrity sha512-uKm5PU+MHTootlWEY+mZ4vvXoCn4fLQxT9dSc1sXVMSFkINTJVN8cAQROpwcKm8bJ/c7rgZVIBWzH5T78sNZZw==
1362513632
dependencies:
13626-
node-fetch "^2.6.12"
13633+
node-fetch "^2.7.0"
1362713634

1362813635
cross-spawn-async@^2.1.1:
1362913636
version "2.2.5"
@@ -23736,7 +23743,7 @@ node-fetch@^1.0.1:
2373623743
encoding "^0.1.11"
2373723744
is-stream "^1.0.1"
2373823745

23739-
node-fetch@^2.6.1, node-fetch@^2.6.12, node-fetch@^2.6.7:
23746+
node-fetch@^2.6.1, node-fetch@^2.6.12, node-fetch@^2.6.7, node-fetch@^2.7.0:
2374023747
version "2.7.0"
2374123748
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
2374223749
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==

0 commit comments

Comments
 (0)