From ac4d06e85c791599400de040e2e3cd8c0a402cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:00:56 +0000 Subject: [PATCH] chore(deps): bump mongodb from 6.12.0 to 6.13.0 in /server Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 6.12.0 to 6.13.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.12.0...v6.13.0) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/package.json | 2 +- server/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/server/package.json b/server/package.json index bc674267e..03b99f695 100644 --- a/server/package.json +++ b/server/package.json @@ -22,7 +22,7 @@ "graphql-tools": "^9.0.11", "lodash.merge": "^4.6.2", "moment": "^2.30.1", - "mongodb": "^6.12.0" + "mongodb": "^6.13.0" }, "devDependencies": { "@types/body-parser": "^1.19.5", diff --git a/server/yarn.lock b/server/yarn.lock index e905f4807..789714bce 100644 --- a/server/yarn.lock +++ b/server/yarn.lock @@ -1966,10 +1966,10 @@ mongodb-connection-string-url@^3.0.0: "@types/whatwg-url" "^11.0.2" whatwg-url "^13.0.0" -mongodb@*, mongodb@^6.12.0: - version "6.12.0" - resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.12.0.tgz#8b0bda1b18cbb3f0aec8ab4119c5dc535a43c444" - integrity sha512-RM7AHlvYfS7jv7+BXund/kR64DryVI+cHbVAy9P61fnb1RcWZqOW1/Wj2YhqMCx+MuYhqTRGv7AwHBzmsCKBfA== +mongodb@*, mongodb@^6.13.0: + version "6.13.0" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.13.0.tgz#366dc4987d4aeb4b6ef7ba18cd815ab2950fd045" + integrity sha512-KeESYR5TEaFxOuwRqkOm3XOsMqCSkdeDMjaW5u2nuKfX7rqaofp7JQGoi7sVqQcNJTKuveNbzZtWMstb8ABP6Q== dependencies: "@mongodb-js/saslprep" "^1.1.9" bson "^6.10.1"