From 828737602e005e06a201f4b913d1def0a5080b79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 01:23:40 +0000 Subject: [PATCH] chore(deps): bump the prod-dependencies group across 1 directory with 3 updates Bumps the prod-dependencies group with 3 updates in the / directory: [@mongodb-js/saslprep](https://github.com/mongodb-js/devtools-shared), [bson](https://github.com/mongodb/js-bson) and [mongodb-connection-string-url](https://github.com/mongodb-js/mongodb-connection-string-url). Updates `@mongodb-js/saslprep` from 1.3.2 to 1.4.5 - [Commits](https://github.com/mongodb-js/devtools-shared/compare/@mongodb-js/saslprep@1.3.2...@mongodb-js/saslprep@1.4.5) Updates `bson` from 7.1.1 to 7.2.0 - [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/v7.1.1...v7.2.0) Updates `mongodb-connection-string-url` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/mongodb-js/mongodb-connection-string-url/releases) - [Changelog](https://github.com/mongodb-js/mongodb-connection-string-url/blob/main/HISTORY.md) - [Commits](https://github.com/mongodb-js/mongodb-connection-string-url/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: "@mongodb-js/saslprep" dependency-version: 1.4.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: bson dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: mongodb-connection-string-url dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index de61e02ee59..41d5a349169 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,9 +9,9 @@ "version": "7.1.0", "license": "Apache-2.0", "dependencies": { - "@mongodb-js/saslprep": "^1.3.0", - "bson": "^7.1.1", - "mongodb-connection-string-url": "^7.0.0" + "@mongodb-js/saslprep": "^1.4.5", + "bson": "^7.2.0", + "mongodb-connection-string-url": "^7.0.1" }, "devDependencies": { "@aws-sdk/credential-providers": "^3.876.0", @@ -1737,9 +1737,9 @@ } }, "node_modules/@mongodb-js/saslprep": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.3.2.tgz", - "integrity": "sha512-QgA5AySqB27cGTXBFmnpifAi7HxoGUeezwo6p9dI03MuDB6Pp33zgclqVb6oVK3j6I9Vesg0+oojW2XxB59SGg==", + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.4.5.tgz", + "integrity": "sha512-k64Lbyb7ycCSXHSLzxVdb2xsKGPMvYZfCICXvDsI8Z65CeWQzTEKS4YmGbnqw+U9RBvLPTsB6UCmwkgsDTGWIw==", "license": "MIT", "dependencies": { "sparse-bitfield": "^3.0.3" @@ -3923,9 +3923,9 @@ } }, "node_modules/bson": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/bson/-/bson-7.1.1.tgz", - "integrity": "sha512-TtJgBB+QyOlWjrbM+8bRgH84VM/xrDjyBFgSgGrfZF4xvt6gbEDtcswm27Tn9F9TWsjQybxT8b8VpCP/oJK4Dw==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/bson/-/bson-7.2.0.tgz", + "integrity": "sha512-YCEo7KjMlbNlyHhz7zAZNDpIpQbd+wOEHJYezv0nMYTn4x31eIUM2yomNNubclAt63dObUzKHWsBLJ9QcZNSnQ==", "license": "Apache-2.0", "engines": { "node": ">=20.19.0" @@ -7153,9 +7153,9 @@ } }, "node_modules/mongodb-connection-string-url": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-7.0.0.tgz", - "integrity": "sha512-irhhjRVLE20hbkRl4zpAYLnDMM+zIZnp0IDB9akAFFUZp/3XdOfwwddc7y6cNvF2WCEtfTYRwYbIfYa2kVY0og==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-7.0.1.tgz", + "integrity": "sha512-h0AZ9A7IDVwwHyMxmdMXKy+9oNlF0zFoahHiX3vQ8e3KFcSP3VmsmfvtRSuLPxmyv2vjIDxqty8smTgie/SNRQ==", "license": "Apache-2.0", "dependencies": { "@types/whatwg-url": "^13.0.0", diff --git a/package.json b/package.json index 1a45299e570..afe2d04c86e 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,9 @@ "email": "dbx-node@mongodb.com" }, "dependencies": { - "@mongodb-js/saslprep": "^1.3.0", - "bson": "^7.1.1", - "mongodb-connection-string-url": "^7.0.0" + "@mongodb-js/saslprep": "^1.4.5", + "bson": "^7.2.0", + "mongodb-connection-string-url": "^7.0.1" }, "peerDependencies": { "@aws-sdk/credential-providers": "^3.806.0",