Skip to content

Commit

Permalink
fix(deps): Update dependency next-auth to v4.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTolmay committed Sep 15, 2023
1 parent 017e865 commit 48f9780
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 96 deletions.
1 change: 1 addition & 0 deletions packages/docs/users/reference/next-auth-providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ _ref:
- [OneLoginProvider](https://next-auth.js.org/providers/onelogin)
- [OssoProvider](https://next-auth.js.org/providers/osso)
- [OsuProvider](https://next-auth.js.org/providers/osu)
- [PassageProvider](https://authjs.dev/reference/core/providers_passage)
- [PatreonProvider](https://next-auth.js.org/providers/patreon)
- [PinterestProvider](https://next-auth.js.org/providers/pinterest)
- [PipedriveProvider](https://next-auth.js.org/providers/pipedrive)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"jest": "28.1.3",
"jest-environment-node": "28.1.3",
"next": "13.4.19",
"next-auth": "4.20.1",
"next-auth": "4.23.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugins/plugin-next-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"next": "13.4.19",
"next-auth": "4.20.1"
"next-auth": "4.23.1"
},
"devDependencies": {
"@swc/cli": "0.1.62",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ import okta from 'next-auth/providers/okta';
import onelogin from 'next-auth/providers/onelogin';
import osso from 'next-auth/providers/osso';
import osu from 'next-auth/providers/osu';
import passage from 'next-auth/providers/passage';
import patreon from 'next-auth/providers/patreon';
import pinterest from 'next-auth/providers/pinterest';
import pipedrive from 'next-auth/providers/pipedrive';
Expand Down Expand Up @@ -118,6 +119,7 @@ const OktaProvider = okta.default;
const OneLoginProvider = onelogin.default;
const OssoProvider = osso.default;
const OsuProvider = osu.default;
const PassageProvider = passage.default;
const PatreonProvider = patreon.default;
const PinterestProvider = pinterest.default;
const PipedriveProvider = pipedrive.default;
Expand Down Expand Up @@ -181,6 +183,7 @@ export {
OpenIDConnectProvider,
OssoProvider,
OsuProvider,
PassageProvider,
PatreonProvider,
PinterestProvider,
PipedriveProvider,
Expand Down
2 changes: 1 addition & 1 deletion packages/server-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"chokidar": "3.5.3",
"dotenv": "16.0.3",
"next": "13.4.19",
"next-auth": "4.20.1",
"next-auth": "4.23.1",
"opener": "1.5.2",
"pino": "8.8.0",
"process": "0.11.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@lowdefy/operators-js": "4.0.0-rc.10",
"@lowdefy/plugin-next-auth": "4.0.0-rc.10",
"next": "13.4.19",
"next-auth": "4.20.1",
"next-auth": "4.23.1",
"pino": "8.8.0",
"process": "0.11.10",
"react": "18.2.0",
Expand Down
138 changes: 46 additions & 92 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 48f9780

Please sign in to comment.