Skip to content

Commit 8f42b0e

Browse files
chore(deps): update dependency ts-morph to v27
1 parent 20ea9db commit 8f42b0e

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
lines changed

packages/graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@nestjs/testing": "11.1.8",
4040
"graphql": "16.11.0",
4141
"reflect-metadata": "0.2.2",
42-
"ts-morph": "25.0.1"
42+
"ts-morph": "27.0.2"
4343
},
4444
"peerDependencies": {
4545
"@apollo/subgraph": "^2.9.3",
@@ -49,7 +49,7 @@
4949
"class-validator": "*",
5050
"graphql": "^16.11.0",
5151
"reflect-metadata": "^0.1.13 || ^0.2.0",
52-
"ts-morph": "^20.0.0 || ^21.0.0 || ^24.0.0 || ^25.0.0"
52+
"ts-morph": "^20.0.0 || ^21.0.0 || ^24.0.0 || ^25.0.0 || ^27.0.0"
5353
},
5454
"peerDependenciesMeta": {
5555
"@apollo/subgraph": {

yarn.lock

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2747,14 +2747,14 @@
27472747
resolved "https://registry.yarnpkg.com/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz#db4ecfd499a9765ab24002c3b696d02e6d32a12c"
27482748
integrity sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==
27492749

2750-
"@ts-morph/common@~0.26.0":
2751-
version "0.26.0"
2752-
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.26.0.tgz#21c0b42c08adc9ac8d42b6969dd9f6ebc7c9de84"
2753-
integrity sha512-/RmKAtctStXqM5nECMQ46duT74Hoig/DBzhWXGHcodlDNrgRbsbwwHqSKFNbca6z9Xt/CUWMeXOsC9QEN1+rqw==
2750+
"@ts-morph/common@~0.28.1":
2751+
version "0.28.1"
2752+
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.28.1.tgz#10ec52182d5c310832b669af7784a34fc3da3ca1"
2753+
integrity sha512-W74iWf7ILp1ZKNYXY5qbddNaml7e9Sedv5lvU1V8lftlitkc9Pq1A+jlH23ltDgWYeZFFEqGCD1Ies9hqu3O+g==
27542754
dependencies:
2755-
fast-glob "^3.3.2"
2756-
minimatch "^9.0.4"
2755+
minimatch "^10.0.1"
27572756
path-browserify "^1.0.1"
2757+
tinyglobby "^0.2.14"
27582758

27592759
"@tsconfig/node10@^1.0.7":
27602760
version "1.0.11"
@@ -8474,6 +8474,13 @@ minimatch@^10.0.0:
84748474
dependencies:
84758475
brace-expansion "^2.0.1"
84768476

8477+
minimatch@^10.0.1:
8478+
version "10.1.1"
8479+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz#e6e61b9b0c1dcab116b5a7d1458e8b6ae9e73a55"
8480+
integrity sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==
8481+
dependencies:
8482+
"@isaacs/brace-expansion" "^5.0.0"
8483+
84778484
minimatch@^10.0.3:
84788485
version "10.0.3"
84798486
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
@@ -11124,7 +11131,7 @@ [email protected]:
1112411131
fdir "^6.4.3"
1112511132
picomatch "^4.0.2"
1112611133

11127-
[email protected], tinyglobby@^0.2.12:
11134+
[email protected], tinyglobby@^0.2.12, tinyglobby@^0.2.14:
1112811135
version "0.2.15"
1112911136
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
1113011137
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
@@ -11228,12 +11235,12 @@ [email protected]:
1122811235
type-fest "^4.41.0"
1122911236
yargs-parser "^21.1.1"
1123011237

11231-
ts-morph@25.0.1:
11232-
version "25.0.1"
11233-
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-25.0.1.tgz#7de0b60fcc6e86955c8766831bcd2c5d87ffbd4f"
11234-
integrity sha512-QJEiTdnz1YjrB3JFhd626gX4rKHDLSjSVMvGGG4v7ONc3RBwa0Eei98G9AT9uNFDMtV54JyuXsFeC+OH0n6bXQ==
11238+
ts-morph@27.0.2:
11239+
version "27.0.2"
11240+
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-27.0.2.tgz#7b2fcce6822eeca3942fa6c601f159d5920b1422"
11241+
integrity sha512-fhUhgeljcrdZ+9DZND1De1029PrE+cMkIP7ooqkLRTrRLTqcki2AstsyJm0vRNbTbVCNJ0idGlbBrfqc7/nA8w==
1123511242
dependencies:
11236-
"@ts-morph/common" "~0.26.0"
11243+
"@ts-morph/common" "~0.28.1"
1123711244
code-block-writer "^13.0.3"
1123811245

1123911246

0 commit comments

Comments
 (0)