From d22fde55f1cff9de423d02da7792b8743066c1b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 06:21:53 +0700 Subject: [PATCH] build(deps): Bump mongodb from 6.5.0 to 6.6.1 (#1593) Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 6.5.0 to 6.6.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.5.0...v6.6.1) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 616cff5c..33ecb5f1 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "feathers-permissions": "^2.1.4", "feathers-sequelize": "^6.4.0", "helmet": "^7.1.0", - "mongodb": "^6.5.0", + "mongodb": "^6.6.1", "mongodb-core": "^3.2.7", "ms-rest-azure": "^3.0.2", "nodemailer": "^6.9.13", diff --git a/yarn.lock b/yarn.lock index 788390f3..ad47bd35 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3012,10 +3012,10 @@ bson@^1.1.1: resolved "https://registry.npmjs.org/bson/-/bson-1.1.6.tgz#fb819be9a60cd677e0853aee4ca712a785d6618a" integrity sha512-EvVNVeGo4tHxwi8L6bPj3y3itEvStdwvvlojVxxbyYfoaxJ6keLgrTuKdyfEAszFK+H3olzBuafE0yoh0D1gdg== -bson@^6.4.0: - version "6.4.0" - resolved "https://registry.yarnpkg.com/bson/-/bson-6.4.0.tgz#99c2e37b515e6766ce8b5929e01fa79de5767d50" - integrity sha512-6/gSSEdbkuFlSb+ufj5jUSU4+wo8xQOwm2bDSqwmxiPE17JTpsP63eAwoN8iF8Oy4gJYj+PAL3zdRCTdaw5Y1g== +bson@^6.7.0: + version "6.7.0" + resolved "https://registry.yarnpkg.com/bson/-/bson-6.7.0.tgz#51973b132cdc424c8372fda3cb43e3e3e2ae2227" + integrity sha512-w2IquM5mYzYZv6rs3uN2DZTOBe2a0zXLj53TGDqwF4l6Sz/XsISrisXOJihArF9+BZ6Cq/GjVht7Sjfmri7ytQ== buffer-equal-constant-time@1.0.1: version "1.0.1" @@ -5564,13 +5564,13 @@ mongodb-core@^3.2.7: optionalDependencies: saslprep "^1.0.0" -mongodb@*, mongodb@^6.5.0: - version "6.5.0" - resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.5.0.tgz#3735b4fba085b26ca06f7744e9639bc538e93d87" - integrity sha512-Fozq68InT+JKABGLqctgtb8P56pRrJFkbhW0ux+x1mdHeyinor8oNzJqwLjV/t5X5nJGfTlluxfyMnOXNggIUA== +mongodb@*, mongodb@^6.6.1: + version "6.6.1" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-6.6.1.tgz#0b883be638c5b1ad1f87d8617f1d76ceeeda0bdc" + integrity sha512-FvA9ocQzRzzvhin1HHLrZDEm0gWvnksbiciYrU/0GmET/t/DdDiMJroA7rfDrHM3AInwGVYw2fwAU2oNYUyUEw== dependencies: "@mongodb-js/saslprep" "^1.1.5" - bson "^6.4.0" + bson "^6.7.0" mongodb-connection-string-url "^3.0.0" ms-rest-azure@^3.0.2: