From f4b13755a911c52a0e22df743bd1961fa03a0f3e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2020 10:25:18 +0200 Subject: [PATCH] build(deps): bump mongoose from 5.9.18 to 5.9.19 (#12326) Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.9.18 to 5.9.19. - [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.9.18...5.9.19) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9066d7a05a..d009d4f94f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9659,13 +9659,13 @@ } }, "mongoose": { - "version": "5.9.18", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.9.18.tgz", - "integrity": "sha512-agZbIuQcN1gZ12BJn6KesA+bgsvoLVjCwhfPw88hggxX8O24SWK4EJwN35GEZKDej9AHUZKNAPgmdeXCVQxviA==", + "version": "5.9.19", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.9.19.tgz", + "integrity": "sha512-wJ5FR2ykvyd17MRHA6sku/N1CMaC/kf4CnN357htD48RpzJhW60YDkxPSPLbkLg8Woa+i7jYi0glhzC0EcBcRQ==", "requires": { "bson": "^1.1.4", "kareem": "2.3.1", - "mongodb": "3.5.8", + "mongodb": "3.5.9", "mongoose-legacy-pluralize": "1.0.2", "mpath": "0.7.0", "mquery": "3.2.2", @@ -9686,9 +9686,9 @@ } }, "mongodb": { - "version": "3.5.8", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.5.8.tgz", - "integrity": "sha512-jz7mR58z66JKL8Px4ZY+FXbgB7d0a0hEGCT7kw8iye46/gsqPrOEpZOswwJ2BQlfzsrCLKdsF9UcaUfGVN2HrQ==", + "version": "3.5.9", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.5.9.tgz", + "integrity": "sha512-vXHBY1CsGYcEPoVWhwgxIBeWqP3dSu9RuRDsoLRPTITrcrgm1f0Ubu1xqF9ozMwv53agmEiZm0YGo+7WL3Nbug==", "requires": { "bl": "^2.2.0", "bson": "^1.1.4", diff --git a/package.json b/package.json index fce0babc8b..da5909601a 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "method-override": "^3.0.0", "moment": "^2.26.0", "moment-recur": "^1.0.7", - "mongoose": "^5.9.18", + "mongoose": "^5.9.19", "morgan": "^1.10.0", "nconf": "^0.10.0", "node-gcm": "^1.0.2",