From fd32e18e1b48b907aaaf28786082ba646727a8ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 00:44:55 +0000 Subject: [PATCH] Bump mongodb from 4.4.1 to 4.17.0 in /nodejs16 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.4.1 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.4.1...v4.17.0) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- nodejs16/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs16/package.json b/nodejs16/package.json index da120b5..e03f24d 100644 --- a/nodejs16/package.json +++ b/nodejs16/package.json @@ -49,7 +49,7 @@ "marked": "4.0.12", "merge": "2.1.1", "moment": "2.29.1", - "mongodb": "4.4.1", + "mongodb": "4.17.0", "mustache": "4.2.0", "mysql": "2.18.1", "nano": "10.0.0",