From cef887609c382ec821c7c80d4187a56d2f7bcacc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 23:56:33 +0000 Subject: [PATCH] Bump next-auth from 4.22.3 to 4.24.5 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.22.3 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.3...next-auth@4.24.5) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c983a8a..649accb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "mongoose": "^7.1.0", "multer": "^1.4.5-lts.1", "next": "13.4.8", - "next-auth": "^4.22.1", + "next-auth": "^4.24.5", "openai": "^3.3.0", "path": "^0.12.7", "pdf-parse": "^1.1.1", @@ -6768,9 +6768,9 @@ } }, "node_modules/next-auth": { - "version": "4.22.3", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.3.tgz", - "integrity": "sha512-XAgy9xV3J2eJOXrQhmxdjV6MLM29ibm6WtMXc3KY6IPZeApf+SuBuPvlqCUfbu5YsAzlg9WSw6u01dChTfeZOA==", + "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", @@ -6783,7 +6783,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" @@ -14447,9 +14447,9 @@ } }, "next-auth": { - "version": "4.22.3", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.22.3.tgz", - "integrity": "sha512-XAgy9xV3J2eJOXrQhmxdjV6MLM29ibm6WtMXc3KY6IPZeApf+SuBuPvlqCUfbu5YsAzlg9WSw6u01dChTfeZOA==", + "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==", "requires": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", diff --git a/package.json b/package.json index 89b2bbb..7ba2092 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "mongoose": "^7.1.0", "multer": "^1.4.5-lts.1", "next": "13.4.8", - "next-auth": "^4.22.1", + "next-auth": "^4.24.5", "openai": "^3.3.0", "path": "^0.12.7", "pdf-parse": "^1.1.1",