Skip to content

Commit

Permalink
Merge pull request #2514 from nestjs/renovate/ts-morph-17.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency ts-morph to v17
  • Loading branch information
kamilmysliwiec committed Dec 7, 2022
2 parents b138f4b + 732ce22 commit de7d62f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -50,7 +50,7 @@
"class-validator": "*",
"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": {
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2741,12 +2741,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"
Expand Down Expand Up @@ -5620,7 +5620,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==
Expand Down Expand Up @@ -11251,12 +11251,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:
Expand Down

0 comments on commit de7d62f

Please sign in to comment.