From 9634621b007db4c199294c00c8a93b0394776dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 00:13:22 +0000 Subject: [PATCH] build(deps): bump mongodb from 4.3.1 to 4.17.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.3.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.3.1...v4.17.0) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index f863d19..160f974 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "mongodb" ], "dependencies": { - "mongodb": "4.3.1", + "mongodb": "4.17.0", "nodee-utils": "^1.2.3" }, "analyze": false,