From 94e93bcf80b222d22e41b101925f4a43e5ba0953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 22:15:08 +0000 Subject: [PATCH] Bump mongodb from 4.1.4 to 4.17.0 in /Source/sdk Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.1.4 to 4.17.0. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/v4.17.0/HISTORY.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v4.1.4...v4.17.0) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Source/sdk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/sdk/package.json b/Source/sdk/package.json index 645ca2df..0c538301 100644 --- a/Source/sdk/package.json +++ b/Source/sdk/package.json @@ -64,7 +64,7 @@ "@dolittle/sdk.services": "24.0.0", "@dolittle/sdk.tenancy": "24.0.0", "@dolittle/types": "6.0.0", - "mongodb": "4.1.4", + "mongodb": "4.17.0", "rxjs": "6.6.0", "winston": "3.3.2" }