Skip to content

Commit

Permalink
build(deps): bump @boxyhq/saml-jackson from 1.15.3 to 1.15.5 (#878)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Deepak Prabhakara <[email protected]>
  • Loading branch information
dependabot[bot] and deepakprabhakara authored Dec 28, 2023
1 parent cfc6ec4 commit 7495d2a
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 176 deletions.
4 changes: 2 additions & 2 deletions lib/jackson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import jackson, {
IDirectorySyncController,
IOAuthController,
JacksonOption,
ISPSAMLConfig,
ISPSSOConfig,
OIDCAuthzResponsePayload,
} from '@boxyhq/saml-jackson';

Expand All @@ -29,7 +29,7 @@ const opts = {
let apiController: IConnectionAPIController;
let oauthController: IOAuthController;
let directorySync: IDirectorySyncController;
let spConfig: ISPSAMLConfig;
let spConfig: ISPSSOConfig;

const g = global as any;

Expand Down
Loading

0 comments on commit 7495d2a

Please sign in to comment.