From 9214dc41cc8aae4044c63cb440f5ebdba08611af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 22:18:04 +0000 Subject: [PATCH] chore(deps): bump mongodb from 5.4.0 to 5.8.0 in /install Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.4.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.4.0...v5.8.0) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index b507d1b03b9e..278be2fc5c94 100644 --- a/install/package.json +++ b/install/package.json @@ -85,7 +85,7 @@ "material-design-lite": "1.3.0", "mime": "3.0.0", "mkdirp": "3.0.1", - "mongodb": "5.4.0", + "mongodb": "5.8.0", "morgan": "1.10.0", "mousetrap": "1.6.5", "multiparty": "4.2.3",