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 dependency graphql-scalars to v1.22.5 #6241

Merged
merged 1 commit into from
Mar 2, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion opencti-platform/opencti-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"graphql-import": "1.0.2",
"graphql-redis-subscriptions": "2.6.0",
"graphql-relay": "0.10.0",
"graphql-scalars": "1.22.4",
"graphql-scalars": "1.22.5",
"graphql-subscriptions": "2.0.0",
"graphql-upload": "16.0.2",
"helmet": "7.1.0",
Expand Down
10 changes: 5 additions & 5 deletions opencti-platform/opencti-graphql/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9062,14 +9062,14 @@ __metadata:
languageName: node
linkType: hard

"graphql-scalars@npm:1.22.4":
version: 1.22.4
resolution: "graphql-scalars@npm:1.22.4"
"graphql-scalars@npm:1.22.5":
version: 1.22.5
resolution: "graphql-scalars@npm:1.22.5"
dependencies:
tslib: "npm:^2.5.0"
peerDependencies:
graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
checksum: 10/110c1fa29d7564d9967c974de2df08c99d7ed43af98097e5a5729f952c064b21f66a9f5a68143c50eeac6a4ce14f0999aed2ce8f043d02331d133b0c59a9c1ec
checksum: 10/19e5ad5149f116472d597ca0f19e428c90d7f0d1b6ebb0debb8a639eb983cce35bde833d4f554a00ec0eb51e3b3a1f28c1cbaed45e68cce49633a111bd5ac5ae
languageName: node
linkType: hard

Expand Down Expand Up @@ -11496,7 +11496,7 @@ __metadata:
graphql-import: "npm:1.0.2"
graphql-redis-subscriptions: "npm:2.6.0"
graphql-relay: "npm:0.10.0"
graphql-scalars: "npm:1.22.4"
graphql-scalars: "npm:1.22.5"
graphql-subscriptions: "npm:2.0.0"
graphql-tag: "npm:2.12.6"
graphql-upload: "npm:16.0.2"
Expand Down