From 22888417ec764e583be844814c40f4ae8befb636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 10:03:56 +0000 Subject: [PATCH] build(deps): bump mongodb from 2.2.36 to 3.6.1 in /notification-service Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 2.2.36 to 3.6.1. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/master/CHANGES_3.0.0.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v2.2.36...v3.6.1) Signed-off-by: dependabot[bot] --- notification-service/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 notification-service/package.json diff --git a/notification-service/package.json b/notification-service/package.json old mode 100755 new mode 100644 index 41cb379..601d537 --- a/notification-service/package.json +++ b/notification-service/package.json @@ -19,7 +19,7 @@ "joi": "^13.0.1", "jwt-simple": "^0.5.1", "mocha": "^4.0.1", - "mongodb": "^2.2.33", + "mongodb": "^3.6.1", "morgan": "^1.9.0", "should": "^13.1.2", "spdy": "^3.4.7",