From c7345381893c8fe0a6b49e62c38502add6778d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 00:10:29 +0000 Subject: [PATCH] chore(deps-dev): bump mongodb from 5.1.0 to 5.8.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.1.0 to 5.8.0. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/v5.8.0/HISTORY.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v5.1.0...v5.8.0) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c3750bb1..5f15b789 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "husky": "8.0.3", "jest": "29.7.0", "lint-staged": "13.3.0", - "mongodb": "5.1.0", + "mongodb": "5.8.0", "prettier": "2.8.8", "typescript": "5.1.6" },