From 06f8cbdf7869f4ae770a76101971d43ee7b429a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 06:48:23 +0000 Subject: [PATCH] chore: Bump mongodb from 6.9.0 to 6.12.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 6.9.0 to 6.12.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.12.0) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ad04df..2c62dfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -61,7 +61,7 @@ "mammoth": "^1.8.0", "md5": "^2.3.0", "moment": "^2.30.1", - "mongodb": "^6.9.0", + "mongodb": "^6.12.0", "motion": "^11.15.0", "next": "14.2.15", "next-sanity": "^9.5.4", @@ -17007,12 +17007,12 @@ } }, "node_modules/mongodb": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.11.0.tgz", - "integrity": "sha512-yVbPw0qT268YKhG241vAMLaDQAPbRyTgo++odSgGc9kXnzOujQI60Iyj23B9sQQFPSvmNPvMZ3dsFz0aN55KgA==", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.12.0.tgz", + "integrity": "sha512-RM7AHlvYfS7jv7+BXund/kR64DryVI+cHbVAy9P61fnb1RcWZqOW1/Wj2YhqMCx+MuYhqTRGv7AwHBzmsCKBfA==", "dependencies": { "@mongodb-js/saslprep": "^1.1.9", - "bson": "^6.10.0", + "bson": "^6.10.1", "mongodb-connection-string-url": "^3.0.0" }, "engines": { @@ -17020,7 +17020,7 @@ }, "peerDependencies": { "@aws-sdk/credential-providers": "^3.188.0", - "@mongodb-js/zstd": "^1.1.0", + "@mongodb-js/zstd": "^1.1.0 || ^2.0.0", "gcp-metadata": "^5.2.0", "kerberos": "^2.0.1", "mongodb-client-encryption": ">=6.0.0 <7", diff --git a/package.json b/package.json index db9e7f7..a3520ee 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "mammoth": "^1.8.0", "md5": "^2.3.0", "moment": "^2.30.1", - "mongodb": "^6.9.0", + "mongodb": "^6.12.0", "motion": "^11.15.0", "next": "14.2.15", "next-sanity": "^9.5.4",