Skip to content

Commit cf13c06

Browse files
joeauyeungemrysalcoderabbitai[bot]
authored
chore: Upgrade boxyhq/saml-jackson to 1.52.2 (calcom#23231)
* Upgrade jackson to 1.52.2 * Update apps/web/package.json Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Remove unused option prop --------- Co-authored-by: Alex van Andel <me@alexvanandel.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent e309e72 commit cf13c06

3 files changed

Lines changed: 734 additions & 710 deletions

File tree

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"yarn": "3.4.1"
3030
},
3131
"dependencies": {
32-
"@boxyhq/saml-jackson": "1.42.0",
32+
"@boxyhq/saml-jackson": "1.52.2",
3333
"@calcom/app-store": "*",
3434
"@calcom/app-store-cli": "*",
3535
"@calcom/dayjs": "*",

packages/features/ee/sso/lib/jackson.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ const opts: JacksonOption = {
3030
},
3131
idpEnabled: true,
3232
clientSecretVerifier,
33-
ory: {
34-
projectId: undefined,
35-
sdkToken: undefined,
36-
},
3733
};
3834

3935
declare global {

0 commit comments

Comments
 (0)