Skip to content

Commit

Permalink
chore(deps): update dependency next-auth to ^4.24.4 (#664)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 30, 2023
1 parent a85ef6e commit 8d2a939
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"next": "^13.5.6",
"next-auth": "^4.24.3",
"next-auth": "^4.24.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"cors": "^2.8.5",
"date-fns": "^2.30.0",
"next": "^13.5.6",
"next-auth": "^4.24.3",
"next-auth": "^4.24.4",
"next-superjson-plugin": "^0.5.9",
"next-themes": "^0.2.1",
"pg": "^8.11.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@dotkomonline/env": "workspace:*",
"next": "^13.5.6",
"next-auth": "^4.24.3",
"next-auth": "^4.24.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gateway-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"peerDependencies": {
"next": "^13.5.6",
"next-auth": "^4.24.3"
"next-auth": "^4.24.4"
},
"devDependencies": {
"@dotkomonline/types": "workspace:*",
Expand Down
22 changes: 11 additions & 11 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 8d2a939

Please sign in to comment.