From 9fd98ee356e80d225843c1e8670be1a65e6a44f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 06:06:51 +0000 Subject: [PATCH] Bump next-auth from 4.20.1 to 4.24.5 in /website Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.20.1 to 4.24.5. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.20.1...next-auth@4.24.5) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- website/package-lock.json | 10 +++++----- website/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 01507235a8..5ff6166933 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -39,7 +39,7 @@ "lande": "^1.0.10", "lucide-react": "^0.105.0", "next": "13.0.6", - "next-auth": "^4.20.1", + "next-auth": "^4.24.5", "next-i18next": "^13.2.2", "nodemailer": "^6.9.1", "postcss-focus-visible": "^7.1.0", @@ -22716,9 +22716,9 @@ } }, "node_modules/next-auth": { - "version": "4.20.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.20.1.tgz", - "integrity": "sha512-ZcTUN4qzzZ/zJYgOW0hMXccpheWtAol8QOMdMts+LYRcsPGsqf2hEityyaKyECQVw1cWInb9dF3wYwI5GZdEmQ==", + "version": "4.24.5", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.5.tgz", + "integrity": "sha512-3RafV3XbfIKk6rF6GlLE4/KxjTcuMCifqrmD+98ejFq73SRoj2rmzoca8u764977lH/Q7jo6Xu6yM+Re1Mz/Og==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", @@ -22731,7 +22731,7 @@ "uuid": "^8.3.2" }, "peerDependencies": { - "next": "^12.2.5 || ^13", + "next": "^12.2.5 || ^13 || ^14", "nodemailer": "^6.6.5", "react": "^17.0.2 || ^18", "react-dom": "^17.0.2 || ^18" diff --git a/website/package.json b/website/package.json index 8a24359337..1e4686a802 100644 --- a/website/package.json +++ b/website/package.json @@ -57,7 +57,7 @@ "lande": "^1.0.10", "lucide-react": "^0.105.0", "next": "13.0.6", - "next-auth": "^4.20.1", + "next-auth": "^4.24.5", "next-i18next": "^13.2.2", "nodemailer": "^6.9.1", "postcss-focus-visible": "^7.1.0",