Skip to content

Commit

Permalink
chore(package): pin next-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
guesant committed May 6, 2024
1 parent d5c9684 commit dc876c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"axios": "^1.6.7",
"inversify": "^6.0.2",
"jsonwebtoken": "^9.0.2",
"next-auth": "~4.21.1",
"next-auth": "4.21.1",
"nuxt": "^3.10.3",
"openapi-typescript-codegen": "^0.29.0",
"openid-client": "^5.6.5",
Expand All @@ -42,5 +42,10 @@
"vuetify": "^3.6.3",
"vuetify-nuxt-module": "^0.13.5",
"yup": "^1.4.0"
},
"overrides": {
"@sidebase/nuxt-auth": {
"next-auth": "4.21.1"
}
}
}

0 comments on commit dc876c3

Please sign in to comment.