From f6fa3e1eaf3ae9858bf14179ec444a04d8db34ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 19:58:21 +0000 Subject: [PATCH] chore: update dependency ts-morph to v27 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 20 ++++++++++---------- packages/cli/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 323a80c1a90b..f1d8252ec39e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9853,14 +9853,14 @@ "dev": true }, "node_modules/@ts-morph/common": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.27.0.tgz", - "integrity": "sha512-Wf29UqxWDpc+i61k3oIOzcUfQt79PIT9y/MWfAGlrkjg6lBC1hwDECLXPVJAhWjiGbfBCxZd65F/LIZF3+jeJQ==", + "version": "0.28.1", + "resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.28.1.tgz", + "integrity": "sha512-W74iWf7ILp1ZKNYXY5qbddNaml7e9Sedv5lvU1V8lftlitkc9Pq1A+jlH23ltDgWYeZFFEqGCD1Ies9hqu3O+g==", "license": "MIT", "dependencies": { - "fast-glob": "^3.3.3", "minimatch": "^10.0.1", - "path-browserify": "^1.0.1" + "path-browserify": "^1.0.1", + "tinyglobby": "^0.2.14" } }, "node_modules/@ts-morph/common/node_modules/minimatch": { @@ -36654,12 +36654,12 @@ } }, "node_modules/ts-morph": { - "version": "26.0.0", - "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-26.0.0.tgz", - "integrity": "sha512-ztMO++owQnz8c/gIENcM9XfCEzgoGphTv+nKpYNM1bgsdOVC/jRZuEBf6N+mLLDNg68Kl+GgUZfOySaRiG1/Ug==", + "version": "27.0.2", + "resolved": "https://registry.npmjs.org/ts-morph/-/ts-morph-27.0.2.tgz", + "integrity": "sha512-fhUhgeljcrdZ+9DZND1De1029PrE+cMkIP7ooqkLRTrRLTqcki2AstsyJm0vRNbTbVCNJ0idGlbBrfqc7/nA8w==", "license": "MIT", "dependencies": { - "@ts-morph/common": "~0.27.0", + "@ts-morph/common": "~0.28.1", "code-block-writer": "^13.0.3" } }, @@ -40368,7 +40368,7 @@ "tabtab": "^3.0.2", "terminal-link": "^2.1.1", "tildify": "^2.0.0", - "ts-morph": "^26.0.0", + "ts-morph": "^27.0.2", "typescript": "~5.2.2", "untildify": "^4.0.0", "update-notifier": "^7.3.1", diff --git a/packages/cli/package.json b/packages/cli/package.json index adfed0ab81ac..f222de9465b1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -72,7 +72,7 @@ "tabtab": "^3.0.2", "terminal-link": "^2.1.1", "tildify": "^2.0.0", - "ts-morph": "^26.0.0", + "ts-morph": "^27.0.2", "typescript": "~5.2.2", "untildify": "^4.0.0", "update-notifier": "^7.3.1",