Skip to content

Commit 6271ca6

Browse files
committed
chore(deps): upgrade ts-morph from 12.0.0 to 13.0.2
1 parent 5dc535f commit 6271ca6

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"prettier": "^2.4.1",
7171
"query-registry": "^2.0.0",
7272
"tar-stream": "^2.2.0",
73-
"ts-morph": "^12.0.0"
73+
"ts-morph": "^13.0.2"
7474
},
7575
"devDependencies": {
7676
"@commitlint/cli": "15.0.0",

yarn.lock

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1970,10 +1970,10 @@
19701970
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
19711971
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
19721972

1973-
"@ts-morph/common@~0.11.1":
1974-
version "0.11.1"
1975-
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.11.1.tgz#281af2a0642b19354d8aa07a0d50dfdb4aa8164e"
1976-
integrity sha512-7hWZS0NRpEsNV8vWJzg7FEz6V8MaLNeJOmwmghqUXTpzk16V1LLZhdo+4QvE/+zv4cVci0OviuJFnqhEfoV3+g==
1973+
"@ts-morph/common@~0.12.2":
1974+
version "0.12.2"
1975+
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.12.2.tgz#61d07a47d622d231e833c44471ab306faaa41aed"
1976+
integrity sha512-m5KjptpIf1K0t0QL38uE+ol1n+aNn9MgRq++G3Zym1FlqfN+rThsXlp3cAgib14pIeXF7jk3UtJQOviwawFyYg==
19771977
dependencies:
19781978
fast-glob "^3.2.7"
19791979
minimatch "^3.0.4"
@@ -3683,10 +3683,12 @@ co@^4.6.0:
36833683
resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
36843684
integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=
36853685

3686-
code-block-writer@^10.1.1:
3687-
version "10.1.1"
3688-
resolved "https://registry.yarnpkg.com/code-block-writer/-/code-block-writer-10.1.1.tgz#ad5684ed4bfb2b0783c8b131281ae84ee640a42f"
3689-
integrity sha512-67ueh2IRGst/51p0n6FvPrnRjAGHY5F8xdjkgrYE7DDzpJe6qA07RYQ9VcoUeo5ATOjSOiWpSL3SWBRRbempMw==
3686+
code-block-writer@^11.0.0:
3687+
version "11.0.0"
3688+
resolved "https://registry.yarnpkg.com/code-block-writer/-/code-block-writer-11.0.0.tgz#5956fb186617f6740e2c3257757fea79315dd7d4"
3689+
integrity sha512-GEqWvEWWsOvER+g9keO4ohFoD3ymwyCnqY3hoTr7GZipYFwEhMHJw+TtV0rfgRhNImM6QWZGO2XYjlJVyYT62w==
3690+
dependencies:
3691+
tslib "2.3.1"
36903692

36913693
code-point-at@^1.0.0:
36923694
version "1.1.0"
@@ -11015,13 +11017,13 @@ ts-jest@27.0.7, ts-jest@^27.0.7:
1101511017
semver "7.x"
1101611018
yargs-parser "20.x"
1101711019

11018-
ts-morph@^12.0.0:
11019-
version "12.2.0"
11020-
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-12.2.0.tgz#3332319cecd44aff0b7b410f1fe39637499b1a1b"
11021-
integrity sha512-WHXLtFDcIRwoqaiu0elAoZ/AmI+SwwDafnPKjgJmdwJ2gRVO0jMKBt88rV2liT/c6MTsXyuWbGFiHe9MRddWJw==
11020+
ts-morph@^13.0.2:
11021+
version "13.0.2"
11022+
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-13.0.2.tgz#55546023493ef82389d9e4f28848a556c784bac4"
11023+
integrity sha512-SjeeHaRf/mFsNeR3KTJnx39JyEOzT4e+DX28gQx5zjzEOuFs2eGrqeN2PLKs/+AibSxPmzV7RD8nJVKmFJqtLA==
1102211024
dependencies:
11023-
"@ts-morph/common" "~0.11.1"
11024-
code-block-writer "^10.1.1"
11025+
"@ts-morph/common" "~0.12.2"
11026+
code-block-writer "^11.0.0"
1102511027

1102611028
ts-node@10.4.0:
1102711029
version "10.4.0"

0 commit comments

Comments
 (0)