From 55c433b8a9f7c2d07c987239dac1748eeaf99209 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sat, 29 Oct 2022 23:06:44 +0200 Subject: [PATCH] use pre-release of next-auth --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09016b1..9fff1ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,9 +17,9 @@ "googleapis": "107.0.0", "ics": "2.40.0", "mongoose": "6.7.0", - "next": "^13.0.0", - "next-auth": "^4.15.0", - "next-axiom": "^0.15.0", + "next": "13.0.0", + "next-auth": "^0.0.0-pr.5657.4f991076", + "next-axiom": "0.15.0", "next-mdx-remote": "4.1.0", "nodemailer": "6.8.0", "react": "18.2.0", @@ -8502,9 +8502,9 @@ } }, "node_modules/next-auth": { - "version": "4.15.0", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.15.0.tgz", - "integrity": "sha512-IasNzGLM2VlmyioDdZaRwBBBm8b5xo+zbbqVWHFh0bY6iQUZ3vuudrsdHNdxkXV3LSHdKNaoWEpYr4BydB7mCw==", + "version": "0.0.0-pr.5657.4f991076", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-0.0.0-pr.5657.4f991076.tgz", + "integrity": "sha512-kStl0ILDhrjBcKU3iTVKhwK+igNoWpI3YTVq3vRZlXxqAeWGnEI+vVLCxnohX5ttwlY7RW+J7Q/TlNgXG1OEpA==", "dependencies": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", @@ -8520,7 +8520,7 @@ "node": "^12.19.0 || ^14.15.0 || ^16.13.0" }, "peerDependencies": { - "next": "^12.2.5", + "next": "^12.2.5 || ^13", "nodemailer": "^6.6.5", "react": "^17.0.2 || ^18", "react-dom": "^17.0.2 || ^18" @@ -17648,9 +17648,9 @@ } }, "next-auth": { - "version": "4.15.0", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.15.0.tgz", - "integrity": "sha512-IasNzGLM2VlmyioDdZaRwBBBm8b5xo+zbbqVWHFh0bY6iQUZ3vuudrsdHNdxkXV3LSHdKNaoWEpYr4BydB7mCw==", + "version": "0.0.0-pr.5657.4f991076", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-0.0.0-pr.5657.4f991076.tgz", + "integrity": "sha512-kStl0ILDhrjBcKU3iTVKhwK+igNoWpI3YTVq3vRZlXxqAeWGnEI+vVLCxnohX5ttwlY7RW+J7Q/TlNgXG1OEpA==", "requires": { "@babel/runtime": "^7.16.3", "@panva/hkdf": "^1.0.1", diff --git a/package.json b/package.json index c36c406..10092a4 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ics": "2.40.0", "mongoose": "6.7.0", "next": "13.0.0", - "next-auth": "4.15.0", + "next-auth": "^0.0.0-pr.5657.4f991076", "next-axiom": "0.15.0", "next-mdx-remote": "4.1.0", "nodemailer": "6.8.0",