From 5b9a39c97d5a72655534825d09a27d24c4db5ec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 05:46:55 +0000 Subject: [PATCH] chore(deps): bump next-auth from 4.22.1 to 4.24.5 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.22.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.22.1...next-auth@4.24.5) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4eecf01b11..1450247f16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "langchain": "^0.0.72", "mongodb": "^5.5.0", "next": "13.3.1", - "next-auth": "^4.22.1", + "next-auth": "^4.24.5", "next-i18next": "^13.2.2", "openai": "^3.2.1", "pino": "^8.15.0", @@ -6919,9 +6919,9 @@ } }, "node_modules/next-auth": { - "version": "4.22.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.1.tgz", - "integrity": "sha512-NTR3f6W7/AWXKw8GSsgSyQcDW6jkslZLH8AiZa5PQ09w1kR8uHtR9rez/E9gAq/o17+p0JYHE8QjF3RoniiObA==", + "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", @@ -6934,7 +6934,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 ec3e03d2f6..5e2ed55af6 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "langchain": "^0.0.72", "mongodb": "^5.5.0", "next": "13.3.1", - "next-auth": "^4.22.1", + "next-auth": "^4.24.5", "next-i18next": "^13.2.2", "openai": "^3.2.1", "pino": "^8.15.0",