Skip to content

Commit ccf2df2

Browse files
committed
fix(deps): update dependency @nestjs/graphql to v6.5.2
1 parent 8880012 commit ccf2df2

9 files changed

Lines changed: 103 additions & 103 deletions

File tree

integration/graphql/package-lock.json

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@nestjs/common": "6.7.2",
1313
"@nestjs/core": "6.7.2",
14-
"@nestjs/graphql": "6.5.1",
14+
"@nestjs/graphql": "6.5.2",
1515
"apollo-server-express": "2.9.4",
1616
"graphql": "14.5.8",
1717
"graphql-tools": "4.0.5",

integration/typegraphql/package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/typegraphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@nestjs/common": "6.7.2",
1313
"@nestjs/core": "6.7.2",
14-
"@nestjs/graphql": "6.5.1",
14+
"@nestjs/graphql": "6.5.2",
1515
"apollo-server-express": "2.9.4",
1616
"class-transformer": "0.2.3",
1717
"class-validator": "0.10.1",

sample/12-graphql-apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@nestjs/common": "6.7.2",
1414
"@nestjs/core": "6.7.2",
15-
"@nestjs/graphql": "6.5.1",
15+
"@nestjs/graphql": "6.5.2",
1616
"@nestjs/platform-express": "6.7.2",
1717
"apollo-server-express": "2.9.4",
1818
"class-transformer": "0.2.3",

sample/22-graphql-prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@nestjs/common": "6.7.2",
1414
"@nestjs/core": "6.7.2",
15-
"@nestjs/graphql": "6.5.1",
15+
"@nestjs/graphql": "6.5.2",
1616
"@nestjs/platform-express": "6.7.2",
1717
"apollo-server-express": "2.9.4",
1818
"graphql": "14.5.8",

sample/22-graphql-prisma/yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,18 @@
6262
optional "0.1.4"
6363
uuid "3.3.3"
6464

65-
"@nestjs/graphql@6.5.1":
66-
version "6.5.1"
67-
resolved "https://registry.yarnpkg.com/@nestjs/graphql/-/graphql-6.5.1.tgz#c595bac4b963b7fdae5fc85e9e9245eb57253a03"
65+
"@nestjs/graphql@6.5.2":
66+
version "6.5.2"
67+
resolved "https://registry.yarnpkg.com/@nestjs/graphql/-/graphql-6.5.2.tgz#321863cf58ad96da761b0ed018d54f68499cea78"
6868
dependencies:
6969
"@types/graphql" "14.2.3"
70-
chokidar "3.0.2"
70+
chokidar "3.1.1"
7171
fast-glob "3.0.4"
7272
graphql-tools "4.0.5"
7373
lodash "4.17.15"
7474
merge-graphql-schemas "1.7.0"
7575
normalize-path "3.0.0"
76-
ts-morph "3.1.3"
76+
ts-morph "4.0.1"
7777
uuid "3.3.3"
7878
optionalDependencies:
7979
type-graphql "^0.17.3"
@@ -374,9 +374,9 @@ anymatch@^2.0.0:
374374
micromatch "^3.1.4"
375375
normalize-path "^2.1.1"
376376

377-
anymatch@^3.0.1:
378-
version "3.0.2"
379-
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.0.2.tgz#ddb3a8495d44875423af7b919aace11e91732a41"
377+
anymatch@^3.1.0:
378+
version "3.1.0"
379+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.0.tgz#e609350e50a9313b472789b2f14ef35808ee14d6"
380380
dependencies:
381381
normalize-path "^3.0.0"
382382
picomatch "^2.0.4"
@@ -835,11 +835,11 @@ chalk@^2.0.1, chalk@^2.3.0, chalk@^2.4.1:
835835
escape-string-regexp "^1.0.5"
836836
supports-color "^5.3.0"
837837

838-
chokidar@3.0.2:
839-
version "3.0.2"
840-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.0.2.tgz#0d1cd6d04eb2df0327446188cd13736a3367d681"
838+
chokidar@3.1.1:
839+
version "3.1.1"
840+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.1.1.tgz#27e953f3950336efcc455fd03e240c7299062003"
841841
dependencies:
842-
anymatch "^3.0.1"
842+
anymatch "^3.1.0"
843843
braces "^3.0.2"
844844
glob-parent "^5.0.0"
845845
is-binary-path "^2.1.0"
@@ -918,9 +918,9 @@ cliui@^4.0.0:
918918
strip-ansi "^4.0.0"
919919
wrap-ansi "^2.0.0"
920920

921-
code-block-writer@9.4.1:
922-
version "9.4.1"
923-
resolved "https://registry.yarnpkg.com/code-block-writer/-/code-block-writer-9.4.1.tgz#1448fca79dfc7a3649000f4c85be6bc770604c4c"
921+
code-block-writer@^10.0.0:
922+
version "10.0.0"
923+
resolved "https://registry.yarnpkg.com/code-block-writer/-/code-block-writer-10.0.0.tgz#d98a94b7ffb3ae9f9c02b531a3f5184ac7c0dbe3"
924924

925925
code-point-at@^1.0.0:
926926
version "1.1.0"
@@ -3410,12 +3410,12 @@ ts-invariant@^0.4.0:
34103410
dependencies:
34113411
tslib "^1.9.3"
34123412

3413-
ts-morph@3.1.3:
3414-
version "3.1.3"
3415-
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-3.1.3.tgz#bbfa1d14481ee23bdd1c030340ccf4a243cfc844"
3413+
ts-morph@4.0.1:
3414+
version "4.0.1"
3415+
resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-4.0.1.tgz#bd67f7ef8aae29b030dffa2425ce10a0553e095c"
34163416
dependencies:
34173417
"@dsherret/to-absolute-glob" "^2.0.2"
3418-
code-block-writer "9.4.1"
3418+
code-block-writer "^10.0.0"
34193419
fs-extra "^8.1.0"
34203420
glob-parent "^5.0.0"
34213421
globby "^10.0.1"

0 commit comments

Comments
 (0)