diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-04 06:11:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-04 06:11:52 +0000 |
commit | 80fffe724526ca46c10f00185c48b5aef175dda1 (patch) | |
tree | 1f0050a216e0dadfd30638637317bcac2b93ba63 | |
parent | 9a26f78610ddd68c6cb68e0a0e78575295a16b8c (diff) | |
download | skyblock-api-80fffe724526ca46c10f00185c48b5aef175dda1.tar.gz skyblock-api-80fffe724526ca46c10f00185c48b5aef175dda1.tar.bz2 skyblock-api-80fffe724526ca46c10f00185c48b5aef175dda1.zip |
Bump mongodb from 4.0.1 to 4.1.0 (#99)
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/4.0/docs/CHANGES_4.0.0.md)
- [Commits](https://github.com/mongodb/node-mongodb-native/compare/v4.0.1...v4.1.0)
---
updated-dependencies:
- dependency-name: mongodb
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | package-lock.json | 30 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 23 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json index b7681ac..8e54abf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -109,8 +109,7 @@ "@types/node": { "version": "16.4.10", "resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.10.tgz", - "integrity": "sha512-TmVHsm43br64js9BqHWqiDZA+xMtbUpI1MBIA0EyiBmoV9pcEYFOSdj5fr6enZNfh4fChh+AGOLIzGwJnkshyQ==", - "dev": true + "integrity": "sha512-TmVHsm43br64js9BqHWqiDZA+xMtbUpI1MBIA0EyiBmoV9pcEYFOSdj5fr6enZNfh4fChh+AGOLIzGwJnkshyQ==" }, "@types/node-fetch": { "version": "2.5.12", @@ -144,6 +143,20 @@ "@types/node": "*" } }, + "@types/webidl-conversions": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-6.1.1.tgz", + "integrity": "sha512-XAahCdThVuCFDQLT7R7Pk/vqeObFNL3YqRyFZg+AqAP/W1/w3xHaIxuW7WszQqTbIBOPRcItYJIou3i/mppu3Q==" + }, + "@types/whatwg-url": { + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-8.2.1.tgz", + "integrity": "sha512-2YubE1sjj5ifxievI5Ge1sckb9k/Er66HyR2c+3+I6VDUUg1TLPdYYTEbQ+DjRkS4nTxMJhgWfSfMRD2sl2EYQ==", + "requires": { + "@types/node": "*", + "@types/webidl-conversions": "*" + } + }, "@ungap/promise-all-settled": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz", @@ -988,9 +1001,9 @@ } }, "mongodb": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.0.1.tgz", - "integrity": "sha512-Ll2YCciRgbFN2jdfSqW1vhxvAcnqu+5ZlrTZNaEg+hZqKREg4xiUV56ZAtTjC02skfoTirHY5jQwtg7mBxqfug==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-4.1.0.tgz", + "integrity": "sha512-Gx9U9MsFWgJ3E0v4oHAdWvYTGBznNYPCkhmD/3i/kPTY/URnPfHD5/6VoKUFrdgQTK3icFiM9976hVbqCRBO9Q==", "requires": { "bson": "^4.4.0", "denque": "^1.5.0", @@ -999,10 +1012,11 @@ } }, "mongodb-connection-string-url": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-1.0.1.tgz", - "integrity": "sha512-sXi8w9nwbMrErWbOK+8nofHz531rboasDbYAMS+sQ+W+2YnHN980RlMr+t5SDL6uKEU/kw/wG6jcjCTLiJltoA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-1.1.0.tgz", + "integrity": "sha512-g0Qaj4AzIaktWKBkfjMjwzvBzZQN1mtb2DVOTbjdvlaqTa5lGLcnTeh0/9R9mPiIt2lvRGOrDgUdazeP5rD9oA==", "requires": { + "@types/whatwg-url": "^8.0.0", "whatwg-url": "^8.4.0" } }, diff --git a/package.json b/package.json index 3b19031..32af3c5 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "express": "^4.17.1", "express-rate-limit": "^5.3.0", "lru-cache": "^6.0.0", - "mongodb": "^4.0.1", + "mongodb": "^4.1.0", "node-cache": "^5.1.2", "node-fetch": "^2.6.1", "prismarine-nbt": "^1.6.0", |