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.3.4 #11210

Merged
merged 1 commit into from
Aug 12, 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.4",
"@graphql-tools/schema": "10.0.4",
"@graphql-tools/utils": "10.3.2",
"@graphql-tools/utils": "10.3.4",
"@graphql-yoga/plugin-persisted-operations": "3.6.2",
"@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.4",
"@graphql-tools/utils": "10.3.2",
"@graphql-tools/utils": "10.3.4",
"@graphql-yoga/plugin-defer-stream": "3.6.2",
"@graphql-yoga/plugin-graphql-sse": "3.6.2",
"@graphql-yoga/redis-event-target": "3.0.1",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4631,17 +4631,17 @@ __metadata:
languageName: node
linkType: hard

"@graphql-tools/utils@npm:10.3.2, @graphql-tools/utils@npm:^10.0.0, @graphql-tools/utils@npm:^10.0.13, @graphql-tools/utils@npm:^10.2.1, @graphql-tools/utils@npm:^10.2.3, @graphql-tools/utils@npm:^10.3.2":
version: 10.3.2
resolution: "@graphql-tools/utils@npm:10.3.2"
"@graphql-tools/utils@npm:10.3.4, @graphql-tools/utils@npm:^10.0.0, @graphql-tools/utils@npm:^10.0.13, @graphql-tools/utils@npm:^10.2.1, @graphql-tools/utils@npm:^10.2.3, @graphql-tools/utils@npm:^10.3.2":
version: 10.3.4
resolution: "@graphql-tools/utils@npm:10.3.4"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
cross-inspect: "npm:1.0.0"
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/b154aa0cfac7fa56a5ffe09d4c56dd4651f50a8139d4010bebca48b62ffdce3a07727010a2d0c1a2263bdf35a6a937f402db0dcc5a8f06b7009b34a66d84c012
checksum: 10c0/15e50dbe40fdabfb132708f2a4f8213c280c1a39df9c13bde5d1d34f90c7e9d8964f646af2ce533603bed25190d60d925b40657441d991f4206b37e701cd8502
languageName: node
linkType: hard

Expand Down Expand Up @@ -8186,7 +8186,7 @@ __metadata:
"@escape.tech/graphql-armor": "npm:3.0.1"
"@graphql-tools/merge": "npm:9.0.4"
"@graphql-tools/schema": "npm:10.0.4"
"@graphql-tools/utils": "npm:10.3.2"
"@graphql-tools/utils": "npm:10.3.4"
"@graphql-yoga/plugin-persisted-operations": "npm:3.6.2"
"@opentelemetry/api": "npm:1.8.0"
"@redwoodjs/api": "workspace:*"
Expand Down Expand Up @@ -8430,7 +8430,7 @@ __metadata:
"@envelop/testing": "npm:7.0.0"
"@envelop/types": "npm:5.0.0"
"@graphql-tools/schema": "npm:10.0.4"
"@graphql-tools/utils": "npm:10.3.2"
"@graphql-tools/utils": "npm:10.3.4"
"@graphql-yoga/plugin-defer-stream": "npm:3.6.2"
"@graphql-yoga/plugin-graphql-sse": "npm:3.6.2"
"@graphql-yoga/redis-event-target": "npm:3.0.1"
Expand Down Expand Up @@ -14630,12 +14630,12 @@ __metadata:
languageName: node
linkType: hard

"cross-inspect@npm:1.0.0":
version: 1.0.0
resolution: "cross-inspect@npm:1.0.0"
"cross-inspect@npm:1.0.1":
version: 1.0.1
resolution: "cross-inspect@npm:1.0.1"
dependencies:
tslib: "npm:^2.4.0"
checksum: 10c0/53530865c357c69a5a0543e2f2c61d3d46c9c316a19169372f5094cfb0a7c7e674f2daf2d5253a6731dfd9a8538aa4a4e13c6b4613b6f72b48bb0c41d2015ff4
checksum: 10c0/2493ee47a801b46ede1c42ca6242b8d2059f7319b5baf23887bbaf46a6ea8e536d2e271d0990176c05092f67b32d084ffd8c93e7c1227eff4a06cceadb49af47
languageName: node
linkType: hard

Expand Down
Loading