From cf3ea6b76d3c78ef8e8cf22c4216546d3e110e7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 07:28:26 +0000 Subject: [PATCH] build(deps): bump mongodb from 4.17.1 to 6.3.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.17.1 to 6.3.0. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v4.17.1...v6.3.0) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99fa58f..603a468 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dependencies": { "carrier": "^0.3", "commander": "^10.0", - "mongodb": "^4.7", + "mongodb": "^6.3", "muri": "^1.3", "pino-abstract-transport": "^1.0.0" },