From ffa5156e8f454c4185d249a202d02450d78d4496 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 21 Jan 2024 12:25:41 -0600 Subject: [PATCH] Update next-auth --- package.json | 2 +- pnpm-lock.yaml | 19 ++++++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 9b8c1349..2f4a3522 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "jest-environment-jsdom": "^29.7.0", "nanoid": "^5.0.4", "next": "14.1.1-canary.4", - "next-auth": "5.0.0-beta.4", + "next-auth": "5.0.0-beta.5", "next-themes": "^0.2.1", "postcss": "8.4.33", "react": "18.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3b8c90fd..470136ae 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -93,8 +93,8 @@ dependencies: specifier: 14.1.1-canary.4 version: 14.1.1-canary.4(@babel/core@7.23.7)(react-dom@18.2.0)(react@18.2.0) next-auth: - specifier: 5.0.0-beta.4 - version: 5.0.0-beta.4(next@14.1.1-canary.4)(react@18.2.0) + specifier: 5.0.0-beta.5 + version: 5.0.0-beta.5(next@14.1.1-canary.4)(react@18.2.0) next-themes: specifier: ^0.2.1 version: 0.2.1(next@14.1.1-canary.4)(react-dom@18.2.0)(react@18.2.0) @@ -147,8 +147,8 @@ packages: '@jridgewell/trace-mapping': 0.3.20 dev: false - /@auth/core@0.18.4: - resolution: {integrity: sha512-GsNhsP1xE/3FoNS3dVkPjqRljLNJ4iyL2OLv3klQGNvw3bMpROFcK4lqhx7+pPHiamnVaYt2vg1xbB+lsNaevg==} + /@auth/core@0.21.0: + resolution: {integrity: sha512-jUWYs8gjy2GvtP9dd/4S9KcwZ660Cm/IkybiAq96/2Ooku9SKk5SUG+UTEwkyLuaQ38ZgfwggfpDOgzsXEcufA==} peerDependencies: nodemailer: ^6.8.0 peerDependenciesMeta: @@ -156,6 +156,7 @@ packages: optional: true dependencies: '@panva/hkdf': 1.1.1 + '@types/cookie': 0.6.0 cookie: 0.6.0 jose: 5.2.0 oauth4webapi: 2.4.0 @@ -2735,6 +2736,10 @@ packages: dev: false optional: true + /@types/cookie@0.6.0: + resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} + dev: false + /@types/estree@1.0.5: resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} requiresBuild: true @@ -6074,8 +6079,8 @@ packages: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} dev: false - /next-auth@5.0.0-beta.4(next@14.1.1-canary.4)(react@18.2.0): - resolution: {integrity: sha512-vgocjvwPA8gxd/zrIP/vr9lJ/HeNe+C56lPP1D3sdyenHt8KncQV6ro7q0xCsDp1fcOKx7WAWVZH5o8aMxDzgw==} + /next-auth@5.0.0-beta.5(next@14.1.1-canary.4)(react@18.2.0): + resolution: {integrity: sha512-tEYIPhm/i0byW4xf9Ldlsnh7ckBQfNvMjOA3B3eXQX9taAQWb8earravSn1fjk4fKfKvaOApFJkks0VeI7Vy/A==} peerDependencies: next: ^14 nodemailer: ^6.6.5 @@ -6084,7 +6089,7 @@ packages: nodemailer: optional: true dependencies: - '@auth/core': 0.18.4 + '@auth/core': 0.21.0 next: 14.1.1-canary.4(@babel/core@7.23.7)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 dev: false