From b9489a0a3e6f70e45cc7b53e3bc49f4e1735c864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 15:09:03 +0000 Subject: [PATCH] Bump mongoose from 4.13.19 to 5.7.6 Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.19 to 5.7.6. - [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/4.13.19...5.7.6) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa64ba9..76cc425 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "body-parser": "^1.4.3", "express": "^4.4.5", - "mongoose": "^4.1.0", + "mongoose": "^5.7.6", "morgan": "^1.1.1", "q": "^1.4.1", "request": "^2.36.0"