From 9c81c639a135b83e3da62a6699607be14e9ec7c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 08:00:27 +0000 Subject: [PATCH] Bump next-auth from 4.24.3 to 4.24.4 (#2407) Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.24.3 to 4.24.4. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/commits) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fe0f782e9..3eecd203b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "moment": "2.29.4", "mui-chips-input": "2.1.3", "next": "13.5.6", - "next-auth": "4.24.3", + "next-auth": "4.24.4", "prisma": "5.5.2", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/yarn.lock b/yarn.lock index 1b95075da..cd64e3003 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2279,10 +2279,10 @@ natural-compare@^1.4.0: resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== -next-auth@4.24.3: - version "4.24.3" - resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.24.3.tgz#1c57e6ec66fa69744cc9d28989a36916da4e6d19" - integrity sha512-n1EvmY7MwQMSOkCh6jhI6uBneB6VVtkYELVMEwVaCLD1mBD3IAAucwk+90kgxramW09nSp5drvynwfNCi1JjaQ== +next-auth@4.24.4: + version "4.24.4" + resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.24.4.tgz#ec8aa72963c4c8d325ebc21f4c15e3b46647026e" + integrity sha512-5DGffi+OpkbU62vPQIJ1z+hFnmow+ec5Qrn9m6eoglIO51m0DlrmLxBduZEwKAYDEg9k2joi1yelgmq1vqK3aQ== dependencies: "@babel/runtime" "^7.20.13" "@panva/hkdf" "^1.0.2"