From 213b7c2073f9c2d638a55f047e45b3886e9b9c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 04:15:16 +0000 Subject: [PATCH] chore(deps): bump mongodb from 6.14.0 to 6.14.1 in the driver group Bumps the driver group with 1 update: [mongodb](https://github.com/mongodb/node-mongodb-native). Updates `mongodb` from 6.14.0 to 6.14.1 - [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.14.0...v6.14.1) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production update-type: version-update:semver-patch 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 c17cb4079..501f6a1c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "ejson-shell-parser": "^2.0.1", "lodash": "^4.17.21", "micromatch": "^4.0.8", - "mongodb": "^6.14.0", + "mongodb": "^6.14.1", "mongodb-build-info": "^1.7.2", "mongodb-cloud-info": "^2.1.5", "mongodb-connection-string-url": "^3.0.2", @@ -19297,9 +19297,9 @@ } }, "node_modules/mongodb": { - "version": "6.14.0", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.14.0.tgz", - "integrity": "sha512-AlM6alTx98vcnk/jMMmoYuBrm4qpe1/VrbwvL2SXEHjdtJ1ZbVZmrpyjUx9mqS94e9HcemzpLn+CxzhmT7b0uw==", + "version": "6.14.1", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.14.1.tgz", + "integrity": "sha512-GnHWIm4GtgREkssWRv9vYKNvqwbLd8WL5hCW3nCqzI2OxEZ6Q5g6vc3J6L1Grz0x1hx1wmYAprLlRr3kzBLcJg==", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.1.9", diff --git a/package.json b/package.json index e9136abe5..ec5424795 100644 --- a/package.json +++ b/package.json @@ -1329,7 +1329,7 @@ "ejson-shell-parser": "^2.0.1", "lodash": "^4.17.21", "micromatch": "^4.0.8", - "mongodb": "^6.14.0", + "mongodb": "^6.14.1", "mongodb-build-info": "^1.7.2", "mongodb-cloud-info": "^2.1.5", "mongodb-connection-string-url": "^3.0.2",