From 868e1520dff8b83898943d390fbbf0eea374ca1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:02:13 +0000 Subject: [PATCH] chore(deps): bump mongodb from 6.6.2 to 6.7.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 6.6.2 to 6.7.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/v6.6.2...v6.7.0) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f569e0..6118c57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "corvee-processor": "file:../corvee/packages/processor", "es-main": "^1.3.0", "fast-csv": "^5.0.1", - "mongodb": "^6.6.2", + "mongodb": "^6.7.0", "progress": "^2.0.3", "readline": "^1.3.0", "table": "^6.8.2", @@ -647,9 +647,9 @@ } }, "node_modules/mongodb": { - "version": "6.6.2", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.6.2.tgz", - "integrity": "sha512-ZF9Ugo2JCG/GfR7DEb4ypfyJJyiKbg5qBYKRintebj8+DNS33CyGMkWbrS9lara+u+h+yEOGSRiLhFO/g1s1aw==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.7.0.tgz", + "integrity": "sha512-TMKyHdtMcO0fYBNORiYdmM25ijsHs+Njs963r4Tro4OQZzqYigAzYQouwWRg4OIaiLRUEGUh/1UAcH5lxdSLIA==", "dependencies": { "@mongodb-js/saslprep": "^1.1.5", "bson": "^6.7.0", @@ -1405,9 +1405,9 @@ } }, "mongodb": { - "version": "6.6.2", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.6.2.tgz", - "integrity": "sha512-ZF9Ugo2JCG/GfR7DEb4ypfyJJyiKbg5qBYKRintebj8+DNS33CyGMkWbrS9lara+u+h+yEOGSRiLhFO/g1s1aw==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.7.0.tgz", + "integrity": "sha512-TMKyHdtMcO0fYBNORiYdmM25ijsHs+Njs963r4Tro4OQZzqYigAzYQouwWRg4OIaiLRUEGUh/1UAcH5lxdSLIA==", "requires": { "@mongodb-js/saslprep": "^1.1.5", "bson": "^6.7.0", diff --git a/package.json b/package.json index d83e404..f15430e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "corvee-processor": "file:../corvee/packages/processor", "es-main": "^1.3.0", "fast-csv": "^5.0.1", - "mongodb": "^6.6.2", + "mongodb": "^6.7.0", "progress": "^2.0.3", "readline": "^1.3.0", "table": "^6.8.2",