From d455c9a07db5a4531a53b8366fb759e51e9648ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 04:35:19 +0000 Subject: [PATCH] chore(deps): bump mongodb from 6.16.0 to 6.17.0 in the driver group Bumps the driver group with 1 update: [mongodb](https://github.com/mongodb/node-mongodb-native). Updates `mongodb` from 6.16.0 to 6.17.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.16.0...v6.17.0) --- updated-dependencies: - dependency-name: mongodb dependency-version: 6.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: driver ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b05366d11..cbf4d219b 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.16.0", + "mongodb": "^6.17.0", "mongodb-build-info": "^1.7.2", "mongodb-cloud-info": "^2.1.7", "mongodb-connection-string-url": "^3.0.2", @@ -19875,13 +19875,13 @@ } }, "node_modules/mongodb": { - "version": "6.16.0", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.16.0.tgz", - "integrity": "sha512-D1PNcdT0y4Grhou5Zi/qgipZOYeWrhLEpk33n3nm6LGtz61jvO88WlrWCK/bigMjpnOdAUKKQwsGIl0NtWMyYw==", + "version": "6.17.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.17.0.tgz", + "integrity": "sha512-neerUzg/8U26cgruLysKEjJvoNSXhyID3RvzvdcpsIi2COYM3FS3o9nlH7fxFtefTb942dX3W9i37oPfCVj4wA==", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.1.9", - "bson": "^6.10.3", + "bson": "^6.10.4", "mongodb-connection-string-url": "^3.0.0" }, "engines": { diff --git a/package.json b/package.json index 28c25dca5..6ac121138 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.16.0", + "mongodb": "^6.17.0", "mongodb-build-info": "^1.7.2", "mongodb-cloud-info": "^2.1.7", "mongodb-connection-string-url": "^3.0.2",