From b5ae2155d204955e90ae75dedaf88373347a7a11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 22:49:56 +0000 Subject: [PATCH] Bump ts-morph from 18.0.0 to 20.0.0 Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 18.0.0 to 20.0.0. - [Release notes](https://github.com/dsherret/ts-morph/releases) - [Commits](https://github.com/dsherret/ts-morph/compare/18.0.0...20.0.0) --- updated-dependencies: - dependency-name: ts-morph dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 49851f3e2..64aeb1860 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "js-yaml": "^4.1.0", "qs": "^6.10.1", "randomstring": "^1.2.1", - "ts-morph": "18.0.0", + "ts-morph": "20.0.0", "typescript": "^4.9.5", "validator": "^13.6.0" }, diff --git a/yarn.lock b/yarn.lock index ed6a5bf9b..3c62a4375 100644 --- a/yarn.lock +++ b/yarn.lock @@ -900,10 +900,10 @@ resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== -"@ts-morph/common@~0.19.0": - version "0.19.0" - resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.19.0.tgz#927fcd81d1bbc09c89c4a310a84577fb55f3694e" - integrity sha512-Unz/WHmd4pGax91rdIKWi51wnVUW11QttMEPpBiBgIewnc9UQIX7UDLxr5vRlqeByXCwhkF6VabSsI0raWcyAQ== +"@ts-morph/common@~0.21.0": + version "0.21.0" + resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.21.0.tgz#30272bde654127326d8b73643b9a8de280135fb4" + integrity sha512-ES110Mmne5Vi4ypUKrtVQfXFDtCsDXiUiGxF6ILVlE90dDD4fdpC1LSjydl/ml7xJWKSDZwUYD2zkOePMSrPBA== dependencies: fast-glob "^3.2.12" minimatch "^7.4.3" @@ -5777,12 +5777,12 @@ ts-jest@^26.5.6: semver "7.x" yargs-parser "20.x" -ts-morph@18.0.0: - version "18.0.0" - resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-18.0.0.tgz#b9e7a898ea115064585a8a775d86da6edc9c5b4e" - integrity sha512-Kg5u0mk19PIIe4islUI/HWRvm9bC1lHejK4S0oh1zaZ77TMZAEmQC0sHQYiu2RgCQFZKXz1fMVi/7nOOeirznA== +ts-morph@20.0.0: + version "20.0.0" + resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-20.0.0.tgz#c46b4c231dfc93347091901f1f9a3e13413230fd" + integrity sha512-JVmEJy2Wow5n/84I3igthL9sudQ8qzjh/6i4tmYCm6IqYyKFlNbJZi7oBdjyqcWSWYRu3CtL0xbT6fS03ESZIg== dependencies: - "@ts-morph/common" "~0.19.0" + "@ts-morph/common" "~0.21.0" code-block-writer "^12.0.0" tslib@^1.14.1, tslib@^1.8.1: