From 2118219811162dcf98ad1fc1a1ca05340abd7404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 16:06:48 +0000 Subject: [PATCH] chore(deps-dev): bump mongodb from 4.2.0 to 4.2.1 Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/mongodb/node-mongodb-native/releases) - [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/docs/CHANGES_4.0.0.md) - [Commits](https://github.com/mongodb/node-mongodb-native/compare/v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 15 ++------------- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 5e65657..eab9d66 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@vuedx/typecheck": "^0.7.4", "@vuedx/typescript-plugin-vue": "^0.7.4", "axios": "^0.24.0", - "mongodb": "^4.2.0", + "mongodb": "^4.2.1", "prettier": "^2.5.1", "pug": "^3.0.2", "sass": "^1.44.0", diff --git a/yarn.lock b/yarn.lock index e337ed3..d14b44d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -784,7 +784,7 @@ braces@^3.0.1, braces@~3.0.2: dependencies: fill-range "^7.0.1" -bson@^4.5.4, bson@^4.6.0: +bson@^4.6.0: version "4.6.0" resolved "https://registry.yarnpkg.com/bson/-/bson-4.6.0.tgz#15c3b39ba3940c3d915a0c44d51459f4b4fbf1b2" integrity sha512-8jw1NU1hglS+Da1jDOUYuNcBJ4cNHCFIqzlwoFNnsTOg2R/ox0aTYcTiBN4dzRa9q7Cvy6XErh3L8ReTEb9AQQ== @@ -1670,7 +1670,7 @@ mongodb-connection-string-url@^2.2.0: "@types/whatwg-url" "^8.2.1" whatwg-url "^11.0.0" -mongodb@^4.1.2: +mongodb@^4.1.2, mongodb@^4.2.1: version "4.2.1" resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.2.1.tgz#c167db158ab0bf6552b3f9c91b396cb4100c2f04" integrity sha512-nDC+ulM/Ea3Q2VG5eemuGfB7T4ORwrtKegH2XW9OLlUBgQF6OTNrzFCS1Z3SJGVA+T0Sr1xBYV6DMnp0A7us0g== @@ -1681,17 +1681,6 @@ mongodb@^4.1.2: optionalDependencies: saslprep "^1.0.3" -mongodb@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.2.0.tgz#7ef94ab0613a2fd890763260fdac20cd099d0d7f" - integrity sha512-lg3MJ9dAKxhogRnIB6/j63gfD7JryZwRC0nNzZ82RhENw4nCmscZVqRfOmNzTvSNndJx9ZhxZpm9JvnKuH/GTA== - dependencies: - bson "^4.5.4" - denque "^2.0.1" - mongodb-connection-string-url "^2.2.0" - optionalDependencies: - saslprep "^1.0.3" - ms@2.1.2: version "2.1.2" resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"