From 9d14e9b87c8aa088e698a092a10707cdc5ef7012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 06:34:53 +0000 Subject: [PATCH] chore(deps): bump mongodb from 6.12.0 to 6.13.0 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b36b712..7bcdd91 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "ansi-colors": "^4.1.3", - "mongodb": "^6.12.0", + "mongodb": "^6.13.0", "typescript": "^5.7.2" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index c04a7c1..0cb58f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -56,10 +56,10 @@ mongodb-connection-string-url@^3.0.0: "@types/whatwg-url" "^11.0.2" whatwg-url "^13.0.0" -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@^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"