From 5a12932b1255eb9679c9342cd2931a562dcb1d3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:33:50 +0000 Subject: [PATCH] chore(deps): bump the driver group across 1 directory with 2 updates Bumps the driver group with 2 updates in the / directory: [bson](https://github.com/mongodb/js-bson) and [mongodb](https://github.com/mongodb/node-mongodb-native). Updates `bson` from 6.9.0 to 6.10.1 - [Release notes](https://github.com/mongodb/js-bson/releases) - [Changelog](https://github.com/mongodb/js-bson/blob/main/HISTORY.md) - [Commits](https://github.com/mongodb/js-bson/compare/v6.9.0...v6.10.1) Updates `mongodb` from 6.10.0 to 6.11.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.10.0...v6.11.0) --- updated-dependencies: - dependency-name: bson dependency-type: direct:production update-type: version-update:semver-minor dependency-group: driver - dependency-name: mongodb dependency-type: direct:production update-type: version-update:semver-minor dependency-group: driver ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 370471ccd..de1e2061c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,13 +21,13 @@ "@mongosh/service-provider-node-driver": "^2.3.3", "@mongosh/shell-api": "^2.3.3", "@segment/analytics-node": "^1.3.0", - "bson": "^6.8.0", + "bson": "^6.10.1", "debug": "^4.3.7", "dotenv": "^16.4.5", "ejson-shell-parser": "^2.0.1", "lodash": "^4.17.21", "micromatch": "^4.0.8", - "mongodb": "^6.9.0", + "mongodb": "^6.11.0", "mongodb-build-info": "^1.7.2", "mongodb-cloud-info": "^2.1.5", "mongodb-connection-string-url": "^3.0.1", @@ -7540,9 +7540,9 @@ } }, "node_modules/bson": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/bson/-/bson-6.9.0.tgz", - "integrity": "sha512-X9hJeyeM0//Fus+0pc5dSUMhhrrmWwQUtdavaQeF3Ta6m69matZkGWV/MrBcnwUeLC8W9kwwc2hfkZgUuCX3Ig==", + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/bson/-/bson-6.10.1.tgz", + "integrity": "sha512-P92xmHDQjSKPLHqFxefqMxASNq/aWJMEZugpCjf+AF/pgcUpMMQCg7t7+ewko0/u8AapvF3luf/FoehddEK+sA==", "license": "Apache-2.0", "engines": { "node": ">=16.20.1" @@ -14748,13 +14748,13 @@ } }, "node_modules/mongodb": { - "version": "6.10.0", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.10.0.tgz", - "integrity": "sha512-gP9vduuYWb9ZkDM546M+MP2qKVk5ZG2wPF63OvSRuUbqCR+11ZCAE1mOfllhlAG0wcoJY5yDL/rV3OmYEwXIzg==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.11.0.tgz", + "integrity": "sha512-yVbPw0qT268YKhG241vAMLaDQAPbRyTgo++odSgGc9kXnzOujQI60Iyj23B9sQQFPSvmNPvMZ3dsFz0aN55KgA==", "license": "Apache-2.0", "dependencies": { - "@mongodb-js/saslprep": "^1.1.5", - "bson": "^6.7.0", + "@mongodb-js/saslprep": "^1.1.9", + "bson": "^6.10.0", "mongodb-connection-string-url": "^3.0.0" }, "engines": { diff --git a/package.json b/package.json index f4676cdbe..736663e9a 100644 --- a/package.json +++ b/package.json @@ -1218,13 +1218,13 @@ "@mongosh/service-provider-node-driver": "^2.3.3", "@mongosh/shell-api": "^2.3.3", "@segment/analytics-node": "^1.3.0", - "bson": "^6.8.0", + "bson": "^6.10.1", "debug": "^4.3.7", "dotenv": "^16.4.5", "ejson-shell-parser": "^2.0.1", "lodash": "^4.17.21", "micromatch": "^4.0.8", - "mongodb": "^6.9.0", + "mongodb": "^6.11.0", "mongodb-build-info": "^1.7.2", "mongodb-cloud-info": "^2.1.5", "mongodb-connection-string-url": "^3.0.1",