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

Update graphql-tools monorepo #5047

Merged
merged 1 commit into from
Dec 3, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions opencti-platform/opencti-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@elastic/elasticsearch": "8.10.0",
"@elastic/transport": "8.3.4",
"@escape.tech/graphql-armor": "2.3.1",
"@graphql-tools/schema": "10.0.0",
"@graphql-tools/utils": "10.0.7",
"@graphql-tools/schema": "10.0.2",
"@graphql-tools/utils": "10.0.11",
"@jorgeferrero/stream-to-buffer": "2.0.6",
"@opensearch-project/opensearch": "2.4.0",
"@opentelemetry/api": "1.7.0",
Expand Down
50 changes: 43 additions & 7 deletions opencti-platform/opencti-graphql/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2823,6 +2823,18 @@ __metadata:
languageName: node
linkType: hard

"@graphql-tools/merge@npm:^9.0.1":
version: 9.0.1
resolution: "@graphql-tools/merge@npm:9.0.1"
dependencies:
"@graphql-tools/utils": ^10.0.10
tslib: ^2.4.0
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: f078628838f57dcd2988b46ec27ce4786daef6e7fdd07c012acec2fe52139f4a905a101883eb0fa7094d1ace6d1b10e6a8d40c03778496b50e85093b36316e4e
languageName: node
linkType: hard

"@graphql-tools/mock@npm:^8.1.2":
version: 8.7.20
resolution: "@graphql-tools/mock@npm:8.7.20"
Expand Down Expand Up @@ -2889,7 +2901,21 @@ __metadata:
languageName: node
linkType: hard

"@graphql-tools/schema@npm:10.0.0, @graphql-tools/schema@npm:^10.0.0":
"@graphql-tools/schema@npm:10.0.2":
version: 10.0.2
resolution: "@graphql-tools/schema@npm:10.0.2"
dependencies:
"@graphql-tools/merge": ^9.0.1
"@graphql-tools/utils": ^10.0.10
tslib: ^2.4.0
value-or-promise: ^1.0.12
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: fe977b1aee05b0a88cf6bb029f17d828d8707f784e1d42d446984b6ba649d78e16e3295c549ee352c09bbe88ad87c23bbe04b946c096b6815156c5be80d79a3f
languageName: node
linkType: hard

"@graphql-tools/schema@npm:^10.0.0":
version: 10.0.0
resolution: "@graphql-tools/schema@npm:10.0.0"
dependencies:
Expand Down Expand Up @@ -2954,16 +2980,17 @@ __metadata:
languageName: node
linkType: hard

"@graphql-tools/utils@npm:10.0.7":
version: 10.0.7
resolution: "@graphql-tools/utils@npm:10.0.7"
"@graphql-tools/utils@npm:10.0.11, @graphql-tools/utils@npm:^10.0.10":
version: 10.0.11
resolution: "@graphql-tools/utils@npm:10.0.11"
dependencies:
"@graphql-typed-document-node/core": ^3.1.1
cross-inspect: 1.0.0
dset: ^3.1.2
tslib: ^2.4.0
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 9158b53ef6057a2c17605b78eae9dcac0d546f4d214355dd9f505c83a6f459fe6bf24c5e6a849589411d645da68a05200cbbe9129f2eb467afe89274df1032cc
checksum: cb480d0b3f253f85b84415f5b9e2893013a8e8b72501ec04e338c54a26ac234c9723c6c2d697f1316e89589425e5b133fd45eab2504a52b84d1d75dc6a495863
languageName: node
linkType: hard

Expand Down Expand Up @@ -6921,6 +6948,15 @@ __metadata:
languageName: node
linkType: hard

"cross-inspect@npm:1.0.0":
version: 1.0.0
resolution: "cross-inspect@npm:1.0.0"
dependencies:
tslib: ^2.4.0
checksum: 975c81799549627027254eb70f1c349cefb14435d580bea6f351f510c839dcb1a9288983407bac2ad317e6eff29cf1e99299606da21f404562bfa64cec502239
languageName: node
linkType: hard

"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.1, cross-spawn@npm:^7.0.2":
version: 7.0.3
resolution: "cross-spawn@npm:7.0.3"
Expand Down Expand Up @@ -11131,8 +11167,8 @@ __metadata:
"@graphql-codegen/introspection": 4.0.0
"@graphql-codegen/typescript": 4.0.1
"@graphql-codegen/typescript-resolvers": 4.0.1
"@graphql-tools/schema": 10.0.0
"@graphql-tools/utils": 10.0.7
"@graphql-tools/schema": 10.0.2
"@graphql-tools/utils": 10.0.11
"@jorgeferrero/stream-to-buffer": 2.0.6
"@luckycatfactory/esbuild-graphql-loader": 3.8.1
"@opensearch-project/opensearch": 2.4.0
Expand Down