From 00b0aac6b9ff17ebff0940b77de69b0104fbb67d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 10:18:36 +0000 Subject: [PATCH] Bump mongodb from 2.2.36 to 3.6.1 in /packages/bitcore-wallet-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] --- packages/bitcore-wallet-service/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bitcore-wallet-service/package.json b/packages/bitcore-wallet-service/package.json index dda42e900..7c16b1e3f 100644 --- a/packages/bitcore-wallet-service/package.json +++ b/packages/bitcore-wallet-service/package.json @@ -35,7 +35,7 @@ "json-stable-stringify": "^1.0.0", "lodash": "^4.17.11", "moment": "^2.10.3", - "mongodb": "^2.0.27", + "mongodb": "^3.6.1", "morgan": "^1.9.1", "mustache": "^2.1.0", "nodemailer": "^5.1.1",