Skip to content

Commit

Permalink
fix(deps): update dependency @auth/core to ^0.18.4 (t3-oss#747)
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 Dec 3, 2023
1 parent 84bdcf6 commit f0319bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/auth-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@auth/core": "^0.18.0"
"@auth/core": "^0.18.4"
},
"devDependencies": {
"@acme/eslint-config": "workspace:^0.2.0",
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": {
"@acme/db": "workspace:^0.1.0",
"@auth/core": "^0.18.0",
"@auth/core": "^0.18.4",
"@auth/drizzle-adapter": "^0.3.8",
"@t3-oss/env-nextjs": "^0.7.1",
"next": "^14.0.3",
Expand Down

0 comments on commit f0319bd

Please sign in to comment.