From c651768be96039df3c92ba65520fbcf644d95e2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 20:00:14 +0000 Subject: [PATCH] chore: bump mongodb from 6.9.0 to 6.10.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 6.9.0 to 6.10.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.9.0...v6.10.0) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production update-type: version-update:semver-minor ... 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 5160e1f..c21d3f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "lucide-react": "^0.454.0", "luxon": "^3.5.0", "md5": "^2.3.0", - "mongodb": "^6.9.0", + "mongodb": "^6.10.0", "next": "14.2.15", "next-sanity": "^9.5.4", "next-themes": "^0.3.0", @@ -15009,9 +15009,9 @@ } }, "node_modules/mongodb": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.9.0.tgz", - "integrity": "sha512-UMopBVx1LmEUbW/QE0Hw18u583PEDVQmUmVzzBRH0o/xtE9DBRA5ZYLOjpLIa03i8FXjzvQECJcqoMvCXftTUA==", + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.10.0.tgz", + "integrity": "sha512-gP9vduuYWb9ZkDM546M+MP2qKVk5ZG2wPF63OvSRuUbqCR+11ZCAE1mOfllhlAG0wcoJY5yDL/rV3OmYEwXIzg==", "dependencies": { "@mongodb-js/saslprep": "^1.1.5", "bson": "^6.7.0", diff --git a/package.json b/package.json index 728a277..1003979 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "lucide-react": "^0.454.0", "luxon": "^3.5.0", "md5": "^2.3.0", - "mongodb": "^6.9.0", + "mongodb": "^6.10.0", "next": "14.2.15", "next-sanity": "^9.5.4", "next-themes": "^0.3.0",