Skip to content

Commit bc464c1

Browse files
authored
Merge branch 'master' into support-apollo-v5
2 parents e087156 + 5be746c commit bc464c1

File tree

2 files changed

+107
-107
lines changed

2 files changed

+107
-107
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,37 +34,37 @@
3434
"@eslint/js": "9.32.0",
3535
"@types/graphql": "14.5.0",
3636
"@types/jest": "30.0.0",
37-
"@types/node": "22.16.5",
37+
"@types/node": "22.17.0",
3838
"@types/node-fetch": "3.0.3",
3939
"@types/normalize-path": "3.0.2",
4040
"@types/supertest": "6.0.3",
4141
"@types/ws": "8.18.1",
42-
"@typescript-eslint/eslint-plugin": "8.38.0",
43-
"@typescript-eslint/parser": "8.38.0",
42+
"@typescript-eslint/eslint-plugin": "8.39.0",
43+
"@typescript-eslint/parser": "8.39.0",
4444
"class-transformer": "0.5.1",
4545
"class-validator": "0.14.2",
4646
"eslint": "9.32.0",
4747
"eslint-config-prettier": "10.1.8",
4848
"eslint-plugin-import": "2.32.0",
49-
"eslint-plugin-prettier": "5.5.3",
49+
"eslint-plugin-prettier": "5.5.4",
5050
"graphql": "16.11.0",
5151
"graphql-subscriptions": "3.0.0",
5252
"husky": "9.1.7",
5353
"jest": "30.0.5",
5454
"lerna": "8.2.3",
5555
"lerna-changelog": "2.2.0",
56-
"lint-staged": "16.1.2",
56+
"lint-staged": "16.1.4",
5757
"prettier": "3.6.2",
5858
"prettierv2": "npm:[email protected]",
5959
"reflect-metadata": "0.2.2",
6060
"release-it": "19.0.4",
6161
"rimraf": "6.0.1",
6262
"rxjs": "7.8.2",
6363
"supertest": "7.1.4",
64-
"ts-jest": "29.4.0",
64+
"ts-jest": "29.4.1",
6565
"ts-node": "10.9.2",
66-
"typescript": "5.8.3",
67-
"typescript-eslint": "8.38.0"
66+
"typescript": "5.9.2",
67+
"typescript-eslint": "8.39.0"
6868
},
6969
"changelog": {
7070
"labels": {

yarn.lock

Lines changed: 99 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -2815,10 +2815,10 @@
28152815
dependencies:
28162816
undici-types "~6.20.0"
28172817

2818-
"@types/node@22.16.5":
2819-
version "22.16.5"
2820-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.16.5.tgz#cc46ac3994cd957000d0c11095a0b1dae2ea2368"
2821-
integrity sha512-bJFoMATwIGaxxx8VJPeM8TonI8t579oRvgAuT8zFugJsJZgzqv0Fu8Mhp68iecjzG7cnN3mO2dJQ5uUM2EFrgQ==
2818+
"@types/node@22.17.0":
2819+
version "22.17.0"
2820+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.17.0.tgz#e8c9090e957bd4d9860efb323eb92d297347eac7"
2821+
integrity sha512-bbAKTCqX5aNVryi7qXVMi+OkB3w/OyblodicMbvE38blyAz7GxXf6XYhklokijuPwwVg9sDLKRxt0ZHXQwZVfQ==
28222822
dependencies:
28232823
undici-types "~6.21.0"
28242824

@@ -2894,102 +2894,102 @@
28942894
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.7.tgz#114e2ffc8d5be4915fdd5bc90668fc0ceaadb760"
28952895
integrity sha512-LKzNTjj+2j09wAo/vvVjzgw5qckJJzhdGgWHW7j69QIGdq/KnZrMAMIHQiWGl3Ccflh5/CudBAntTPYdprPltA==
28962896

2897-
"@typescript-eslint/eslint-plugin@8.38.0":
2898-
version "8.38.0"
2899-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.38.0.tgz#6e5220d16f2691ab6d983c1737dd5b36e17641b7"
2900-
integrity sha512-CPoznzpuAnIOl4nhj4tRr4gIPj5AfKgkiJmGQDaq+fQnRJTYlcBjbX3wbciGmpoPf8DREufuPRe1tNMZnGdanA==
2897+
"@typescript-eslint/eslint-plugin@8.39.0":
2898+
version "8.39.0"
2899+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.39.0.tgz#c9afec1866ee1a6ea3d768b5f8e92201efbbba06"
2900+
integrity sha512-bhEz6OZeUR+O/6yx9Jk6ohX6H9JSFTaiY0v9/PuKT3oGK0rn0jNplLmyFUGV+a9gfYnVNwGDwS/UkLIuXNb2Rw==
29012901
dependencies:
29022902
"@eslint-community/regexpp" "^4.10.0"
2903-
"@typescript-eslint/scope-manager" "8.38.0"
2904-
"@typescript-eslint/type-utils" "8.38.0"
2905-
"@typescript-eslint/utils" "8.38.0"
2906-
"@typescript-eslint/visitor-keys" "8.38.0"
2903+
"@typescript-eslint/scope-manager" "8.39.0"
2904+
"@typescript-eslint/type-utils" "8.39.0"
2905+
"@typescript-eslint/utils" "8.39.0"
2906+
"@typescript-eslint/visitor-keys" "8.39.0"
29072907
graphemer "^1.4.0"
29082908
ignore "^7.0.0"
29092909
natural-compare "^1.4.0"
29102910
ts-api-utils "^2.1.0"
29112911

2912-
"@typescript-eslint/parser@8.38.0":
2913-
version "8.38.0"
2914-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.38.0.tgz#6723a5ea881e1777956b1045cba30be5ea838293"
2915-
integrity sha512-Zhy8HCvBUEfBECzIl1PKqF4p11+d0aUJS1GeUiuqK9WmOug8YCmC4h4bjyBvMyAMI9sbRczmrYL5lKg/YMbrcQ==
2912+
"@typescript-eslint/parser@8.39.0":
2913+
version "8.39.0"
2914+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.39.0.tgz#c4b895d7a47f4cd5ee6ee77ea30e61d58b802008"
2915+
integrity sha512-g3WpVQHngx0aLXn6kfIYCZxM6rRJlWzEkVpqEFLT3SgEDsp9cpCbxxgwnE504q4H+ruSDh/VGS6nqZIDynP+vg==
29162916
dependencies:
2917-
"@typescript-eslint/scope-manager" "8.38.0"
2918-
"@typescript-eslint/types" "8.38.0"
2919-
"@typescript-eslint/typescript-estree" "8.38.0"
2920-
"@typescript-eslint/visitor-keys" "8.38.0"
2917+
"@typescript-eslint/scope-manager" "8.39.0"
2918+
"@typescript-eslint/types" "8.39.0"
2919+
"@typescript-eslint/typescript-estree" "8.39.0"
2920+
"@typescript-eslint/visitor-keys" "8.39.0"
29212921
debug "^4.3.4"
29222922

2923-
"@typescript-eslint/project-service@8.38.0":
2924-
version "8.38.0"
2925-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.38.0.tgz#4900771f943163027fd7d2020a062892056b5e2f"
2926-
integrity sha512-dbK7Jvqcb8c9QfH01YB6pORpqX1mn5gDZc9n63Ak/+jD67oWXn3Gs0M6vddAN+eDXBCS5EmNWzbSxsn9SzFWWg==
2923+
"@typescript-eslint/project-service@8.39.0":
2924+
version "8.39.0"
2925+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.39.0.tgz#71cb29c3f8139f99a905b8705127bffc2ae84759"
2926+
integrity sha512-CTzJqaSq30V/Z2Og9jogzZt8lJRR5TKlAdXmWgdu4hgcC9Kww5flQ+xFvMxIBWVNdxJO7OifgdOK4PokMIWPew==
29272927
dependencies:
2928-
"@typescript-eslint/tsconfig-utils" "^8.38.0"
2929-
"@typescript-eslint/types" "^8.38.0"
2928+
"@typescript-eslint/tsconfig-utils" "^8.39.0"
2929+
"@typescript-eslint/types" "^8.39.0"
29302930
debug "^4.3.4"
29312931

2932-
"@typescript-eslint/scope-manager@8.38.0":
2933-
version "8.38.0"
2934-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.38.0.tgz#5a0efcb5c9cf6e4121b58f87972f567c69529226"
2935-
integrity sha512-WJw3AVlFFcdT9Ri1xs/lg8LwDqgekWXWhH3iAF+1ZM+QPd7oxQ6jvtW/JPwzAScxitILUIFs0/AnQ/UWHzbATQ==
2932+
"@typescript-eslint/scope-manager@8.39.0":
2933+
version "8.39.0"
2934+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.39.0.tgz#ba4bf6d8257bbc172c298febf16bc22df4856570"
2935+
integrity sha512-8QOzff9UKxOh6npZQ/4FQu4mjdOCGSdO3p44ww0hk8Vu+IGbg0tB/H1LcTARRDzGCC8pDGbh2rissBuuoPgH8A==
29362936
dependencies:
2937-
"@typescript-eslint/types" "8.38.0"
2938-
"@typescript-eslint/visitor-keys" "8.38.0"
2937+
"@typescript-eslint/types" "8.39.0"
2938+
"@typescript-eslint/visitor-keys" "8.39.0"
29392939

2940-
"@typescript-eslint/tsconfig-utils@8.38.0", "@typescript-eslint/tsconfig-utils@^8.38.0":
2941-
version "8.38.0"
2942-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.38.0.tgz#6de4ce224a779601a8df667db56527255c42c4d0"
2943-
integrity sha512-Lum9RtSE3EroKk/bYns+sPOodqb2Fv50XOl/gMviMKNvanETUuUcC9ObRbzrJ4VSd2JalPqgSAavwrPiPvnAiQ==
2940+
"@typescript-eslint/tsconfig-utils@8.39.0", "@typescript-eslint/tsconfig-utils@^8.39.0":
2941+
version "8.39.0"
2942+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.39.0.tgz#b2e87fef41a3067c570533b722f6af47be213f13"
2943+
integrity sha512-Fd3/QjmFV2sKmvv3Mrj8r6N8CryYiCS8Wdb/6/rgOXAWGcFuc+VkQuG28uk/4kVNVZBQuuDHEDUpo/pQ32zsIQ==
29442944

2945-
"@typescript-eslint/type-utils@8.38.0":
2946-
version "8.38.0"
2947-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.38.0.tgz#a56cd84765fa6ec135fe252b5db61e304403a85b"
2948-
integrity sha512-c7jAvGEZVf0ao2z+nnz8BUaHZD09Agbh+DY7qvBQqLiz8uJzRgVPj5YvOh8I8uEiH8oIUGIfHzMwUcGVco/SJg==
2945+
"@typescript-eslint/type-utils@8.39.0":
2946+
version "8.39.0"
2947+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.39.0.tgz#310ec781ae5e7bb0f5940bfd652573587f22786b"
2948+
integrity sha512-6B3z0c1DXVT2vYA9+z9axjtc09rqKUPRmijD5m9iv8iQpHBRYRMBcgxSiKTZKm6FwWw1/cI4v6em35OsKCiN5Q==
29492949
dependencies:
2950-
"@typescript-eslint/types" "8.38.0"
2951-
"@typescript-eslint/typescript-estree" "8.38.0"
2952-
"@typescript-eslint/utils" "8.38.0"
2950+
"@typescript-eslint/types" "8.39.0"
2951+
"@typescript-eslint/typescript-estree" "8.39.0"
2952+
"@typescript-eslint/utils" "8.39.0"
29532953
debug "^4.3.4"
29542954
ts-api-utils "^2.1.0"
29552955

2956-
"@typescript-eslint/types@8.38.0", "@typescript-eslint/types@^8.38.0":
2957-
version "8.38.0"
2958-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.38.0.tgz#297351c994976b93c82ac0f0e206c8143aa82529"
2959-
integrity sha512-wzkUfX3plUqij4YwWaJyqhiPE5UCRVlFpKn1oCRn2O1bJ592XxWJj8ROQ3JD5MYXLORW84063z3tZTb/cs4Tyw==
2956+
"@typescript-eslint/types@8.39.0", "@typescript-eslint/types@^8.39.0":
2957+
version "8.39.0"
2958+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.39.0.tgz#80f010b7169d434a91cd0529d70a528dbc9c99c6"
2959+
integrity sha512-ArDdaOllnCj3yn/lzKn9s0pBQYmmyme/v1HbGIGB0GB/knFI3fWMHloC+oYTJW46tVbYnGKTMDK4ah1sC2v0Kg==
29602960

2961-
"@typescript-eslint/typescript-estree@8.38.0":
2962-
version "8.38.0"
2963-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.38.0.tgz#82262199eb6778bba28a319e25ad05b1158957df"
2964-
integrity sha512-fooELKcAKzxux6fA6pxOflpNS0jc+nOQEEOipXFNjSlBS6fqrJOVY/whSn70SScHrcJ2LDsxWrneFoWYSVfqhQ==
2961+
"@typescript-eslint/typescript-estree@8.39.0":
2962+
version "8.39.0"
2963+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.39.0.tgz#b9477a5c47a0feceffe91adf553ad9a3cd4cb3d6"
2964+
integrity sha512-ndWdiflRMvfIgQRpckQQLiB5qAKQ7w++V4LlCHwp62eym1HLB/kw7D9f2e8ytONls/jt89TEasgvb+VwnRprsw==
29652965
dependencies:
2966-
"@typescript-eslint/project-service" "8.38.0"
2967-
"@typescript-eslint/tsconfig-utils" "8.38.0"
2968-
"@typescript-eslint/types" "8.38.0"
2969-
"@typescript-eslint/visitor-keys" "8.38.0"
2966+
"@typescript-eslint/project-service" "8.39.0"
2967+
"@typescript-eslint/tsconfig-utils" "8.39.0"
2968+
"@typescript-eslint/types" "8.39.0"
2969+
"@typescript-eslint/visitor-keys" "8.39.0"
29702970
debug "^4.3.4"
29712971
fast-glob "^3.3.2"
29722972
is-glob "^4.0.3"
29732973
minimatch "^9.0.4"
29742974
semver "^7.6.0"
29752975
ts-api-utils "^2.1.0"
29762976

2977-
"@typescript-eslint/utils@8.38.0":
2978-
version "8.38.0"
2979-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.38.0.tgz#5f10159899d30eb92ba70e642ca6f754bddbf15a"
2980-
integrity sha512-hHcMA86Hgt+ijJlrD8fX0j1j8w4C92zue/8LOPAFioIno+W0+L7KqE8QZKCcPGc/92Vs9x36w/4MPTJhqXdyvg==
2977+
"@typescript-eslint/utils@8.39.0":
2978+
version "8.39.0"
2979+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.39.0.tgz#dfea42f3c7ec85f9f3e994ff0bba8f3b2f09e220"
2980+
integrity sha512-4GVSvNA0Vx1Ktwvf4sFE+exxJ3QGUorQG1/A5mRfRNZtkBT2xrA/BCO2H0eALx/PnvCS6/vmYwRdDA41EoffkQ==
29812981
dependencies:
29822982
"@eslint-community/eslint-utils" "^4.7.0"
2983-
"@typescript-eslint/scope-manager" "8.38.0"
2984-
"@typescript-eslint/types" "8.38.0"
2985-
"@typescript-eslint/typescript-estree" "8.38.0"
2983+
"@typescript-eslint/scope-manager" "8.39.0"
2984+
"@typescript-eslint/types" "8.39.0"
2985+
"@typescript-eslint/typescript-estree" "8.39.0"
29862986

2987-
"@typescript-eslint/visitor-keys@8.38.0":
2988-
version "8.38.0"
2989-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.38.0.tgz#a9765a527b082cb8fc60fd8a16e47c7ad5b60ea5"
2990-
integrity sha512-pWrTcoFNWuwHlA9CvlfSsGWs14JxfN1TH25zM5L7o0pRLhsoZkDnTsXfQRJBEWJoV5DL0jf+Z+sxiud+K0mq1g==
2987+
"@typescript-eslint/visitor-keys@8.39.0":
2988+
version "8.39.0"
2989+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.39.0.tgz#5d619a6e810cdd3fd1913632719cbccab08bf875"
2990+
integrity sha512-ldgiJ+VAhQCfIjeOgu8Kj5nSxds0ktPOSO9p4+0VDH2R2pLvQraaM5Oen2d7NxzMCm+Sn/vJT+mv2H5u6b/3fA==
29912991
dependencies:
2992-
"@typescript-eslint/types" "8.38.0"
2992+
"@typescript-eslint/types" "8.39.0"
29932993
eslint-visitor-keys "^4.2.1"
29942994

29952995
"@ungap/structured-clone@^1.3.0":
@@ -4707,7 +4707,7 @@ [email protected]:
47074707
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
47084708
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
47094709

4710-
ejs@^3.1.10, ejs@^3.1.7:
4710+
ejs@^3.1.7:
47114711
version "3.1.10"
47124712
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
47134713
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
@@ -5056,10 +5056,10 @@ [email protected]:
50565056
string.prototype.trimend "^1.0.9"
50575057
tsconfig-paths "^3.15.0"
50585058

5059-
5060-
version "5.5.3"
5061-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.3.tgz#1f88e9220a72ac8be171eec5f9d4e4d529b5f4a0"
5062-
integrity sha512-NAdMYww51ehKfDyDhv59/eIItUVzU0Io9H2E8nHNGKEeeqlnci+1gCvrHib6EmZdf6GxF+LCV5K7UC65Ezvw7w==
5059+
5060+
version "5.5.4"
5061+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.4.tgz#9d61c4ea11de5af704d4edf108c82ccfa7f2e61c"
5062+
integrity sha512-swNtI95SToIz05YINMA6Ox5R057IMAmWZ26GqPxusAp1TZzj+IdY9tXNWWD3vkF/wEqydCONcwjTFpxybBqZsg==
50635063
dependencies:
50645064
prettier-linter-helpers "^1.0.0"
50655065
synckit "^0.11.7"
@@ -6122,7 +6122,7 @@ graphql@*, [email protected], graphql@^16.6.0:
61226122
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.11.0.tgz#96d17f66370678027fdf59b2d4c20b4efaa8a633"
61236123
integrity sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==
61246124

6125-
handlebars@^4.7.7:
6125+
handlebars@^4.7.7, handlebars@^4.7.8:
61266126
version "4.7.8"
61276127
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9"
61286128
integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==
@@ -7703,26 +7703,26 @@ lines-and-columns@^1.1.6:
77037703
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
77047704
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
77057705

7706-
7707-
version "16.1.2"
7708-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.1.2.tgz#8cb84daa844f39c7a9790dd2c0caa327125ef059"
7709-
integrity sha512-sQKw2Si2g9KUZNY3XNvRuDq4UJqpHwF0/FQzZR2M7I5MvtpWvibikCjUVJzZdGE0ByurEl3KQNvsGetd1ty1/Q==
7706+
7707+
version "16.1.4"
7708+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-16.1.4.tgz#f6ff3f23b87369da6184f165abc56553b70bb988"
7709+
integrity sha512-xy7rnzQrhTVGKMpv6+bmIA3C0yET31x8OhKBYfvGo0/byeZ6E0BjGARrir3Kg/RhhYHutpsi01+2J5IpfVoueA==
77107710
dependencies:
77117711
chalk "^5.4.1"
77127712
commander "^14.0.0"
77137713
debug "^4.4.1"
77147714
lilconfig "^3.1.3"
7715-
listr2 "^8.3.3"
7715+
listr2 "^9.0.1"
77167716
micromatch "^4.0.8"
77177717
nano-spawn "^1.0.2"
77187718
pidtree "^0.6.0"
77197719
string-argv "^0.3.2"
77207720
yaml "^2.8.0"
77217721

7722-
listr2@^8.3.3:
7723-
version "8.3.3"
7724-
resolved "https://registry.yarnpkg.com/listr2/-/listr2-8.3.3.tgz#815fc8f738260ff220981bf9e866b3e11e8121bf"
7725-
integrity sha512-LWzX2KsqcB1wqQ4AHgYb4RsDXauQiqhjLk+6hjbaeHG4zpjjVAB6wC/gz6X0l+Du1cN3pUB5ZlrvTbhGSNnUQQ==
7722+
listr2@^9.0.1:
7723+
version "9.0.1"
7724+
resolved "https://registry.yarnpkg.com/listr2/-/listr2-9.0.1.tgz#3cad12d81d998f8024621d9b35c969dba5da4103"
7725+
integrity sha512-SL0JY3DaxylDuo/MecFeiC+7pedM0zia33zl0vcjgwcq1q1FWWF1To9EIauPbl8GbMCU0R2e0uJ8bZunhYKD2g==
77267726
dependencies:
77277727
cli-truncate "^4.0.0"
77287728
colorette "^2.0.20"
@@ -10855,14 +10855,14 @@ ts-invariant@^0.4.0:
1085510855
dependencies:
1085610856
tslib "^1.9.3"
1085710857

10858-
10859-
version "29.4.0"
10860-
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.0.tgz#bef0ee98d94c83670af7462a1617bf2367a83740"
10861-
integrity sha512-d423TJMnJGu80/eSgfQ5w/R+0zFJvdtTxwtF9KzFFunOpSeD+79lHJQIiAhluJoyGRbvj9NZJsl9WjCUo0ND7Q==
10858+
10859+
version "29.4.1"
10860+
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.1.tgz#42d33beb74657751d315efb9a871fe99e3b9b519"
10861+
integrity sha512-SaeUtjfpg9Uqu8IbeDKtdaS0g8lS6FT6OzM3ezrDfErPJPHNDo/Ey+VFGP1bQIDfagYDLyRpd7O15XpG1Es2Uw==
1086210862
dependencies:
1086310863
bs-logger "^0.2.6"
10864-
ejs "^3.1.10"
1086510864
fast-json-stable-stringify "^2.1.0"
10865+
handlebars "^4.7.8"
1086610866
json5 "^2.2.3"
1086710867
lodash.memoize "^4.1.2"
1086810868
make-error "^1.3.6"
@@ -11058,20 +11058,20 @@ typedarray@^0.0.6:
1105811058
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1105911059
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1106011060

11061-
typescript-eslint@8.38.0:
11062-
version "8.38.0"
11063-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.38.0.tgz#e73af7618139f07b16e2fae715eedaabb41ee8b0"
11064-
integrity sha512-FsZlrYK6bPDGoLeZRuvx2v6qrM03I0U0SnfCLPs/XCCPCFD80xU9Pg09H/K+XFa68uJuZo7l/Xhs+eDRg2l3hg==
11061+
typescript-eslint@8.39.0:
11062+
version "8.39.0"
11063+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.39.0.tgz#b19c1a925cf8566831ae3875d2881ee2349808a5"
11064+
integrity sha512-lH8FvtdtzcHJCkMOKnN73LIn6SLTpoojgJqDAxPm1jCR14eWSGPX8ul/gggBdPMk/d5+u9V854vTYQ8T5jF/1Q==
1106511065
dependencies:
11066-
"@typescript-eslint/eslint-plugin" "8.38.0"
11067-
"@typescript-eslint/parser" "8.38.0"
11068-
"@typescript-eslint/typescript-estree" "8.38.0"
11069-
"@typescript-eslint/utils" "8.38.0"
11066+
"@typescript-eslint/eslint-plugin" "8.39.0"
11067+
"@typescript-eslint/parser" "8.39.0"
11068+
"@typescript-eslint/typescript-estree" "8.39.0"
11069+
"@typescript-eslint/utils" "8.39.0"
1107011070

11071-
typescript@5.8.3:
11072-
version "5.8.3"
11073-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
11074-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
11071+
typescript@5.9.2:
11072+
version "5.9.2"
11073+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
11074+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
1107511075

1107611076
"typescript@>=3 < 6":
1107711077
version "5.7.3"

0 commit comments

Comments
 (0)