diff --git a/package.json b/package.json index f040e9f..8650cfe 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "express-fingerprint": "^1.2.2", "markdown-it": "^11.0.0", "markdown-it-highlightjs": "^3.2.0", - "mongodb": "^3.6.0", + "mongodb": "^3.6.5", "nuxt": "^2.14.3", "saslprep": "^1.0.3", "uuid": "^8.3.0" diff --git a/yarn.lock b/yarn.lock index 4423e63..7b178e8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2568,9 +2568,9 @@ bindings@^1.5.0: dependencies: file-uri-to-path "1.0.0" -bl@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/bl/-/bl-2.2.0.tgz#e1a574cdf528e4053019bb800b041c0ac88da493" +bl@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/bl/-/bl-2.2.1.tgz#8c11a7b730655c5d56898cdc871224f40fd901d5" dependencies: readable-stream "^2.3.5" safe-buffer "^5.1.1" @@ -7040,11 +7040,11 @@ mkdirp@~1.0.3: version "1.0.4" resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" -mongodb@^3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.0.tgz#babd7172ec717e2ed3f85e079b3f1aa29dce4724" +mongodb@^3.6.5: + version "3.6.5" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.5.tgz#c27d786fd4d3c83dc19302483707d12a9d2aee5f" dependencies: - bl "^2.2.0" + bl "^2.2.1" bson "^1.1.4" denque "^1.4.1" require_optional "^1.0.1"