From e8fa40d876e2b6a3a4ecf3f91acbdcd4b547877e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 10:21:57 +0000 Subject: [PATCH] Bump mongodb from 2.2.36 to 3.6.1 in /packages/bitcore-wallet-client 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-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bitcore-wallet-client/package.json b/packages/bitcore-wallet-client/package.json index 751939a19..bbb57bfec 100644 --- a/packages/bitcore-wallet-client/package.json +++ b/packages/bitcore-wallet-client/package.json @@ -43,7 +43,7 @@ "coveralls": "^3.0.2", "istanbul": "*", "mocha": "^5.2.0", - "mongodb": "^2.0.27", + "mongodb": "^3.6.1", "sinon": "^7.1.1", "supertest": "^3.0.0", "uuid": "^2.0.1"