From 03b6f224adffed9c379be7a498aab7fb0d63511d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 06:13:45 +0000 Subject: [PATCH] ci(deps): bump the prod-dependencies group across 1 directory with 2 updates Bumps the prod-dependencies group with 2 updates in the / directory: [@mongodb-js/saslprep](https://github.com/mongodb-js/devtools-shared) and [mongodb-connection-string-url](https://github.com/mongodb-js/mongodb-connection-string-url). Updates `@mongodb-js/saslprep` from 1.4.11 to 1.4.13 - [Commits](https://github.com/mongodb-js/devtools-shared/compare/@mongodb-js/saslprep@1.4.11...@mongodb-js/saslprep@1.4.13) Updates `mongodb-connection-string-url` from 7.0.1 to 7.0.2 - [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.1...v7.0.2) --- updated-dependencies: - dependency-name: "@mongodb-js/saslprep" dependency-version: 1.4.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: mongodb-connection-string-url dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46b0e662e7..cb6b244354 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,9 +9,9 @@ "version": "7.5.0", "license": "Apache-2.0", "dependencies": { - "@mongodb-js/saslprep": "^1.4.11", + "@mongodb-js/saslprep": "^1.4.13", "bson": "^7.2.0", - "mongodb-connection-string-url": "^7.0.1" + "mongodb-connection-string-url": "^7.0.2" }, "devDependencies": { "@aws-sdk/credential-providers": "^3.876.0", @@ -2118,9 +2118,9 @@ } }, "node_modules/@mongodb-js/saslprep": { - "version": "1.4.11", - "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.4.11.tgz", - "integrity": "sha512-o9rAHc0IpIjuPSxRutWpE1F62x7n+4mVS4rCNHkzhIUMQcc18bb6xEq5wd2NdN0WjepIyXIppRshYI2kQDOZVA==", + "version": "1.4.13", + "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.4.13.tgz", + "integrity": "sha512-E3Sv4eCYAlKYUTx8S3ioQcDUscOif+8zZ5OnW1IzJ+Tt+EO+ke8mn+Y3FX6N1H79picwbdOavVOb1jPi2EOyrg==", "license": "MIT", "dependencies": { "sparse-bitfield": "^3.0.3" @@ -7642,9 +7642,9 @@ } }, "node_modules/mongodb-connection-string-url": { - "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==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-7.0.2.tgz", + "integrity": "sha512-ZoS07RoFqpKYQwAk59qmrx8+jJHNHU30UjlU96QktiGn1ltvDr+vCznLX5DiUBLEpMAHatHNWV1nM/74ul66kA==", "license": "Apache-2.0", "dependencies": { "@types/whatwg-url": "^13.0.0", diff --git a/package.json b/package.json index 6cf74b9eae..78b22c8288 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,9 @@ "email": "dbx-node@mongodb.com" }, "dependencies": { - "@mongodb-js/saslprep": "^1.4.11", + "@mongodb-js/saslprep": "^1.4.13", "bson": "^7.2.0", - "mongodb-connection-string-url": "^7.0.1" + "mongodb-connection-string-url": "^7.0.2" }, "peerDependencies": { "@aws-sdk/credential-providers": "^3.806.0",