From acd8a8228b30e03aafc16621496d6bab5a57a1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 20:00:25 +0000 Subject: [PATCH] Bump mongodb from 5.0.0 to 5.1.0 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 5.0.0 to 5.1.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/v5.0.0...v5.1.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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index fc2dbbb..30df774 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dotenv": "^16.0.3", "express": "^4.18.2", "jsonwebtoken": "^9.0.0", - "mongodb": "^5.0.0", + "mongodb": "^5.1.0", "socket.io": "^4.5.4", "uuid": "^9.0.0" }, diff --git a/yarn.lock b/yarn.lock index fbfee52..e2e81ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -198,10 +198,10 @@ body-parser@1.20.1: type-is "~1.6.18" unpipe "1.0.0" -bson@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/bson/-/bson-5.0.0.tgz#32b3d10b55be5c7d698cf311b7232a88498efb7d" - integrity sha512-EL2KpZdyhshyyptj6pnQfnFKPoncD9KwZYvgmj/FXQiOUU1HWTHWmBOP4TZXU3YzStcI5qgpIl68YnMo16s26A== +bson@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/bson/-/bson-5.0.1.tgz#4cd3eeeabf6652ef0d6ab600f9a18212d39baac3" + integrity sha512-y09gBGusgHtinMon/GVbv1J6FrXhnr/+6hqLlSmEFzkz6PodqF6TxjyvfvY3AfO+oG1mgUtbC86xSbOlwvM62Q== buffer-equal-constant-time@1.0.1: version "1.0.1" @@ -551,12 +551,12 @@ mongodb-connection-string-url@^2.6.0: "@types/whatwg-url" "^8.2.1" whatwg-url "^11.0.0" -mongodb@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-5.0.0.tgz#463f45244e9e36068d64bf80b835db3e2bf74893" - integrity sha512-WHmlbefKp/iAX2LlSZ56iKt4pRftib/dD3mDaji8R7IJcRoKPc5+/kSn3mIBxKPLVxcl73KdDKBLkQTxj1OjaA== +mongodb@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-5.1.0.tgz#e551f9e496777bde9173e51d16c163ab2c805b9d" + integrity sha512-qgKb7y+EI90y4weY3z5+lIgm8wmexbonz0GalHkSElQXVKtRuwqXuhXKccyvIjXCJVy9qPV82zsinY0W1FBnJw== dependencies: - bson "^5.0.0" + bson "^5.0.1" mongodb-connection-string-url "^2.6.0" socks "^2.7.1" optionalDependencies: