From d7f445bc2a47743d8b3608e1dec8f2d82818e4c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 16:14:30 +0000 Subject: [PATCH] Bump next-auth from 4.17.0 to 4.18.3 Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.17.0 to 4.18.3. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Changelog](https://github.com/nextauthjs/next-auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextauthjs/next-auth/compare/next-auth@v4.17.0...next-auth@v4.18.3) --- updated-dependencies: - dependency-name: next-auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 48da21e..d25c98d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "mongoose": "^6.7.5", "multer": "^1.4.5-lts.1", "next": "13.0.5", - "next-auth": "^4.17.0", + "next-auth": "^4.18.3", "next-connect": "^0.13.0", "next-seo": "^5.14.1", "node-cache": "^5.1.2", diff --git a/yarn.lock b/yarn.lock index dea3b3c..65c6d95 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3520,10 +3520,10 @@ natural-compare@^1.4.0: resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== -next-auth@^4.17.0: - version "4.17.0" - resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.17.0.tgz#776d2a0999d4e2eb56968cad282c1ecd37516a2c" - integrity sha512-aN2tdnjS0MDeUpB2tBDOaWnegkgeMWrsccujbXRGMJ607b+EwRcy63MFGSr0OAboDJEe0902piXQkt94GqF8Qw== +next-auth@^4.18.3: + version "4.18.3" + resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.18.3.tgz#d5e9fa8649567877632cd3bdb6adfa63c75ebc0b" + integrity sha512-oZrTPnaF7YCMm4T6+FY47+1wHacE7V6YX+MCuvRTZMca7zHAc2WPMdTED6eV3hkqp2znEdilhD4aXQ5BuCpYIw== dependencies: "@babel/runtime" "^7.16.3" "@panva/hkdf" "^1.0.1"