Skip to content

Commit 342ec1f

Browse files
committed
fix(deps): update dependency @graphql-tools/utils to v8.6.1
1 parent d77a229 commit 342ec1f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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",
2424
"chokidar": "3.5.2",
2525
"fast-glob": "3.2.11",

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -610,10 +610,10 @@
610610
tslib "~2.3.0"
611611
value-or-promise "1.0.11"
612612

613-
"@graphql-tools/utils@8.5.5":
614-
version "8.5.5"
615-
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.5.5.tgz#019ddb99719feb19602afdb537c06e463df674a9"
616-
integrity sha512-y7zRXWIUI73X+9/rf/0KzrNFMlpRKFfzLiwdbIeWwgLs+NV9vfUOoVkX8luXX6LwQxhSypHATMiwZGM2ro/wJA==
613+
"@graphql-tools/utils@8.6.1":
614+
version "8.6.1"
615+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.1.tgz#52c7eb108f2ca2fd01bdba8eef85077ead1bf882"
616+
integrity sha512-uxcfHCocp4ENoIiovPxUWZEHOnbXqj3ekWc0rm7fUhW93a1xheARNHcNKhwMTR+UKXVJbTFQdGI1Rl5XdyvDBg==
617617
dependencies:
618618
tslib "~2.3.0"
619619

0 commit comments

Comments
 (0)