From 712646a1df67cd7ae48d176e7d1b2b88e91af358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 07:36:10 +0000 Subject: [PATCH] Bump @next-auth/mongodb-adapter from 1.0.4 to 1.1.3 Bumps [@next-auth/mongodb-adapter](https://github.com/nextauthjs/next-auth) from 1.0.4 to 1.1.3. - [Release notes](https://github.com/nextauthjs/next-auth/releases) - [Commits](https://github.com/nextauthjs/next-auth/compare/@next-auth/mongodb-adapter@v1.0.4...@next-auth/mongodb-adapter@1.1.3) --- updated-dependencies: - dependency-name: "@next-auth/mongodb-adapter" 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 04cfdde4..b55e9d65 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@aws-sdk/client-s3": "^3.178.0", "@aws-sdk/client-ses": "^3.180.0", "@inquirer/prompts": "^3.0.4", - "@next-auth/mongodb-adapter": "^1.0.4", + "@next-auth/mongodb-adapter": "^1.1.3", "@types/escape-html": "^1.0.2", "@types/formidable": "^2.0.5", "antd": "^5.9.4", diff --git a/yarn.lock b/yarn.lock index 63577d52..c246971c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1366,10 +1366,10 @@ resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.1.5.tgz#b8c171f755859c8159b10e41e1e3a88f0ca99d7f" integrity sha512-wmwHvHozpPo4IZkkNtbYenem/0wnfI6hvOcGKmPEa0DwuaH5XUQzFqy6OpEpjEegZMhYIk8HDYITI16BPLtrRA== -"@next-auth/mongodb-adapter@^1.0.4": - version "1.0.4" - resolved "https://registry.npmjs.org/@next-auth/mongodb-adapter/-/mongodb-adapter-1.0.4.tgz" - integrity sha512-vRSPo2o9Ok+S5JpOvtgVtMExPFgrg2ybz1zVs0YJwUZ+GIPHKRGYxa1NsJRmWjZ1DesrUDkvoInzGAmE1dWx6Q== +"@next-auth/mongodb-adapter@^1.1.3": + version "1.1.3" + resolved "https://registry.yarnpkg.com/@next-auth/mongodb-adapter/-/mongodb-adapter-1.1.3.tgz#531b75f828338ebd73d8539685641a17804d1d77" + integrity sha512-nH/may8hntYBlcuxepSsR2b95w6SRnP+c/FFt3KKjdTScNjhrN0zZdlT90nisjG/3gK+MvzMbz/F4Rwpgr9RMA== "@next/env@12.2.5": version "12.2.5"