Skip to content

Commit 732ce22

Browse files
chore(deps): update dependency ts-morph to v17
1 parent 81c4305 commit 732ce22

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

packages/graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
"@nestjs/testing": "8.4.7",
4141
"graphql": "15.8.0",
4242
"reflect-metadata": "0.1.13",
43-
"ts-morph": "16.0.0"
43+
"ts-morph": "17.0.1"
4444
},
4545
"peerDependencies": {
4646
"@apollo/subgraph": "^0.1.5 || ^0.3.0 || ^0.4.0 || ^2.0.0",
4747
"@nestjs/common": "^8.2.3 || ^9.0.0",
4848
"@nestjs/core": "^8.2.3 || ^9.0.0",
4949
"graphql": "^15.8.0 || ^16.0.0",
5050
"reflect-metadata": "^0.1.13",
51-
"ts-morph": "^13.0.2 || ^14.0.0 || ^15.0.0 || ^16.0.0"
51+
"ts-morph": "^13.0.2 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
5252
},
5353
"peerDependenciesMeta": {
5454
"@apollo/subgraph": {

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2720,12 +2720,12 @@
27202720
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
27212721
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
27222722

2723-
"@ts-morph/common@~0.17.0":
2724-
version "0.17.0"
2725-
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.17.0.tgz#de0d405df10857907469fef8d9363893b4163fd1"
2726-
integrity sha512-RMSSvSfs9kb0VzkvQ2NWobwnj7TxCA9vI/IjR9bDHqgAyVbu2T0DN4wiKVqomyDWqO7dPr/tErSfq7urQ1Q37g==
2723+
"@ts-morph/common@~0.18.0":
2724+
version "0.18.0"
2725+
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.18.0.tgz#8102c18ce9112548203c4d154a282a9100dcde53"
2726+
integrity sha512-UvWF+oQdMa4qMWhXTOd2JWtAbAJGgkPMNzGHgEcfOwQRIcViKdwsSqXXjSaQCZ4fo+bZMhdfuwQCjlW5bNcqEQ==
27272727
dependencies:
2728-
fast-glob "^3.2.11"
2728+
fast-glob "^3.2.12"
27292729
minimatch "^5.1.0"
27302730
mkdirp "^1.0.4"
27312731
path-browserify "^1.0.1"
@@ -5540,7 +5540,7 @@ fast-diff@^1.1.2:
55405540
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
55415541
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
55425542

5543-
5543+
[email protected], fast-glob@^3.2.12:
55445544
version "3.2.12"
55455545
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
55465546
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
@@ -11060,12 +11060,12 @@ [email protected]:
1106011060
semver "7.x"
1106111061
yargs-parser "^21.0.1"
1106211062

11063-
ts-morph@16.0.0:
11064-
version "16.0.0"
11065-
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-16.0.0.tgz#35caca7c286dd70e09e5f72af47536bf3b6a27af"
11066-
integrity sha512-jGNF0GVpFj0orFw55LTsQxVYEUOCWBAbR5Ls7fTYE5pQsbW18ssTb/6UXx/GYAEjS+DQTp8VoTw0vqYMiaaQuw==
11063+
ts-morph@17.0.1:
11064+
version "17.0.1"
11065+
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-17.0.1.tgz#d85df4fcf9a1fcda1b331d52c00655f381c932d1"
11066+
integrity sha512-10PkHyXmrtsTvZSL+cqtJLTgFXkU43Gd0JCc0Rw6GchWbqKe0Rwgt1v3ouobTZwQzF1mGhDeAlWYBMGRV7y+3g==
1106711067
dependencies:
11068-
"@ts-morph/common" "~0.17.0"
11068+
"@ts-morph/common" "~0.18.0"
1106911069
code-block-writer "^11.0.3"
1107011070

1107111071
[email protected], ts-node@^10.8.1:

0 commit comments

Comments
 (0)