From 3cfef92be82898104cb4c732ebde5b82b553d4d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 03:51:07 +0000 Subject: [PATCH] chore: bump next-auth from 4.23.2 to 4.24.3 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.23.2 to 4.24.3. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@4.23.2...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] --- apps/web/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/web/package.json b/apps/web/package.json index 26baca45..cfb52128 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -45,7 +45,7 @@ "jotai": "^2.4.3", "lucide-react": "^0.287.0", "next": "13.5.6", - "next-auth": "^4.23.2", + "next-auth": "^4.24.3", "next-themes": "^0.2.1", "postcss": "8.4.31", "ramda": "^0.29.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 37e5d6c2..901b362a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -320,8 +320,8 @@ importers: specifier: 13.5.6 version: 13.5.6(@babel/core@7.22.15)(react-dom@18.2.0)(react@18.2.0) next-auth: - specifier: ^4.23.2 - version: 4.23.2(next@13.5.6)(react-dom@18.2.0)(react@18.2.0) + specifier: ^4.24.3 + version: 4.24.3(next@13.5.6)(react-dom@18.2.0)(react@18.2.0) next-themes: specifier: ^0.2.1 version: 0.2.1(next@13.5.6)(react-dom@18.2.0)(react@18.2.0) @@ -9097,8 +9097,8 @@ packages: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} dev: true - /next-auth@4.23.2(next@13.5.6)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-VRmInu0r/yZNFQheDFeOKtiugu3bt90Po3owAQDnFQ3YLQFmUKgFjcE2+3L0ny5jsJpBXaKbm7j7W2QTc6Ye2A==} + /next-auth@4.24.3(next@13.5.6)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-n1EvmY7MwQMSOkCh6jhI6uBneB6VVtkYELVMEwVaCLD1mBD3IAAucwk+90kgxramW09nSp5drvynwfNCi1JjaQ==} peerDependencies: next: ^12.2.5 || ^13 nodemailer: ^6.6.5