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 openid-client to v5.7.0 #8502

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions opencti-platform/opencti-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"node-fetch": "3.3.2",
"nodemailer": "6.9.15",
"openai": "4.67.3",
"openid-client": "5.6.5",
"openid-client": "5.7.0",
"opentelemetry-node-metrics": "3.0.0",
"otplib": "12.0.1",
"passport": "0.7.0",
Expand Down Expand Up @@ -218,7 +218,7 @@
"node-calls-python": "patch:[email protected]#./patch/node-calls-python-1.9.1.patch",
"domino": "patch:[email protected]#./patch/domino-2.1.6.patch",
"graphql": "patch:[email protected]#./patch/graphql-16.8.1.patch",
"openid-client": "patch:openid-client@5.6.5#./patch/openid-client-5.6.5.patch"
"openid-client": "patch:openid-client@5.7.0#./patch/openid-client-5.6.5.patch"
},
"packageManager": "[email protected]"
}
22 changes: 11 additions & 11 deletions opencti-platform/opencti-graphql/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10883,7 +10883,7 @@ __metadata:
node-fetch: "npm:3.3.2"
nodemailer: "npm:6.9.15"
openai: "npm:4.67.3"
openid-client: "npm:5.6.5"
openid-client: "npm:5.7.0"
opentelemetry-node-metrics: "npm:3.0.0"
otplib: "npm:12.0.1"
passport: "npm:0.7.0"
Expand Down Expand Up @@ -10919,27 +10919,27 @@ __metadata:
languageName: unknown
linkType: soft

"openid-client@npm:5.6.5":
version: 5.6.5
resolution: "openid-client@npm:5.6.5"
"openid-client@npm:5.7.0":
version: 5.7.0
resolution: "openid-client@npm:5.7.0"
dependencies:
jose: "npm:^4.15.5"
jose: "npm:^4.15.9"
lru-cache: "npm:^6.0.0"
object-hash: "npm:^2.2.0"
oidc-token-hash: "npm:^5.0.3"
checksum: 10/e843f39b3eac07d9a415d8524745d722df0298708e58ac4e13b2642a34b2211591d2c9a58d6f4e29826b678856965454bcfa5148a030c7eef53178ceff48d8ee
checksum: 10/d30e70082e8ae5222b29977cd944c3aa6ebaa159bf294348b6ae5cbcc8c5db9e731f21815ce41a6ebe2ebf4c6a697e26cad0ea0fc22d59ee922d3f7d3cd4aa43
languageName: node
linkType: hard

"openid-client@patch:openid-client@5.6.5#./patch/openid-client-5.6.5.patch::locator=opencti-graphql%40workspace%3A.":
version: 5.6.5
resolution: "openid-client@patch:openid-client@npm%3A5.6.5#./patch/openid-client-5.6.5.patch::version=5.6.5&hash=dbea69&locator=opencti-graphql%40workspace%3A."
"openid-client@patch:openid-client@5.7.0#./patch/openid-client-5.6.5.patch::locator=opencti-graphql%40workspace%3A.":
version: 5.7.0
resolution: "openid-client@patch:openid-client@npm%3A5.7.0#./patch/openid-client-5.6.5.patch::version=5.7.0&hash=dbea69&locator=opencti-graphql%40workspace%3A."
dependencies:
jose: "npm:^4.15.5"
jose: "npm:^4.15.9"
lru-cache: "npm:^6.0.0"
object-hash: "npm:^2.2.0"
oidc-token-hash: "npm:^5.0.3"
checksum: 10/98525fc6c788d1f15c0686976fe95e421f1ad7fe0ced244f3f0ea9d3ffa4742fdc5e590e479d5ce9fb153350bc075baec4aa3946a3e07155ac17d6211b9d6770
checksum: 10/4b01d66a0e56fca44ed820c54f95258afd3457202edab47fa749574708e7e9d135ae2231cb2de3ade6d953652626bee6dd1b1b44cb004adf155b8faa917d8670
languageName: node
linkType: hard

Expand Down