Skip to content

Commit b56850f

Browse files
chore(deps): update all non-major dependencies
1 parent 45eeb1d commit b56850f

File tree

2 files changed

+31
-18
lines changed

2 files changed

+31
-18
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@vitejs/plugin-react": "4.7.0",
7575
"chromatic": "13.1.2",
7676
"cssnano": "7.1.0",
77-
"cypress": "14.5.2",
77+
"cypress": "14.5.3",
7878
"cypress-real-events": "1.14.0",
7979
"dedent": "1.6.0",
8080
"documentation": "14.0.3",
@@ -117,7 +117,7 @@
117117
},
118118
"resolutions": {
119119
"tocbot": "4.36.4",
120-
"react-is": "19.1.0"
120+
"react-is": "19.1.1"
121121
},
122122
"type": "module",
123123
"nyc": {

yarn.lock

Lines changed: 29 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2479,17 +2479,17 @@ __metadata:
24792479
languageName: node
24802480
linkType: hard
24812481

2482-
"@cypress/request@npm:^3.0.8":
2483-
version: 3.0.8
2484-
resolution: "@cypress/request@npm:3.0.8"
2482+
"@cypress/request@npm:^3.0.9":
2483+
version: 3.0.9
2484+
resolution: "@cypress/request@npm:3.0.9"
24852485
dependencies:
24862486
aws-sign2: "npm:~0.7.0"
24872487
aws4: "npm:^1.8.0"
24882488
caseless: "npm:~0.12.0"
24892489
combined-stream: "npm:~1.0.6"
24902490
extend: "npm:~3.0.2"
24912491
forever-agent: "npm:~0.6.1"
2492-
form-data: "npm:~4.0.0"
2492+
form-data: "npm:~4.0.4"
24932493
http-signature: "npm:~1.4.0"
24942494
is-typedarray: "npm:~1.0.0"
24952495
isstream: "npm:~0.1.2"
@@ -2501,7 +2501,7 @@ __metadata:
25012501
tough-cookie: "npm:^5.0.0"
25022502
tunnel-agent: "npm:^0.6.0"
25032503
uuid: "npm:^8.3.2"
2504-
checksum: 10c0/76cabf6ad64df224bab9b66869f71c4fb63315f9775ef1769da9da6c8d6d470899bee7f5b800379020efb6c7f37fd16a4a8e25c61319e14cd720bd3f606a38fd
2504+
checksum: 10c0/9ebcd3f3d49706e730671bcb0bb86488fe23a2079f12d44b6c762777118fc0286b5ce5c73fb6cacf0ae291fa89a7562ca8a2b43a2486e26906fd84a386ed6967
25052505
languageName: node
25062506
linkType: hard
25072507

@@ -9901,11 +9901,11 @@ __metadata:
99019901
languageName: node
99029902
linkType: hard
99039903

9904-
"cypress@npm:14.5.2":
9905-
version: 14.5.2
9906-
resolution: "cypress@npm:14.5.2"
9904+
"cypress@npm:14.5.3":
9905+
version: 14.5.3
9906+
resolution: "cypress@npm:14.5.3"
99079907
dependencies:
9908-
"@cypress/request": "npm:^3.0.8"
9908+
"@cypress/request": "npm:^3.0.9"
99099909
"@cypress/xvfb": "npm:^1.2.4"
99109910
"@types/sinonjs__fake-timers": "npm:8.1.1"
99119911
"@types/sizzle": "npm:^2.3.2"
@@ -9951,7 +9951,7 @@ __metadata:
99519951
yauzl: "npm:^2.10.0"
99529952
bin:
99539953
cypress: bin/cypress
9954-
checksum: 10c0/55d1ba4773dc7d22769e6566bbdd5a78fd16dde4a4806d474de18a2713ed313db3d0734486f774fe11b3078c66d6b03703dfac05c26746ee3d704317734ebc0e
9954+
checksum: 10c0/64f56b00ac16696c3627546a35d6e71c9b1c74d9c780e0dcc00b05e4f954a10714ba33884d1b0b49d2296670d156fbfa2999671671133abcf8dacdf44b70315b
99559955
languageName: node
99569956
linkType: hard
99579957

@@ -13000,7 +13000,7 @@ __metadata:
1300013000
languageName: node
1300113001
linkType: hard
1300213002

13003-
"form-data@npm:^4.0.0, form-data@npm:~4.0.0":
13003+
"form-data@npm:^4.0.0":
1300413004
version: 4.0.0
1300513005
resolution: "form-data@npm:4.0.0"
1300613006
dependencies:
@@ -13011,6 +13011,19 @@ __metadata:
1301113011
languageName: node
1301213012
linkType: hard
1301313013

13014+
"form-data@npm:~4.0.4":
13015+
version: 4.0.4
13016+
resolution: "form-data@npm:4.0.4"
13017+
dependencies:
13018+
asynckit: "npm:^0.4.0"
13019+
combined-stream: "npm:^1.0.8"
13020+
es-set-tostringtag: "npm:^2.1.0"
13021+
hasown: "npm:^2.0.2"
13022+
mime-types: "npm:^2.1.12"
13023+
checksum: 10c0/373525a9a034b9d57073e55eab79e501a714ffac02e7a9b01be1c820780652b16e4101819785e1e18f8d98f0aee866cc654d660a435c378e16a72f2e7cac9695
13024+
languageName: node
13025+
linkType: hard
13026+
1301413027
"forwarded@npm:0.2.0":
1301513028
version: 0.2.0
1301613029
resolution: "forwarded@npm:0.2.0"
@@ -21167,10 +21180,10 @@ __metadata:
2116721180
languageName: node
2116821181
linkType: hard
2116921182

21170-
"react-is@npm:19.1.0":
21171-
version: 19.1.0
21172-
resolution: "react-is@npm:19.1.0"
21173-
checksum: 10c0/b6c6cadd172d5d39f66d493700d137a5545c294a62ce0f8ec793d59794c97d2bed6bad227626f16bd0e90004ed7fdc8ed662a004e6edcf5d2b7ecb6e3040ea6b
21183+
"react-is@npm:19.1.1":
21184+
version: 19.1.1
21185+
resolution: "react-is@npm:19.1.1"
21186+
checksum: 10c0/3dba763fcd69835ae263dcd6727d7ffcc44c1d616f04b7329e67aefdc66a567af4f8dcecdd29454c7a707c968aa1eb85083a83fb616f01675ef25e71cf082f97
2117421187
languageName: node
2117521188
linkType: hard
2117621189

@@ -24424,7 +24437,7 @@ __metadata:
2442424437
"@vitejs/plugin-react": "npm:4.7.0"
2442524438
chromatic: "npm:13.1.2"
2442624439
cssnano: "npm:7.1.0"
24427-
cypress: "npm:14.5.2"
24440+
cypress: "npm:14.5.3"
2442824441
cypress-real-events: "npm:1.14.0"
2442924442
dedent: "npm:1.6.0"
2443024443
documentation: "npm:14.0.3"

0 commit comments

Comments
 (0)