Skip to content

Commit 96d6c5b

Browse files
chore(deps): bump ts-morph from 27.0.0 to 27.0.2 (#6118)
Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 27.0.0 to 27.0.2. - [Release notes](https://github.com/dsherret/ts-morph/releases) - [Commits](dsherret/ts-morph@27.0.0...27.0.2) --- updated-dependencies: - dependency-name: ts-morph dependency-version: 27.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2977d6b commit 96d6c5b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/fs-extra": "^11.0.4",
4848
"fast-xml-parser": "^5.3.0",
4949
"fs-extra": "^11.3.2",
50-
"ts-morph": "^27.0.0",
50+
"ts-morph": "^27.0.2",
5151
"typescript": "~5.9.3",
5252
"voca": "^1.4.1",
5353
"winston": "^3.18.2"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,10 +1722,10 @@
17221722
"@ts-graphviz/ast" "^2.0.7"
17231723
"@ts-graphviz/common" "^2.1.5"
17241724

1725-
"@ts-morph/common@~0.28.0":
1726-
version "0.28.0"
1727-
resolved "https://registry.npmjs.org/@ts-morph/common/-/common-0.28.0.tgz#884caaa5c6d93ec5cfeee0920d73cd1ee63ba5df"
1728-
integrity sha512-4w6X/oFmvXcwux6y6ExfM/xSqMHw20cYwFJH+BlYrtGa6nwY9qGq8GXnUs1sVYeF2o/KT3S8hAH6sKBI3VOkBg==
1725+
"@ts-morph/common@~0.28.1":
1726+
version "0.28.1"
1727+
resolved "https://registry.npmjs.org/@ts-morph/common/-/common-0.28.1.tgz#10ec52182d5c310832b669af7784a34fc3da3ca1"
1728+
integrity sha512-W74iWf7ILp1ZKNYXY5qbddNaml7e9Sedv5lvU1V8lftlitkc9Pq1A+jlH23ltDgWYeZFFEqGCD1Ies9hqu3O+g==
17291729
dependencies:
17301730
minimatch "^10.0.1"
17311731
path-browserify "^1.0.1"
@@ -8999,12 +8999,12 @@ ts-jest@^29.4.4:
89998999
type-fest "^4.41.0"
90009000
yargs-parser "^21.1.1"
90019001

9002-
ts-morph@^27.0.0:
9003-
version "27.0.0"
9004-
resolved "https://registry.npmjs.org/ts-morph/-/ts-morph-27.0.0.tgz#42e132b27187269dc4e0a725c1063bf9f553490d"
9005-
integrity sha512-xcqelpTR5PCuZMs54qp9DE3t7tPgA2v/P1/qdW4ke5b3Y5liTGTYj6a/twT35EQW/H5okRqp1UOqwNlgg0K0eQ==
9002+
ts-morph@^27.0.2:
9003+
version "27.0.2"
9004+
resolved "https://registry.npmjs.org/ts-morph/-/ts-morph-27.0.2.tgz#7b2fcce6822eeca3942fa6c601f159d5920b1422"
9005+
integrity sha512-fhUhgeljcrdZ+9DZND1De1029PrE+cMkIP7ooqkLRTrRLTqcki2AstsyJm0vRNbTbVCNJ0idGlbBrfqc7/nA8w==
90069006
dependencies:
9007-
"@ts-morph/common" "~0.28.0"
9007+
"@ts-morph/common" "~0.28.1"
90089008
code-block-writer "^13.0.3"
90099009

90109010
ts-node@^10.9.2:

0 commit comments

Comments
 (0)