From bb25c2c313e406f1bc519d2348ff59be2e85126f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 22:44:41 +0000 Subject: [PATCH] build(deps): bump mongoose from 3.9.7 to 5.7.7 in /javascript/link2front Bumps [mongoose](https://github.com/Automattic/mongoose) from 3.9.7 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/3.9.7...5.7.7) Signed-off-by: dependabot[bot] --- javascript/link2front/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/link2front/package.json b/javascript/link2front/package.json index 3265239..b48ad29 100644 --- a/javascript/link2front/package.json +++ b/javascript/link2front/package.json @@ -16,7 +16,7 @@ "gulp": "^3.8.10", "gulp-exit": "0.0.2", "method-override": "^2.3.0", - "mongoose": "^3.8.18" + "mongoose": "^5.7.7" }, "devDependencies": { "gulp": "^3.8.10",