From fbdb412d26ad5346ea2c34a0f57ec625948c6dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 23:07:58 +0000 Subject: [PATCH] Bump mongodb from 5.7.0 to 5.8.0 in /nodejs20 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.7.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.7.0...v5.8.0) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nodejs20/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs20/package.json b/nodejs20/package.json index ecbfcce..235db0d 100644 --- a/nodejs20/package.json +++ b/nodejs20/package.json @@ -49,7 +49,7 @@ "marked": "5.1.1", "merge": "2.1.1", "moment": "2.29.4", - "mongodb": "5.7.0", + "mongodb": "5.8.0", "mustache": "4.2.0", "mysql": "2.18.1", "nano": "10.1.2",