Skip to content

Commit d14efe1

Browse files
fix(deps): update all non-major dependencies
1 parent 12863b0 commit d14efe1

File tree

6 files changed

+163
-64
lines changed

6 files changed

+163
-64
lines changed

codegen-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codegen-scalars-test",
33
"dependencies": {
4-
"@graphql-codegen/cli": "6.0.1",
4+
"@graphql-codegen/cli": "6.0.2",
55
"@graphql-codegen/typescript": "5.0.4"
66
}
77
}

codegen-test/yarn.lock

Lines changed: 123 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"@babel/helper-string-parser" "^7.27.1"
175175
"@babel/helper-validator-identifier" "^7.28.5"
176176

177-
"@envelop/core@^5.2.3", "@envelop/core@^5.3.0":
177+
"@envelop/core@^5.2.3", "@envelop/core@^5.3.0", "@envelop/core@^5.4.0":
178178
version "5.4.0"
179179
resolved "https://registry.yarnpkg.com/@envelop/core/-/core-5.4.0.tgz#e79b8da5ab4f05eccd9758435df3dc50b11e607d"
180180
integrity sha512-/1fat63pySE8rw/dZZArEVytLD90JApY85deDJ0/34gm+yhQ3k70CloSUevxoOE4YCGveG3s9SJJfQeeB4NAtQ==
@@ -213,25 +213,25 @@
213213
"@graphql-codegen/plugin-helpers" "^6.0.0"
214214
tslib "~2.6.0"
215215

216-
"@graphql-codegen/cli@6.0.1":
217-
version "6.0.1"
218-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-6.0.1.tgz#eaa63c110ffaa0aa36011e356766b6336d78f98c"
219-
integrity sha512-6iP91joxb7phdicDrIF8Cv9ah2QpPVXUUu7rbOaQKvqey+QKYmHcxGCi9r5/7p4lUiHZPQvfB7xDHURHQca1SA==
216+
"@graphql-codegen/cli@6.0.2":
217+
version "6.0.2"
218+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-6.0.2.tgz#516330f5828630a0f83db3cbf810c164d00230ef"
219+
integrity sha512-W+0ime0xMrCyG77q+5xiPkkqPLuXJcTx0Zr9TTOxF4zIqWKVsuImS3qVxtpeTx+GRbb8VWv9IedWMtt91JGzQg==
220220
dependencies:
221221
"@babel/generator" "^7.18.13"
222222
"@babel/template" "^7.18.10"
223223
"@babel/types" "^7.18.13"
224-
"@graphql-codegen/client-preset" "^5.0.0"
224+
"@graphql-codegen/client-preset" "^5.1.2"
225225
"@graphql-codegen/core" "^5.0.0"
226226
"@graphql-codegen/plugin-helpers" "^6.0.0"
227227
"@graphql-tools/apollo-engine-loader" "^8.0.0"
228228
"@graphql-tools/code-file-loader" "^8.0.0"
229229
"@graphql-tools/git-loader" "^8.0.0"
230-
"@graphql-tools/github-loader" "^8.0.0"
230+
"@graphql-tools/github-loader" "^9.0.0"
231231
"@graphql-tools/graphql-file-loader" "^8.0.0"
232232
"@graphql-tools/json-file-loader" "^8.0.0"
233233
"@graphql-tools/load" "^8.1.0"
234-
"@graphql-tools/url-loader" "^8.0.0"
234+
"@graphql-tools/url-loader" "^9.0.0"
235235
"@graphql-tools/utils" "^10.0.0"
236236
"@inquirer/prompts" "^7.8.2"
237237
"@whatwg-node/fetch" "^0.10.0"
@@ -253,7 +253,7 @@
253253
yaml "^2.3.1"
254254
yargs "^17.0.0"
255255

256-
"@graphql-codegen/client-preset@^5.0.0":
256+
"@graphql-codegen/client-preset@^5.1.2":
257257
version "5.1.3"
258258
resolved "https://registry.yarnpkg.com/@graphql-codegen/client-preset/-/client-preset-5.1.3.tgz#cfc7eedb2906c0e1318841bd7423cd94e1b980eb"
259259
integrity sha512-8nlKt8/gO/BovWahLb96taMssHKPibBfslry1ed9DIJtbOrceFYF3yNbFZuTHmI644C7ZvoYK93JkE3VzDlCyg==
@@ -368,6 +368,11 @@
368368
resolved "https://registry.yarnpkg.com/@graphql-hive/signal/-/signal-1.0.0.tgz#6e2193660a47c925abadbe72293dfc9430e24f8f"
369369
integrity sha512-RiwLMc89lTjvyLEivZ/qxAC5nBHoS2CtsWFSOsN35sxG9zoo5Z+JsFHM8MlvmO9yt+MJNIyC5MLE1rsbOphlag==
370370

371+
"@graphql-hive/signal@^2.0.0":
372+
version "2.0.0"
373+
resolved "https://registry.yarnpkg.com/@graphql-hive/signal/-/signal-2.0.0.tgz#205805328b118e1ae556417ed364257234800464"
374+
integrity sha512-Pz8wB3K0iU6ae9S1fWfsmJX24CcGeTo6hE7T44ucmV/ALKRj+bxClmqrYcDT7v3f0d12Rh4FAXBb6gon+WkDpQ==
375+
371376
"@graphql-tools/apollo-engine-loader@^8.0.0":
372377
version "8.0.26"
373378
resolved "https://registry.yarnpkg.com/@graphql-tools/apollo-engine-loader/-/apollo-engine-loader-8.0.26.tgz#38bd348c999f70b714421da22c0b4e4e1ac9a695"
@@ -378,6 +383,16 @@
378383
sync-fetch "0.6.0-2"
379384
tslib "^2.4.0"
380385

386+
"@graphql-tools/batch-execute@^10.0.3":
387+
version "10.0.3"
388+
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-10.0.3.tgz#57d7fa56d507d32990efbd96e09e80fa22a80363"
389+
integrity sha512-QH9tKbBQcLeSToXufGKRKWZUpVFJ+gRzJ8wSjz0amQXxpHiF8sEAIJKy9CmgRfnhvt31BjOMTr1sUS4xbhj7lw==
390+
dependencies:
391+
"@graphql-tools/utils" "^10.10.1"
392+
"@whatwg-node/promise-helpers" "^1.3.2"
393+
dataloader "^2.2.3"
394+
tslib "^2.8.1"
395+
381396
"@graphql-tools/batch-execute@^9.0.19":
382397
version "9.0.19"
383398
resolved "https://registry.yarnpkg.com/@graphql-tools/batch-execute/-/batch-execute-9.0.19.tgz#b724f3542e2cee8a3a71262a711469afa39cae88"
@@ -414,6 +429,20 @@
414429
dset "^3.1.2"
415430
tslib "^2.8.1"
416431

432+
"@graphql-tools/delegate@^11.1.2":
433+
version "11.1.2"
434+
resolved "https://registry.yarnpkg.com/@graphql-tools/delegate/-/delegate-11.1.2.tgz#e075bf6b7a4b7c31eb792785242e3c7bc051ca95"
435+
integrity sha512-C6W4DM+z3nN7OkV08CAuBUmCW+etmfiKzlpx09oEGBWzw61eYQdKlqp1qqeKtYebELam9LkHTa1n8/rilv5PXw==
436+
dependencies:
437+
"@graphql-tools/batch-execute" "^10.0.3"
438+
"@graphql-tools/executor" "^1.4.11"
439+
"@graphql-tools/schema" "^10.0.27"
440+
"@graphql-tools/utils" "^10.10.1"
441+
"@repeaterjs/repeater" "^3.0.6"
442+
"@whatwg-node/promise-helpers" "^1.3.2"
443+
dataloader "^2.2.3"
444+
tslib "^2.8.1"
445+
417446
"@graphql-tools/documents@^1.0.0":
418447
version "1.0.1"
419448
resolved "https://registry.yarnpkg.com/@graphql-tools/documents/-/documents-1.0.1.tgz#ae19cd5667d22c23b331d3a1429443ed7130faee"
@@ -438,6 +467,14 @@
438467
"@envelop/core" "^5.3.0"
439468
"@graphql-tools/utils" "^10.9.1"
440469

470+
"@graphql-tools/executor-common@^1.0.4":
471+
version "1.0.4"
472+
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-common/-/executor-common-1.0.4.tgz#805d7b55a5f47c84ca4b12b27ea6786028d8623e"
473+
integrity sha512-EKkVjo1Fbx+qK5ZeI+KneeoGzk6HU6aL4E0bX4J3lfnjyaZVESbODCDS/9bBcrV1X2dEby9MfWqA6fkFodP+hw==
474+
dependencies:
475+
"@envelop/core" "^5.4.0"
476+
"@graphql-tools/utils" "^10.10.1"
477+
441478
"@graphql-tools/executor-graphql-ws@^2.0.1":
442479
version "2.0.7"
443480
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-2.0.7.tgz#e8d7689d266b3ccea962b708d6f5d31a1a246c66"
@@ -451,6 +488,19 @@
451488
tslib "^2.8.1"
452489
ws "^8.18.3"
453490

491+
"@graphql-tools/executor-graphql-ws@^3.1.2":
492+
version "3.1.2"
493+
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-graphql-ws/-/executor-graphql-ws-3.1.2.tgz#92a662fc4277b8c6fcf9f5e6f8a3fc5813930547"
494+
integrity sha512-nlBXYrWkZ+VFIVU2QrRNnWImBwZglY/uuyK0/dkFMFy9FEjZmErLpGv62PZqQUSEjPakNgUil+T94CUHGebR9w==
495+
dependencies:
496+
"@graphql-tools/executor-common" "^1.0.4"
497+
"@graphql-tools/utils" "^10.10.1"
498+
"@whatwg-node/disposablestack" "^0.0.6"
499+
graphql-ws "^6.0.6"
500+
isows "^1.0.7"
501+
tslib "^2.8.1"
502+
ws "^8.18.3"
503+
454504
"@graphql-tools/executor-http@^1.1.9":
455505
version "1.3.3"
456506
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-http/-/executor-http-1.3.3.tgz#057de79ebc90edbd242259cccb1268d37ee6c579"
@@ -466,7 +516,22 @@
466516
meros "^1.2.1"
467517
tslib "^2.8.1"
468518

469-
"@graphql-tools/executor-legacy-ws@^1.1.19":
519+
"@graphql-tools/executor-http@^3.0.6":
520+
version "3.0.6"
521+
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-http/-/executor-http-3.0.6.tgz#3381b5170a9a3bfb5c9a2605be7109de2fe86189"
522+
integrity sha512-gTcSdaJWbqYKg/aVQ/T+sIC6Isa4jjx+QhVMyawgivmdbLTg0UgsbR6g97eNVoxnRzFq/CuPSy71IHQeq8Q6iA==
523+
dependencies:
524+
"@graphql-hive/signal" "^2.0.0"
525+
"@graphql-tools/executor-common" "^1.0.4"
526+
"@graphql-tools/utils" "^10.10.1"
527+
"@repeaterjs/repeater" "^3.0.4"
528+
"@whatwg-node/disposablestack" "^0.0.6"
529+
"@whatwg-node/fetch" "^0.10.12"
530+
"@whatwg-node/promise-helpers" "^1.3.2"
531+
meros "^1.3.2"
532+
tslib "^2.8.1"
533+
534+
"@graphql-tools/executor-legacy-ws@^1.1.19", "@graphql-tools/executor-legacy-ws@^1.1.23":
470535
version "1.1.23"
471536
resolved "https://registry.yarnpkg.com/@graphql-tools/executor-legacy-ws/-/executor-legacy-ws-1.1.23.tgz#f9891d2fd591ebb9c5b77b73b55c93d0acd87fa2"
472537
integrity sha512-wwS6ZlJDaC+zxE1DcfYrPJk1ynQ0xcbOWS/x8dy4hO6ZCjRawkogoqN3Muab0E9RzuwF29LRu+aOH6isO5mQKg==
@@ -477,7 +542,7 @@
477542
tslib "^2.4.0"
478543
ws "^8.17.1"
479544

480-
"@graphql-tools/executor@^1.4.9":
545+
"@graphql-tools/executor@^1.4.11", "@graphql-tools/executor@^1.4.9":
481546
version "1.4.13"
482547
resolved "https://registry.yarnpkg.com/@graphql-tools/executor/-/executor-1.4.13.tgz#ebc35e6060ba9dd88e4a664dac02b3f4b0ff0582"
483548
integrity sha512-2hTSRfH2kb4ua0ANOV/K6xUoCZsHAE6igE1bimtWUK7v0bowPIxGRKRPpF8JLbImpsJuTCC4HGOCMy7otg3FIQ==
@@ -501,15 +566,15 @@
501566
tslib "^2.4.0"
502567
unixify "^1.0.0"
503568

504-
"@graphql-tools/github-loader@^8.0.0":
505-
version "8.0.22"
506-
resolved "https://registry.yarnpkg.com/@graphql-tools/github-loader/-/github-loader-8.0.22.tgz#e982c3b48b7877f5cc8e8c1e97e06e5e667e5bde"
507-
integrity sha512-uQ4JNcNPsyMkTIgzeSbsoT9hogLjYrZooLUYd173l5eUGUi49EAcsGdiBCKaKfEjanv410FE8hjaHr7fjSRkJw==
569+
"@graphql-tools/github-loader@^9.0.0":
570+
version "9.0.4"
571+
resolved "https://registry.yarnpkg.com/@graphql-tools/github-loader/-/github-loader-9.0.4.tgz#c706df905398480258fd5836a34c4d6a0621cbc4"
572+
integrity sha512-w8RRhOTS1Qn2/MUWO2ogtLok6/0p15IdAoYfkCW7duCTPWWG/blCtiYNDyrOZahjCuL4WrxL9+JZfj+6nXSpIQ==
508573
dependencies:
509-
"@graphql-tools/executor-http" "^1.1.9"
510-
"@graphql-tools/graphql-tag-pluck" "^8.3.21"
511-
"@graphql-tools/utils" "^10.9.1"
512-
"@whatwg-node/fetch" "^0.10.0"
574+
"@graphql-tools/executor-http" "^3.0.6"
575+
"@graphql-tools/graphql-tag-pluck" "^8.3.25"
576+
"@graphql-tools/utils" "^10.10.3"
577+
"@whatwg-node/fetch" "^0.10.13"
513578
"@whatwg-node/promise-helpers" "^1.0.0"
514579
sync-fetch "0.6.0-2"
515580
tslib "^2.4.0"
@@ -525,7 +590,7 @@
525590
tslib "^2.4.0"
526591
unixify "^1.0.0"
527592

528-
"@graphql-tools/graphql-tag-pluck@8.3.25", "@graphql-tools/graphql-tag-pluck@^8.3.21":
593+
"@graphql-tools/graphql-tag-pluck@8.3.25", "@graphql-tools/graphql-tag-pluck@^8.3.25":
529594
version "8.3.25"
530595
resolved "https://registry.yarnpkg.com/@graphql-tools/graphql-tag-pluck/-/graphql-tag-pluck-8.3.25.tgz#5735cf30f6673b520ab43779ce42ed621c1fc4de"
531596
integrity sha512-b8oTBe0mDQDh3zPcKCkaTPmjLv1TJslBUKXPNLfu5CWS2+gL8Z/z0UuAhCe5gTveuKDJYjkEO7xcct9JfcDi4g==
@@ -592,7 +657,7 @@
592657
"@graphql-tools/utils" "^10.10.3"
593658
tslib "^2.4.0"
594659

595-
"@graphql-tools/schema@^10.0.0", "@graphql-tools/schema@^10.0.25", "@graphql-tools/schema@^10.0.29":
660+
"@graphql-tools/schema@^10.0.0", "@graphql-tools/schema@^10.0.25", "@graphql-tools/schema@^10.0.27", "@graphql-tools/schema@^10.0.29":
596661
version "10.0.29"
597662
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-10.0.29.tgz#cbb0d0cdeb2c55559ace51e2ffadee39990d01c0"
598663
integrity sha512-+Htiupnq6U/AWOEAJerIOGT1pAf4u43Q3n2JmFpqFfYJchz6sKWZ7L9Lpe/NusaaUQty/IOF+eQlNFypEaWxhg==
@@ -619,7 +684,25 @@
619684
tslib "^2.4.0"
620685
ws "^8.17.1"
621686

622-
"@graphql-tools/utils@^10.0.0", "@graphql-tools/utils@^10.10.3", "@graphql-tools/utils@^10.8.1", "@graphql-tools/utils@^10.9.1":
687+
"@graphql-tools/url-loader@^9.0.0":
688+
version "9.0.4"
689+
resolved "https://registry.yarnpkg.com/@graphql-tools/url-loader/-/url-loader-9.0.4.tgz#0fd3893cb10616fb8db9a6e6da7482dca8244e5d"
690+
integrity sha512-UNLU9g3IcZjldb08hsBLp6G8YPzZwC38bZ8PFFs/QyXXPFXzoXECT8rHLzvt32w3YFGSbTpj8FiS/KMdTQHZCg==
691+
dependencies:
692+
"@graphql-tools/executor-graphql-ws" "^3.1.2"
693+
"@graphql-tools/executor-http" "^3.0.6"
694+
"@graphql-tools/executor-legacy-ws" "^1.1.23"
695+
"@graphql-tools/utils" "^10.10.3"
696+
"@graphql-tools/wrap" "^11.0.0"
697+
"@types/ws" "^8.0.0"
698+
"@whatwg-node/fetch" "^0.10.13"
699+
"@whatwg-node/promise-helpers" "^1.0.0"
700+
isomorphic-ws "^5.0.0"
701+
sync-fetch "0.6.0-2"
702+
tslib "^2.4.0"
703+
ws "^8.17.1"
704+
705+
"@graphql-tools/utils@^10.0.0", "@graphql-tools/utils@^10.10.1", "@graphql-tools/utils@^10.10.3", "@graphql-tools/utils@^10.8.1", "@graphql-tools/utils@^10.9.1":
623706
version "10.10.3"
624707
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-10.10.3.tgz#1c6ad8d824ad3fd05571cd2bfdce863c497136d4"
625708
integrity sha512-2EdYiefeLLxsoeZTukSNZJ0E/Z5NnWBUGK2VJa0DQj1scDhVd93HeT1eW9TszJOYmIh3eWAKLv58ri/1XUmdsQ==
@@ -640,6 +723,17 @@
640723
"@whatwg-node/promise-helpers" "^1.3.0"
641724
tslib "^2.8.1"
642725

726+
"@graphql-tools/wrap@^11.0.0":
727+
version "11.0.4"
728+
resolved "https://registry.yarnpkg.com/@graphql-tools/wrap/-/wrap-11.0.4.tgz#87390a99647d6019d3835e652902e2b2e275d0ac"
729+
integrity sha512-bX1X2QC1oFiH+1nTLhWVx4fp2xoXbDvL+eEiozuWCv7PeZoBs7EgklKZFtpWbcSdNA3L3EuA8JM6mf2jOG6/Sg==
730+
dependencies:
731+
"@graphql-tools/delegate" "^11.1.2"
732+
"@graphql-tools/schema" "^10.0.27"
733+
"@graphql-tools/utils" "^10.10.1"
734+
"@whatwg-node/promise-helpers" "^1.3.2"
735+
tslib "^2.8.1"
736+
643737
"@graphql-typed-document-node/core@3.2.0", "@graphql-typed-document-node/core@^3.1.1", "@graphql-typed-document-node/core@^3.2.0":
644738
version "3.2.0"
645739
resolved "https://registry.yarnpkg.com/@graphql-typed-document-node/core/-/core-3.2.0.tgz#5f3d96ec6b2354ad6d8a28bf216a1d97b5426861"
@@ -882,7 +976,7 @@
882976
"@whatwg-node/promise-helpers" "^1.0.0"
883977
tslib "^2.6.3"
884978

885-
"@whatwg-node/fetch@^0.10.0", "@whatwg-node/fetch@^0.10.13", "@whatwg-node/fetch@^0.10.4":
979+
"@whatwg-node/fetch@^0.10.0", "@whatwg-node/fetch@^0.10.12", "@whatwg-node/fetch@^0.10.13", "@whatwg-node/fetch@^0.10.4":
886980
version "0.10.13"
887981
resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.10.13.tgz#2d47190c620f134dda31c7f827976a909b2cca7a"
888982
integrity sha512-b4PhJ+zYj4357zwk4TTuF2nEe0vVtOrwdsrNo5hL+u1ojXNhh1FgJ6pg1jzDlwlT4oBdzfSwaBwMCtFCsIWg8Q==
@@ -1528,6 +1622,11 @@ isomorphic-ws@^5.0.0:
15281622
resolved "https://registry.yarnpkg.com/isomorphic-ws/-/isomorphic-ws-5.0.0.tgz#e5529148912ecb9b451b46ed44d53dae1ce04bbf"
15291623
integrity sha512-muId7Zzn9ywDsyXgTIafTry2sV3nySZeUDe6YedVd1Hvuuep5AsIlqK+XefWpYTyJG5e503F2xIuT2lcU6rCSw==
15301624

1625+
isows@^1.0.7:
1626+
version "1.0.7"
1627+
resolved "https://registry.yarnpkg.com/isows/-/isows-1.0.7.tgz#1c06400b7eed216fbba3bcbd68f12490fc342915"
1628+
integrity sha512-I1fSfDCZL5P0v33sVqeTDSpcstAg/N+wF5HS033mogOVIp4B+oHC7oOCsA3axAbBSGTJ8QubbNmnIRN/h8U7hg==
1629+
15311630
jiti@^2.0.0, jiti@^2.3.0:
15321631
version "2.6.1"
15331632
resolved "https://registry.yarnpkg.com/jiti/-/jiti-2.6.1.tgz#178ef2fc9a1a594248c20627cd820187a4d78d92"
@@ -1652,7 +1751,7 @@ merge2@^1.3.0, merge2@^1.4.1:
16521751
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
16531752
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
16541753

1655-
meros@^1.2.1:
1754+
meros@^1.2.1, meros@^1.3.2:
16561755
version "1.3.2"
16571756
resolved "https://registry.yarnpkg.com/meros/-/meros-1.3.2.tgz#4cb0d7f3d22074c6e7ae1d66f72c080bca2e414b"
16581757
integrity sha512-Q3mobPbvEx7XbwhnC1J1r60+5H6EZyNccdzSz0eGexJRwouUtTZxPVRGdqKtxlpD84ScK4+tIGldkqDtCKdI0A==

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@
5959
"@babel/preset-typescript": "7.28.5",
6060
"@changesets/changelog-github": "0.5.1",
6161
"@changesets/cli": "2.29.7",
62-
"@graphql-tools/merge": "9.1.4",
63-
"@graphql-tools/schema": "10.0.28",
62+
"@graphql-tools/merge": "9.1.5",
63+
"@graphql-tools/schema": "10.0.29",
6464
"@theguild/prettier-config": "3.0.1",
6565
"@types/jest": "30.0.0",
6666
"@types/mongodb": "4.0.7",
67-
"@types/node": "24.10.0",
67+
"@types/node": "24.10.1",
6868
"@typescript-eslint/eslint-plugin": "8.46.4",
6969
"@typescript-eslint/parser": "8.46.4",
7070
"bob-the-bundler": "7.0.1",
@@ -77,7 +77,7 @@
7777
"graphql": "16.12.0",
7878
"husky": "9.1.7",
7979
"jest": "30.2.0",
80-
"json-bigint-patch": "0.0.8",
80+
"json-bigint-patch": "0.0.9",
8181
"lint-staged": "16.2.6",
8282
"mockdate": "3.0.5",
8383
"mongodb": "7.0.0",

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"devDependencies": {
2121
"@theguild/tailwind-config": "0.6.4",
22-
"@types/node": "24.10.0",
23-
"@types/react": "19.2.3",
22+
"@types/node": "24.10.1",
23+
"@types/react": "19.2.6",
2424
"cross-env": "10.1.0",
2525
"next-sitemap": "4.2.3",
2626
"pagefind": "1.4.0",

website/yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,19 +1238,19 @@
12381238
dependencies:
12391239
"@types/unist" "*"
12401240

1241-
"@types/node@24.10.0":
1242-
version "24.10.0"
1243-
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.0.tgz#6b79086b0dfc54e775a34ba8114dcc4e0221f31f"
1244-
integrity sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==
1241+
"@types/node@24.10.1":
1242+
version "24.10.1"
1243+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.1.tgz#91e92182c93db8bd6224fca031e2370cef9a8f01"
1244+
integrity sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==
12451245
dependencies:
12461246
undici-types "~7.16.0"
12471247

1248-
"@types/react@19.2.3":
1249-
version "19.2.3"
1250-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.3.tgz#264e4304219ff8be9e1cb4ee923c3bc6d8587089"
1251-
integrity sha512-k5dJVszUiNr1DSe8Cs+knKR6IrqhqdhpUwzqhkS8ecQTSf3THNtbfIp/umqHMpX2bv+9dkx3fwDv/86LcSfvSg==
1248+
"@types/react@19.2.6":
1249+
version "19.2.6"
1250+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.6.tgz#d27db1ff45012d53980f5589fda925278e1249ca"
1251+
integrity sha512-p/jUvulfgU7oKtj6Xpk8cA2Y1xKTtICGpJYeJXz2YVO2UcvjQgeRMLDGfDeqeRW2Ta+0QNFwcc8X3GH8SxZz6w==
12521252
dependencies:
1253-
csstype "^3.0.2"
1253+
csstype "^3.2.2"
12541254

12551255
"@types/trusted-types@^2.0.2", "@types/trusted-types@^2.0.7":
12561256
version "2.0.7"
@@ -1589,10 +1589,10 @@ cssesc@^3.0.0:
15891589
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
15901590
integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
15911591

1592-
csstype@^3.0.2:
1593-
version "3.2.2"
1594-
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.2.tgz#6800c4d295639fbe03ac1f3df642e58506f9b65a"
1595-
integrity sha512-D80T+tiqkd/8B0xNlbstWDG4x6aqVfO52+OlSUNIdkTvmNw0uQpJLeos2J/2XvpyidAFuTPmpad+tUxLndwj6g==
1592+
csstype@^3.2.2:
1593+
version "3.2.3"
1594+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a"
1595+
integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==
15961596

15971597
cytoscape-cose-bilkent@^4.1.0:
15981598
version "4.1.0"

0 commit comments

Comments
 (0)