From 732ce22e525f3e1239a1bc96fd2b0e317645e6ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 02:48:55 +0000 Subject: [PATCH] chore(deps): update dependency ts-morph to v17 --- packages/graphql/package.json | 4 ++-- yarn.lock | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 8dc9baa56..538934dc3 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -40,7 +40,7 @@ "@nestjs/testing": "8.4.7", "graphql": "15.8.0", "reflect-metadata": "0.1.13", - "ts-morph": "16.0.0" + "ts-morph": "17.0.1" }, "peerDependencies": { "@apollo/subgraph": "^0.1.5 || ^0.3.0 || ^0.4.0 || ^2.0.0", @@ -48,7 +48,7 @@ "@nestjs/core": "^8.2.3 || ^9.0.0", "graphql": "^15.8.0 || ^16.0.0", "reflect-metadata": "^0.1.13", - "ts-morph": "^13.0.2 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "ts-morph": "^13.0.2 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" }, "peerDependenciesMeta": { "@apollo/subgraph": { diff --git a/yarn.lock b/yarn.lock index e20488ebb..773599725 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2720,12 +2720,12 @@ resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf" integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A== -"@ts-morph/common@~0.17.0": - version "0.17.0" - resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.17.0.tgz#de0d405df10857907469fef8d9363893b4163fd1" - integrity sha512-RMSSvSfs9kb0VzkvQ2NWobwnj7TxCA9vI/IjR9bDHqgAyVbu2T0DN4wiKVqomyDWqO7dPr/tErSfq7urQ1Q37g== +"@ts-morph/common@~0.18.0": + version "0.18.0" + resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.18.0.tgz#8102c18ce9112548203c4d154a282a9100dcde53" + integrity sha512-UvWF+oQdMa4qMWhXTOd2JWtAbAJGgkPMNzGHgEcfOwQRIcViKdwsSqXXjSaQCZ4fo+bZMhdfuwQCjlW5bNcqEQ== dependencies: - fast-glob "^3.2.11" + fast-glob "^3.2.12" minimatch "^5.1.0" mkdirp "^1.0.4" path-browserify "^1.0.1" @@ -5540,7 +5540,7 @@ fast-diff@^1.1.2: resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03" integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== -fast-glob@3.2.12: +fast-glob@3.2.12, fast-glob@^3.2.12: version "3.2.12" resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80" integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w== @@ -11060,12 +11060,12 @@ ts-jest@29.0.3: semver "7.x" yargs-parser "^21.0.1" -ts-morph@16.0.0: - version "16.0.0" - resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-16.0.0.tgz#35caca7c286dd70e09e5f72af47536bf3b6a27af" - integrity sha512-jGNF0GVpFj0orFw55LTsQxVYEUOCWBAbR5Ls7fTYE5pQsbW18ssTb/6UXx/GYAEjS+DQTp8VoTw0vqYMiaaQuw== +ts-morph@17.0.1: + version "17.0.1" + resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-17.0.1.tgz#d85df4fcf9a1fcda1b331d52c00655f381c932d1" + integrity sha512-10PkHyXmrtsTvZSL+cqtJLTgFXkU43Gd0JCc0Rw6GchWbqKe0Rwgt1v3ouobTZwQzF1mGhDeAlWYBMGRV7y+3g== dependencies: - "@ts-morph/common" "~0.17.0" + "@ts-morph/common" "~0.18.0" code-block-writer "^11.0.3" ts-node@10.9.1, ts-node@^10.8.1: