From c0ac44a48c74a1ecbc055f7e8832e093143c9e0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:40:21 +0000 Subject: [PATCH] chore(deps): bump next-auth from 4.23.1 to 4.23.2 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.23.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.23.1...next-auth@4.23.2) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production update-type: version-update:semver-patch ... 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 e793f57a..6cde972c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "micro": "^10.0.1", "micro-cors": "^0.1.1", "next": "13.5.5", - "next-auth": "^4.23.1", + "next-auth": "^4.23.2", "next-i18next": "^13.3.0", "nextjs-google-analytics": "^2.3.3", "react": "18.2.0", @@ -14526,9 +14526,9 @@ } }, "node_modules/next-auth": { - "version": "4.23.1", - "resolved": "https://registry.npmjs.org/next-auth/-/next-auth-4.23.1.tgz", - "integrity": "sha512-mL083z8KgRtlrIV6CDca2H1kduWJuK/3pTS0Fe2og15KOm4v2kkLGdSDfc2g+019aEBrJUT0pPW2Xx42ImN1WA==", + "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 b9601076..e00075d3 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "micro": "^10.0.1", "micro-cors": "^0.1.1", "next": "13.5.5", - "next-auth": "^4.23.1", + "next-auth": "^4.23.2", "next-i18next": "^13.3.0", "nextjs-google-analytics": "^2.3.3", "react": "18.2.0",