Skip to content

Commit 99c617b

Browse files
Merge branch 'master' of https://github.com/nestjs/graphql
2 parents 2774933 + 223f6f1 commit 99c617b

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

packages/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"apollo-server-fastify": "3.6.2"
3737
},
3838
"dependencies": {
39-
"@graphql-tools/utils": "8.5.5",
39+
"@graphql-tools/utils": "8.6.1",
4040
"lodash.omit": "4.5.0"
4141
},
4242
"peerDependencies": {

packages/graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"dependencies": {
2020
"@graphql-tools/merge": "8.2.1",
2121
"@graphql-tools/schema": "8.3.1",
22-
"@graphql-tools/utils": "8.5.5",
22+
"@graphql-tools/utils": "8.6.1",
2323
"@nestjs/mapped-types": "1.0.1",
24-
"chokidar": "3.5.2",
24+
"chokidar": "3.5.3",
2525
"fast-glob": "3.2.11",
2626
"graphql-tag": "2.12.6",
2727
"graphql-ws": "5.5.5",

packages/mercurius/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"mercurius-integration-testing": "3.2.0"
3333
},
3434
"dependencies": {
35-
"@graphql-tools/utils": "8.5.5"
35+
"@graphql-tools/utils": "8.6.1"
3636
},
3737
"peerDependencies": {
3838
"@nestjs/common": "^8.2.3",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -794,10 +794,10 @@
794794
tslib "~2.3.0"
795795
value-or-promise "1.0.11"
796796

797-
"@graphql-tools/utils@8.5.5":
798-
version "8.5.5"
799-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.5.5.tgz#019ddb99719feb19602afdb537c06e463df674a9"
800-
integrity sha512-y7zRXWIUI73X+9/rf/0KzrNFMlpRKFfzLiwdbIeWwgLs+NV9vfUOoVkX8luXX6LwQxhSypHATMiwZGM2ro/wJA==
797+
"@graphql-tools/utils@8.6.1":
798+
version "8.6.1"
799+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.1.tgz#52c7eb108f2ca2fd01bdba8eef85077ead1bf882"
800+
integrity sha512-uxcfHCocp4ENoIiovPxUWZEHOnbXqj3ekWc0rm7fUhW93a1xheARNHcNKhwMTR+UKXVJbTFQdGI1Rl5XdyvDBg==
801801
dependencies:
802802
tslib "~2.3.0"
803803

@@ -3501,10 +3501,10 @@ chardet@^0.7.0:
35013501
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
35023502
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
35033503

3504-
3505-
version "3.5.2"
3506-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
3507-
integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==
3504+
3505+
version "3.5.3"
3506+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd"
3507+
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
35083508
dependencies:
35093509
anymatch "~3.1.2"
35103510
braces "~3.0.2"

0 commit comments

Comments
 (0)