Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @graphql-tools/merge to v8.3.14 #7076

Merged
merged 2 commits into from
Dec 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@envelop/filter-operation-type": "3.6.0",
"@envelop/parser-cache": "4.7.0",
"@envelop/validation-cache": "4.7.0",
"@graphql-tools/merge": "8.3.12",
"@graphql-tools/merge": "8.3.14",
"@graphql-tools/schema": "8.5.1",
"@graphql-tools/utils": "8.13.1",
"@graphql-yoga/common": "2.12.12",
Expand Down
25 changes: 18 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3477,15 +3477,15 @@ __metadata:
languageName: node
linkType: hard

"@graphql-tools/merge@npm:8.3.12, @graphql-tools/merge@npm:^8.2.6":
version: 8.3.12
resolution: "@graphql-tools/merge@npm:8.3.12"
"@graphql-tools/merge@npm:8.3.14, @graphql-tools/merge@npm:^8.2.6":
version: 8.3.14
resolution: "@graphql-tools/merge@npm:8.3.14"
dependencies:
"@graphql-tools/utils": 9.1.1
"@graphql-tools/utils": 9.1.3
tslib: ^2.4.0
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 044432bbf5b921e8a7ac33c2ac726135d41001b11776112bc36be67c7bc84ad1fd09de032af0b0513159785fd5549b9b169c2192e70b614bc482ada6446615c5
checksum: b41af0503f06e745e4b36abcf74df8631d623b7e2a236f6029ddc97ad32f09ad1c3446e5b46c50e78d95b5c5c975c3e75aed2174a658c41dcb8d4889829dc66f
languageName: node
linkType: hard

Expand Down Expand Up @@ -3651,7 +3651,7 @@ __metadata:
languageName: node
linkType: hard

"@graphql-tools/utils@npm:9.1.1, @graphql-tools/utils@npm:^9.1.1":
"@graphql-tools/utils@npm:9.1.1":
version: 9.1.1
resolution: "@graphql-tools/utils@npm:9.1.1"
dependencies:
Expand All @@ -3662,6 +3662,17 @@ __metadata:
languageName: node
linkType: hard

"@graphql-tools/utils@npm:9.1.3, @graphql-tools/utils@npm:^9.1.1":
version: 9.1.3
resolution: "@graphql-tools/utils@npm:9.1.3"
dependencies:
tslib: ^2.4.0
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: a13c92b272c7f508060f479837f16912ae751a09d1054210ef2017d7442f3b54599c68f1b9faea3a5de31a3068736f96b9796fbfb8dec3875de30ce7260a31c8
languageName: node
linkType: hard

"@graphql-tools/wrap@npm:8.5.1":
version: 8.5.1
resolution: "@graphql-tools/wrap@npm:8.5.1"
Expand Down Expand Up @@ -7271,7 +7282,7 @@ __metadata:
"@envelop/testing": 4.6.0
"@envelop/types": 2.4.0
"@envelop/validation-cache": 4.7.0
"@graphql-tools/merge": 8.3.12
"@graphql-tools/merge": 8.3.14
"@graphql-tools/schema": 8.5.1
"@graphql-tools/utils": 8.13.1
"@graphql-yoga/common": 2.12.12
Expand Down