From 1f4127943f76cf56065075ae3aab7f827d7b8b03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 04:42:22 +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.12.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.12.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 | 22 +++++++++++----------- package.json | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index bdd2b5b41..451543eab 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.12.0", "mongodb-build-info": "^1.7.2", "mongodb-cloud-info": "^2.1.5", "mongodb-connection-string-url": "^3.0.1", @@ -7543,9 +7543,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" @@ -14751,13 +14751,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.12.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.12.0.tgz", + "integrity": "sha512-RM7AHlvYfS7jv7+BXund/kR64DryVI+cHbVAy9P61fnb1RcWZqOW1/Wj2YhqMCx+MuYhqTRGv7AwHBzmsCKBfA==", "license": "Apache-2.0", "dependencies": { - "@mongodb-js/saslprep": "^1.1.5", - "bson": "^6.7.0", + "@mongodb-js/saslprep": "^1.1.9", + "bson": "^6.10.1", "mongodb-connection-string-url": "^3.0.0" }, "engines": { @@ -14765,7 +14765,7 @@ }, "peerDependencies": { "@aws-sdk/credential-providers": "^3.188.0", - "@mongodb-js/zstd": "^1.1.0", + "@mongodb-js/zstd": "^1.1.0 || ^2.0.0", "gcp-metadata": "^5.2.0", "kerberos": "^2.0.1", "mongodb-client-encryption": ">=6.0.0 <7", diff --git a/package.json b/package.json index 4e0fac3db..59820c4d5 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.12.0", "mongodb-build-info": "^1.7.2", "mongodb-cloud-info": "^2.1.5", "mongodb-connection-string-url": "^3.0.1",