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/utils to v10.5.3 #11267

Merged
merged 1 commit into from
Aug 15, 2024
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 @@ -31,7 +31,7 @@
"@escape.tech/graphql-armor": "3.0.1",
"@graphql-tools/merge": "9.0.5",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/utils": "10.5.2",
"@graphql-tools/utils": "10.5.3",
"@graphql-yoga/plugin-persisted-operations": "3.6.3",
"@opentelemetry/api": "1.8.0",
"@redwoodjs/api": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@envelop/live-query": "7.0.0",
"@graphql-tools/schema": "10.0.5",
"@graphql-tools/utils": "10.5.2",
"@graphql-tools/utils": "10.5.3",
"@graphql-yoga/plugin-defer-stream": "3.6.3",
"@graphql-yoga/plugin-graphql-sse": "3.6.3",
"@graphql-yoga/redis-event-target": "3.0.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4605,17 +4605,17 @@ __metadata:
languageName: node
linkType: hard

"@graphql-tools/utils@npm:10.5.2, @graphql-tools/utils@npm:^10.0.0, @graphql-tools/utils@npm:^10.2.3, @graphql-tools/utils@npm:^10.3.2, @graphql-tools/utils@npm:^10.4.0":
version: 10.5.2
resolution: "@graphql-tools/utils@npm:10.5.2"
"@graphql-tools/utils@npm:10.5.3, @graphql-tools/utils@npm:^10.0.0, @graphql-tools/utils@npm:^10.2.3, @graphql-tools/utils@npm:^10.3.2, @graphql-tools/utils@npm:^10.4.0":
version: 10.5.3
resolution: "@graphql-tools/utils@npm:10.5.3"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
cross-inspect: "npm:1.0.1"
dset: "npm:^3.1.2"
tslib: "npm:^2.4.0"
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 10c0/4db90d543790ad31b4d9f7b59fd704f6185dc1a9ac71d62f158e6ab3cdf48749d45f590cac1453e76d667f154c9236e8b6eb6c318e9e0316206278cc14059e96
checksum: 10c0/2129447411ff4086f4c1436d24493e3f08de63cab27847b50ff96c3a0cd21ef1e27ca605fd5520ba158f67c39bd6e0818266d062bf8799d795ee5201bf1a9100
languageName: node
linkType: hard

Expand Down Expand Up @@ -8160,7 +8160,7 @@ __metadata:
"@escape.tech/graphql-armor": "npm:3.0.1"
"@graphql-tools/merge": "npm:9.0.5"
"@graphql-tools/schema": "npm:10.0.5"
"@graphql-tools/utils": "npm:10.5.2"
"@graphql-tools/utils": "npm:10.5.3"
"@graphql-yoga/plugin-persisted-operations": "npm:3.6.3"
"@opentelemetry/api": "npm:1.8.0"
"@redwoodjs/api": "workspace:*"
Expand Down Expand Up @@ -8404,7 +8404,7 @@ __metadata:
"@envelop/testing": "npm:7.0.0"
"@envelop/types": "npm:5.0.0"
"@graphql-tools/schema": "npm:10.0.5"
"@graphql-tools/utils": "npm:10.5.2"
"@graphql-tools/utils": "npm:10.5.3"
"@graphql-yoga/plugin-defer-stream": "npm:3.6.3"
"@graphql-yoga/plugin-graphql-sse": "npm:3.6.3"
"@graphql-yoga/redis-event-target": "npm:3.0.1"
Expand Down
Loading