From 7cedbf4460c2e9b5b93081e0714197d958d18a27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 20:49:27 +0000 Subject: [PATCH] chore(deps): bump @mongodb-js/saslprep in the prod-dependencies group Bumps the prod-dependencies group with 1 update: [@mongodb-js/saslprep](https://github.com/mongodb-js/devtools-shared). Updates `@mongodb-js/saslprep` from 1.3.0 to 1.3.1 - [Commits](https://github.com/mongodb-js/devtools-shared/compare/@mongodb-js/saslprep@1.3.0...@mongodb-js/shell-bson-parser@1.3.1) --- updated-dependencies: - dependency-name: "@mongodb-js/saslprep" dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 +++++++++++++++++++++---- package.json | 2 +- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b0b3226451..51384f363d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "6.20.0", "license": "Apache-2.0", "dependencies": { - "@mongodb-js/saslprep": "^1.3.0", + "@mongodb-js/saslprep": "^1.3.1", "bson": "^6.10.4", "mongodb-connection-string-url": "^3.0.2" }, @@ -1818,9 +1818,9 @@ } }, "node_modules/@mongodb-js/saslprep": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.3.0.tgz", - "integrity": "sha512-zlayKCsIjYb7/IdfqxorK5+xUMyi4vOKcFy10wKJYc63NSdKI8mNME+uJqfatkPmOSMMUiojrL58IePKBm3gvQ==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.3.1.tgz", + "integrity": "sha512-6nZrq5kfAz0POWyhljnbWQQJQ5uT8oE2ddX303q1uY0tWsivWKgBDXBBvuFPwOqRRalXJuVO9EjOdVtuhLX0zg==", "license": "MIT", "dependencies": { "sparse-bitfield": "^3.0.3" @@ -7160,6 +7160,23 @@ } } }, + "node_modules/mongodb-legacy/node_modules/mongodb-client-encryption": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/mongodb-client-encryption/-/mongodb-client-encryption-6.5.0.tgz", + "integrity": "sha512-Gj8EeyYKsssdko0NKhWRBGDif6uVFBbv+e+Nyn7E316UmRzApc4IP+p2NLm+av+fU+dFHVT5WqfzaQVDTh8i9w==", + "dev": true, + "hasInstallScript": true, + "license": "Apache-2.0", + "optional": true, + "peer": true, + "dependencies": { + "node-addon-api": "^4.3.0", + "prebuild-install": "^7.1.3" + }, + "engines": { + "node": ">=16.20.1" + } + }, "node_modules/ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", diff --git a/package.json b/package.json index 83c4fbc862..4070646462 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "email": "dbx-node@mongodb.com" }, "dependencies": { - "@mongodb-js/saslprep": "^1.3.0", + "@mongodb-js/saslprep": "^1.3.1", "bson": "^6.10.4", "mongodb-connection-string-url": "^3.0.2" },