From 2c2152963152f38380b4a6347d1b919d04160556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 20:19:45 +0000 Subject: [PATCH] Bump mongoose from 4.13.9 to 4.13.21 Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.9 to 4.13.21. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md) - [Commits](https://github.com/Automattic/mongoose/commits/4.13.21) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 2c3d09b..5b594da 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "bcryptjs": "^2.4.3", "cheerio": "^1.0.0-rc.2", "express": "^4.16.2", - "mongoose": "^4.12.3", + "mongoose": "^4.13.21", "request": "^2.83.0", "request-promise": "^4.2.2" } diff --git a/yarn.lock b/yarn.lock index 4d4e008..1ab0df9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -53,9 +53,9 @@ assert-plus@1.0.0, assert-plus@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" -async@2.1.4: - version "2.1.4" - resolved "https://registry.yarnpkg.com/async/-/async-2.1.4.tgz#2d2160c7788032e4dd6cbe2502f1f9a2c8f6cde4" +async@2.6.0: + version "2.6.0" + resolved "https://registry.yarnpkg.com/async/-/async-2.6.0.tgz#61a29abb6fcc026fea77e56d1c6ec53a795951f4" dependencies: lodash "^4.14.0" @@ -689,17 +689,17 @@ mongodb@2.2.34: mongodb-core "2.1.18" readable-stream "2.2.7" -mongoose@^4.12.3: - version "4.13.9" - resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-4.13.9.tgz#ca4d99aed6e36e87854c2295387e7ea17966cfe3" +mongoose@^4.13.21: + version "4.13.21" + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-4.13.21.tgz#83f4a8461b19aca1b2274feaaaf262b71b6f034d" dependencies: - async "2.1.4" + async "2.6.0" bson "~1.0.4" hooks-fixed "2.0.2" kareem "1.5.0" lodash.get "4.4.2" mongodb "2.2.34" - mpath "0.3.0" + mpath "0.5.1" mpromise "0.5.5" mquery "2.3.3" ms "2.0.0" @@ -707,9 +707,9 @@ mongoose@^4.12.3: regexp-clone "0.0.1" sliced "1.0.1" -mpath@0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/mpath/-/mpath-0.3.0.tgz#7a58f789e9b5fd3c94520634157960f26bd5ef44" +mpath@0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/mpath/-/mpath-0.5.1.tgz#17131501f1ff9e6e4fbc8ffa875aa7065b5775ab" mpromise@0.5.5: version "0.5.5"