Skip to content

Commit 8de1150

Browse files
chore(deps-dev): bump cypress from 14.0.2 to 14.0.3 in /modules/web (#9945)
Bumps [cypress](https://github.com/cypress-io/cypress) from 14.0.2 to 14.0.3. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](cypress-io/cypress@v14.0.2...v14.0.3) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61ed572 commit 8de1150

File tree

2 files changed

+21
-12
lines changed

2 files changed

+21
-12
lines changed

modules/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"@typescript-eslint/parser": "8.24.0",
111111
"codelyzer": "6.0.2",
112112
"concurrently": "9.1.2",
113-
"cypress": "14.0.2",
113+
"cypress": "14.0.3",
114114
"cypress-fail-fast": "7.1.1",
115115
"del": "8.0.0",
116116
"eslint": "8.57.0",

modules/web/yarn.lock

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3415,9 +3415,9 @@ __metadata:
34153415
languageName: node
34163416
linkType: hard
34173417

3418-
"@cypress/request@npm:^3.0.6":
3419-
version: 3.0.6
3420-
resolution: "@cypress/request@npm:3.0.6"
3418+
"@cypress/request@npm:^3.0.7":
3419+
version: 3.0.7
3420+
resolution: "@cypress/request@npm:3.0.7"
34213421
dependencies:
34223422
aws-sign2: ~0.7.0
34233423
aws4: ^1.8.0
@@ -3432,12 +3432,12 @@ __metadata:
34323432
json-stringify-safe: ~5.0.1
34333433
mime-types: ~2.1.19
34343434
performance-now: ^2.1.0
3435-
qs: 6.13.0
3435+
qs: 6.13.1
34363436
safe-buffer: ^5.1.2
34373437
tough-cookie: ^5.0.0
34383438
tunnel-agent: ^0.6.0
34393439
uuid: ^8.3.2
3440-
checksum: 017e1898123eca7af4b95b89fa5a03ed6cb5e841b8ed926cb709b5ad88b5f55b713436e74bce6f13752f80d0399c01cd5b0b3212aaa972e064967f5c78237ebb
3440+
checksum: af1736764789d8023ce35d1aeb6e2f317943e65a1e83c97d83d6230257a725832d299be8c2432e508e07b5fbe03ac00112247686756511f5ec380f82bc8e69ff
34413441
languageName: node
34423442
linkType: hard
34433443

@@ -10014,11 +10014,11 @@ __metadata:
1001410014
languageName: node
1001510015
linkType: hard
1001610016

10017-
"cypress@npm:14.0.2":
10018-
version: 14.0.2
10019-
resolution: "cypress@npm:14.0.2"
10017+
"cypress@npm:14.0.3":
10018+
version: 14.0.3
10019+
resolution: "cypress@npm:14.0.3"
1002010020
dependencies:
10021-
"@cypress/request": ^3.0.6
10021+
"@cypress/request": ^3.0.7
1002210022
"@cypress/xvfb": ^1.2.4
1002310023
"@types/sinonjs__fake-timers": 8.1.1
1002410024
"@types/sizzle": ^2.3.2
@@ -10063,7 +10063,7 @@ __metadata:
1006310063
yauzl: ^2.10.0
1006410064
bin:
1006510065
cypress: bin/cypress
10066-
checksum: 6970145267eca27d3ce091e1263c4a43abb5b751a17bbf124c546b4172bf79d4f7412a62cfa96a9a9a4a6ea67b77c4a04e48372796f436b64068fbc872e6165d
10066+
checksum: f09eda40b2fe3786dc31d06205d0ee73dd05de0f67b68324b2549a99b24b42681017e93899ee53a3f4cba44d140019eaef9e50b7bb593732f46cbb5138987ff1
1006710067
languageName: node
1006810068
linkType: hard
1006910069

@@ -14948,7 +14948,7 @@ __metadata:
1494814948
concurrently: 9.1.2
1494914949
core-js: 3.40.0
1495014950
crop-url: 4.0.1
14951-
cypress: 14.0.2
14951+
cypress: 14.0.3
1495214952
cypress-fail-fast: 7.1.1
1495314953
d3-shape: 3.2.0
1495414954
d3-time-format: 4.1.0
@@ -17641,6 +17641,15 @@ __metadata:
1764117641
languageName: node
1764217642
linkType: hard
1764317643

17644+
"qs@npm:6.13.1":
17645+
version: 6.13.1
17646+
resolution: "qs@npm:6.13.1"
17647+
dependencies:
17648+
side-channel: ^1.0.6
17649+
checksum: 86c5059146955fab76624e95771031541328c171b1d63d48a7ac3b1fdffe262faf8bc5fcadc1684e6f3da3ec87a8dedc8c0009792aceb20c5e94dc34cf468bb9
17650+
languageName: node
17651+
linkType: hard
17652+
1764417653
"qs@npm:^6.14.0":
1764517654
version: 6.14.0
1764617655
resolution: "qs@npm:6.14.0"

0 commit comments

Comments
 (0)