From b6cbe8fc4ef2c812ecfcb5645a61fa36b89d3ef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 22:14:11 +0000 Subject: [PATCH] Bump mongodb from 4.1.4 to 4.17.0 in /Source/projections 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/projections/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/projections/package.json b/Source/projections/package.json index 0d63d6a2..25ec5081 100644 --- a/Source/projections/package.json +++ b/Source/projections/package.json @@ -59,7 +59,7 @@ "@dolittle/sdk.services": "24.0.0", "@dolittle/types": "6.0.0", "luxon": "1.24.1", - "mongodb": "4.1.4" + "mongodb": "4.17.0" }, "devDependencies": { "@types/luxon": "1.24.1"