Skip to content

Commit 90bcdfd

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency ts-morph to v15.1.0
1 parent 89d22bf commit 90bcdfd

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@nestjs/testing": "8.4.6",
4141
"graphql": "15.8.0",
4242
"reflect-metadata": "0.1.13",
43-
"ts-morph": "15.0.0"
43+
"ts-morph": "15.1.0"
4444
},
4545
"peerDependencies": {
4646
"@apollo/subgraph": "^0.1.5 || ^0.3.0 || ^0.4.0 || ^2.0.0",

yarn.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2374,13 +2374,13 @@
23742374
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
23752375
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
23762376

2377-
"@ts-morph/common@~0.15.0":
2378-
version "0.15.0"
2379-
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.15.0.tgz#aece752746fc0d779d2acfaece95fb2c23327ba5"
2380-
integrity sha512-QefRbadcwfBnd3HWrltpjRJprHgeKfQsnbyGbRF8pEjMqISAljJwq4wfRETxxojsmN4GWuJv3PWG+W7kBIHMMw==
2377+
"@ts-morph/common@~0.16.0":
2378+
version "0.16.0"
2379+
resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.16.0.tgz#57e27d4b3fd65a4cd72cb36679ed08acb40fa3ba"
2380+
integrity sha512-SgJpzkTgZKLKqQniCjLaE3c2L2sdL7UShvmTmPBejAKd2OKV/yfMpQ2IWpAuA+VY5wy7PkSUaEObIqEK6afFuw==
23812381
dependencies:
23822382
fast-glob "^3.2.11"
2383-
minimatch "^5.0.1"
2383+
minimatch "^5.1.0"
23842384
mkdirp "^1.0.4"
23852385
path-browserify "^1.0.1"
23862386

@@ -7839,6 +7839,13 @@ minimatch@^5.0.1:
78397839
dependencies:
78407840
brace-expansion "^2.0.1"
78417841

7842+
minimatch@^5.1.0:
7843+
version "5.1.0"
7844+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7"
7845+
integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==
7846+
dependencies:
7847+
brace-expansion "^2.0.1"
7848+
78427849
78437850
version "4.1.0"
78447851
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -10337,12 +10344,12 @@ [email protected]:
1033710344
semver "7.x"
1033810345
yargs-parser "^20.x"
1033910346

10340-
ts-morph@15.0.0:
10341-
version "15.0.0"
10342-
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-15.0.0.tgz#927a85d22909b95fa81e399c94fea655d98be514"
10343-
integrity sha512-OZkg0TI1h6FVe8DZXyBo6p7NfCN9EZZkkA736f243KzQ3cypYWtaLc9eyNn/JH/fWYfQ4d6wIA4oM0vElRTGcQ==
10347+
ts-morph@15.1.0:
10348+
version "15.1.0"
10349+
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-15.1.0.tgz#53deea5296d967ff6eba8f15f99d378aa7074a4e"
10350+
integrity sha512-RBsGE2sDzUXFTnv8Ba22QfeuKbgvAGJFuTN7HfmIRUkgT/NaVLfDM/8OFm2NlFkGlWEXdpW5OaFIp1jvqdDuOg==
1034410351
dependencies:
10345-
"@ts-morph/common" "~0.15.0"
10352+
"@ts-morph/common" "~0.16.0"
1034610353
code-block-writer "^11.0.0"
1034710354

1034810355

0 commit comments

Comments
 (0)