From 4cfebdc082af91f688e3f63655439938903cc0d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 22:50:20 +0000 Subject: [PATCH] chore(deps): bump mongoose from 5.11.18 to 5.12.0 Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.11.18 to 5.12.0. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md) - [Commits](https://github.com/Automattic/mongoose/compare/5.11.18...5.12.0) 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 e1ec4d5..b0a2687 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dotenv": "8.2.0", "express": "4.17.1", "jsonwebtoken": "8.5.1", - "mongoose": "5.11.18", + "mongoose": "5.12.0", "ramda": "0.27.1", "yup": "0.32.9" }, diff --git a/yarn.lock b/yarn.lock index 077d6f8..4ecd5f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3757,10 +3757,10 @@ mongoose-legacy-pluralize@1.0.2: resolved "https://registry.yarnpkg.com/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz#3ba9f91fa507b5186d399fb40854bff18fb563e4" integrity sha512-Yo/7qQU4/EyIS8YDFSeenIvXxZN+ld7YdV9LqFVQJzTLye8unujAWPZ4NWKfFA+RNjh+wvTWKY9Z3E5XM6ZZiQ== -mongoose@5.11.18: - version "5.11.18" - resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-5.11.18.tgz#76fdcefeb2afc7409705fc44b58045953bba5ee1" - integrity sha512-RsrPR9nhkXZbO3ml0DcmdbfeMvFNhgFrP81S6o1P+lFnDTNEKYnGNRCIL+ojD69wj7H5jJaAdZ0SJ5IlKxCHqw== +mongoose@5.12.0: + version "5.12.0" + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-5.12.0.tgz#5d644a936c208f11467a60e282c5990d67beafb1" + integrity sha512-s0Qpgf5lOk3AXtKnE+FA0HZhFKa2hesGVcTmx1wfTQ+7Q7ph0E79B6KUp1ZQERQyCwuE8WQ4wWllEhd7VPkxOg== dependencies: "@types/mongodb" "^3.5.27" bson "^1.1.4"