Skip to content

Commit 223f6f1

Browse files
Merge pull request #1972 from nestjs/renovate/graphql-tools-monorepo
fix(deps): update dependency @graphql-tools/utils to v8.6.1
2 parents f38cd0d + 342ec1f commit 223f6f1

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.3",
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
@@ -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

0 commit comments

Comments
 (0)