From d197d5d213cf6f929d1ed6287862f6557c0cbaf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:15:56 +0000 Subject: [PATCH] Bump next-auth from 4.22.1 to 4.23.2 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.22.1 to 4.23.2. - [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.23.2) --- 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 e12b3a4..5e3f2d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "eslint-config-next": "^13.4.12", "lucide-react": "^0.263.1", "next": "^13.4.12", - "next-auth": "^4.22.1", + "next-auth": "^4.23.2", "postcss": "8.4.27", "react": "18.2.0", "react-dom": "18.2.0", @@ -4967,9 +4967,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.23.2", + "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.23.2.tgz", + "integrity": "sha512-VRmInu0r/yZNFQheDFeOKtiugu3bt90Po3owAQDnFQ3YLQFmUKgFjcE2+3L0ny5jsJpBXaKbm7j7W2QTc6Ye2A==", "dependencies": { "@babel/runtime": "^7.20.13", "@panva/hkdf": "^1.0.2", diff --git a/package.json b/package.json index 825538f..2f2211d 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "eslint-config-next": "^13.4.12", "lucide-react": "^0.263.1", "next": "^13.4.12", - "next-auth": "^4.22.1", + "next-auth": "^4.23.2", "postcss": "8.4.27", "react": "18.2.0", "react-dom": "18.2.0",