From 95684e7d255f94fc97af24fb5137a83c21028f0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 23:43:48 +0000 Subject: [PATCH] build(deps): bump next-auth from 4.20.1 to 4.24.5 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] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d09c69cdc..a2675b6f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "intro.js": "^6.0.0", "intro.js-react": "^0.7.1", "next": "^13.5.4", - "next-auth": "^4.20.1", + "next-auth": "^4.24.5", "nodemailer": "^6.8.0", "nprogress": "^0.2.0", "pdfjs-dist": "^3.3.122", @@ -20354,8 +20354,9 @@ } }, "node_modules/next-auth": { - "version": "4.20.1", - "license": "ISC", + "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", @@ -20368,7 +20369,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/package.json b/package.json index d94c49672..45f5f972f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "intro.js": "^6.0.0", "intro.js-react": "^0.7.1", "next": "^13.5.4", - "next-auth": "^4.20.1", + "next-auth": "^4.24.5", "nodemailer": "^6.8.0", "nprogress": "^0.2.0", "pdfjs-dist": "^3.3.122",