From 3c84faee98ca52fce9611f1bd826290bd58d1f49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 10:48:03 +0000 Subject: [PATCH] chore(deps): bump mongodb from 6.17.0 to 6.18.0 in the driver group Bumps the driver group with 1 update: [mongodb](https://github.com/mongodb/node-mongodb-native). Updates `mongodb` from 6.17.0 to 6.18.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.17.0...v6.18.0) --- updated-dependencies: - dependency-name: mongodb dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: driver ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c77d879..a0498abc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "ejson-shell-parser": "^2.0.1", "lodash": "^4.17.21", "micromatch": "^4.0.8", - "mongodb": "^6.17.0", + "mongodb": "^6.18.0", "mongodb-build-info": "^1.7.2", "mongodb-cloud-info": "^2.2.0", "mongodb-connection-string-url": "^3.0.2", @@ -19940,9 +19940,9 @@ } }, "node_modules/mongodb": { - "version": "6.17.0", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.17.0.tgz", - "integrity": "sha512-neerUzg/8U26cgruLysKEjJvoNSXhyID3RvzvdcpsIi2COYM3FS3o9nlH7fxFtefTb942dX3W9i37oPfCVj4wA==", + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.18.0.tgz", + "integrity": "sha512-fO5ttN9VC8P0F5fqtQmclAkgXZxbIkYRTUi1j8JO6IYwvamkhtYDilJr35jOPELR49zqCJgXZWwCtW7B+TM8vQ==", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.1.9", diff --git a/package.json b/package.json index b9c2d85f..f99cc262 100644 --- a/package.json +++ b/package.json @@ -1336,7 +1336,7 @@ "ejson-shell-parser": "^2.0.1", "lodash": "^4.17.21", "micromatch": "^4.0.8", - "mongodb": "^6.17.0", + "mongodb": "^6.18.0", "mongodb-build-info": "^1.7.2", "mongodb-cloud-info": "^2.2.0", "mongodb-connection-string-url": "^3.0.2",