From ce0b1bc1c93f52395681cca28c397ae6731743f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 22:52:58 +0000 Subject: [PATCH] Bump mongoose from 4.13.19 to 5.7.7 in /example/backend Bumps [mongoose](https://github.com/Automattic/mongoose) from 4.13.19 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/4.13.19...5.7.7) Signed-off-by: dependabot[bot] --- example/backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/backend/package.json b/example/backend/package.json index 10b0619..08acdff 100644 --- a/example/backend/package.json +++ b/example/backend/package.json @@ -20,7 +20,7 @@ "express": "^4.15.2", "express-jwt": "^5.1.0", "jsonwebtoken": "^7.3.0", - "mongoose": "^4.9.0", + "mongoose": "^5.7.7", "passport": "^0.3.2", "passport-twitter-token": "^1.3.0", "request": "^2.81.0"