From 9386ef74af7fecdc6b5f60eeb21f391efd328859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 06:12:53 +0000 Subject: Bump mongodb from 4.3.0 to 4.3.1 (#188) Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.3.0 to 4.3.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.3.0...v4.3.1) --- updated-dependencies: - dependency-name: mongodb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index d69310d..5a31e87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "express": "^4.17.2", "express-rate-limit": "^6.1.0", "lru-cache": "^6.0.0", - "mongodb": "^4.3.0", + "mongodb": "^4.3.1", "node-cache": "^5.1.2", "node-fetch": "github:tekwiz/node-fetch#fix/chunked-encoding-keepalive", "prismarine-nbt": "github:PrismarineJS/prismarine-nbt", @@ -1355,13 +1355,13 @@ "dev": true }, "node_modules/mongodb": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.3.0.tgz", - "integrity": "sha512-ovq9ZD9wEvab+LsaQOiwtne1Sy2egaHW8K/H5M18Tv+V5PgTRi+qdmxDGlbm94TSL3h56m6amstptu115Nzgow==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.3.1.tgz", + "integrity": "sha512-sNa8APSIk+r4x31ZwctKjuPSaeKuvUeNb/fu/3B6dRM02HpEgig7hTHM8A/PJQTlxuC/KFWlDlQjhsk/S43tBg==", "dependencies": { "bson": "^4.6.1", "denque": "^2.0.1", - "mongodb-connection-string-url": "^2.3.2", + "mongodb-connection-string-url": "^2.4.1", "socks": "^2.6.1" }, "engines": { @@ -3239,13 +3239,13 @@ } }, "mongodb": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.3.0.tgz", - "integrity": "sha512-ovq9ZD9wEvab+LsaQOiwtne1Sy2egaHW8K/H5M18Tv+V5PgTRi+qdmxDGlbm94TSL3h56m6amstptu115Nzgow==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.3.1.tgz", + "integrity": "sha512-sNa8APSIk+r4x31ZwctKjuPSaeKuvUeNb/fu/3B6dRM02HpEgig7hTHM8A/PJQTlxuC/KFWlDlQjhsk/S43tBg==", "requires": { "bson": "^4.6.1", "denque": "^2.0.1", - "mongodb-connection-string-url": "^2.3.2", + "mongodb-connection-string-url": "^2.4.1", "saslprep": "^1.0.3", "socks": "^2.6.1" } diff --git a/package.json b/package.json index 2c7e1af..54151f8 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "express": "^4.17.2", "express-rate-limit": "^6.1.0", "lru-cache": "^6.0.0", - "mongodb": "^4.3.0", + "mongodb": "^4.3.1", "node-cache": "^5.1.2", "node-fetch": "github:tekwiz/node-fetch#fix/chunked-encoding-keepalive", "prismarine-nbt": "github:PrismarineJS/prismarine-nbt", -- cgit