Skip to content

Commit

Permalink
Bump @auth/core to 0.37.2 (#4280)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pedro Ferreira <[email protected]>
  • Loading branch information
renovate[bot] and apedroferreira authored Oct 22, 2024
1 parent f618a27 commit b126c45
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/toolpad-studio-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"url": "https://github.com/mui/toolpad/issues"
},
"dependencies": {
"@auth/core": "0.37.0",
"@auth/core": "0.37.2",
"@mui/material": "6.1.5",
"@tanstack/react-query": "5.59.15",
"@toolpad/utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}
},
"dependencies": {
"@auth/core": "0.37.0",
"@auth/core": "0.37.2",
"@emotion/cache": "11.13.1",
"@emotion/react": "11.13.3",
"@emotion/server": "11.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio/src/server/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export function createAuthHandler(project: ToolpadProject): Router {
const azureADProvider = AzureADProvider({
clientId: process.env.TOOLPAD_AZURE_AD_CLIENT_ID,
clientSecret: process.env.TOOLPAD_AZURE_AD_CLIENT_SECRET,
tenantId: process.env.TOOLPAD_AZURE_AD_TENANT_ID,
issuer: process.env.TOOLPAD_AZURE_AD_TENANT_ID,
});

const credentialsProvider = CredentialsProvider({
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b126c45

Please sign in to comment.