diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-19 06:12:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 06:12:53 +0000 |
commit | 9386ef74af7fecdc6b5f60eeb21f391efd328859 (patch) | |
tree | 4483db353a61f5ca9d7863466bad3d50c517d327 /package-lock.json | |
parent | 16edfdaffe72ca983b41ca51097ea2744a889ffb (diff) | |
download | skyblock-api-9386ef74af7fecdc6b5f60eeb21f391efd328859.tar.gz skyblock-api-9386ef74af7fecdc6b5f60eeb21f391efd328859.tar.bz2 skyblock-api-9386ef74af7fecdc6b5f60eeb21f391efd328859.zip |
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 18 |
1 files changed, 9 insertions, 9 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" } |