Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
Update dependency next-auth to ^4.22.1 (#305)
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: Josh Calder <[email protected]>
  • Loading branch information
renovate[bot] and borisno2 committed May 14, 2023
1 parent 15ebce0 commit e6d47dc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/selfish-planes-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@opensaas/keystone-nextjs-auth": patch
---

Update dependency next-auth to ^4.22.0
2 changes: 1 addition & 1 deletion apps/ks-frontend-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"next": "^13.3.0",
"next-auth": "^4.20.1",
"next-auth": "^4.22.1",
"nprogress": "^0.2.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/keystone-nextjs-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cross-fetch": "^3.1.5",
"ejs": "^3.1.9",
"fast-deep-equal": "^3.1.3",
"next-auth": "^4.20.1"
"next-auth": "^4.22.1"
},
"devDependencies": {
"@keystone-6/core": "^5.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9978,10 +9978,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/new-github-issue-url/-/new-github-issue-url-0.2.1.tgz#e17be1f665a92de465926603e44b9f8685630c1d"
integrity sha512-md4cGoxuT4T4d/HDOXbrUHkTKrp/vp+m3aOA7XXVYwNsUNMK49g3SQicTSeV5GIz/5QVGAeYRAOlyp9OvlgsYA==

next-auth@^4.20.1:
version "4.20.1"
resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.20.1.tgz#6e65c4fde14171f6ce64f05f672f80f39fc418c7"
integrity sha512-ZcTUN4qzzZ/zJYgOW0hMXccpheWtAol8QOMdMts+LYRcsPGsqf2hEityyaKyECQVw1cWInb9dF3wYwI5GZdEmQ==
next-auth@^4.22.1:
version "4.22.1"
resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.22.1.tgz#1ea5084e38867966dc6492a71c6729c8f5cfa96b"
integrity sha512-NTR3f6W7/AWXKw8GSsgSyQcDW6jkslZLH8AiZa5PQ09w1kR8uHtR9rez/E9gAq/o17+p0JYHE8QjF3RoniiObA==
dependencies:
"@babel/runtime" "^7.20.13"
"@panva/hkdf" "^1.0.2"
Expand Down

0 comments on commit e6d47dc

Please sign in to comment.