From c47f71eb774a3adc789e57ac1994c82e73cf29cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 05:58:43 +0000 Subject: [PATCH] chore(deps): bump next-auth from 4.22.1 to 4.24.3 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.22.1 to 4.24.3. - [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.3) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4eecf01b11..6c3276649e 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.3", "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.3", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.24.3.tgz", + "integrity": "sha512-n1EvmY7MwQMSOkCh6jhI6uBneB6VVtkYELVMEwVaCLD1mBD3IAAucwk+90kgxramW09nSp5drvynwfNCi1JjaQ==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", diff --git a/package.json b/package.json index ec3e03d2f6..bcdf84bd01 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.3", "next-i18next": "^13.2.2", "openai": "^3.2.1", "pino": "^8.15.0",