From 4870623869a333b30d771a5f0c59b1e709c9ccc9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 07:52:56 +0000 Subject: [PATCH] build(deps): bump mongoose from 5.7.6 to 5.7.7 Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.7.6 to 5.7.7. - [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.7.6...5.7.7) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d449927529..2f758a04ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10693,9 +10693,9 @@ } }, "mongoose": { - "version": "5.7.6", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.7.6.tgz", - "integrity": "sha512-2r87HmQMDCeZocoFmYGnJSpCW9ut95iQyPUcseG2B6EiAJjJBmR3pA01QyDF2+zQWpA8Ui4wH7xOq05U1nF6wg==", + "version": "5.7.7", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.7.7.tgz", + "integrity": "sha512-FU59waB4LKBa9KOnqBUcCcMIVRc09TFo1F8nMxrzSiIWATaJpjxxSSH5FBVUDxQfNdJLfg9uFHxaTxhhwjsZOQ==", "requires": { "bson": "~1.1.1", "kareem": "2.3.1", diff --git a/package.json b/package.json index 921910fe63..fa5bf15737 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "method-override": "^3.0.0", "moment": "^2.24.0", "moment-recur": "^1.0.7", - "mongoose": "^5.7.6", + "mongoose": "^5.7.7", "morgan": "^1.7.0", "nconf": "^0.10.0", "node-gcm": "^1.0.2",