diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-12 03:58:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-12 03:58:35 -0500 |
commit | d75e893fa7fbfa4c8163fe1ada5dcc21b6f1c9da (patch) | |
tree | 8db07d3a0f3f054d0677dbf6facc25a89f69d83e /package-lock.json | |
parent | 92279d3b94fd567257377129bdb19d6e7b521ccd (diff) | |
download | skyblock-api-d75e893fa7fbfa4c8163fe1ada5dcc21b6f1c9da.tar.gz skyblock-api-d75e893fa7fbfa4c8163fe1ada5dcc21b6f1c9da.tar.bz2 skyblock-api-d75e893fa7fbfa4c8163fe1ada5dcc21b6f1c9da.zip |
Bump mongodb from 3.6.9 to 3.6.10 (#74)
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 3.6.9 to 3.6.10.
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/3.6/CHANGES_3.0.0.md)
- [Commits](https://github.com/mongodb/node-mongodb-native/compare/v3.6.9...v3.6.10)
---
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 7c22ac7..fd01a34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1014,9 +1014,9 @@ } }, "mongodb": { - "version": "3.6.9", - "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.6.9.tgz", - "integrity": "sha512-1nSCKgSunzn/CXwgOWgbPHUWOO5OfERcuOWISmqd610jn0s8BU9K4879iJVabqgpPPbA6hO7rG48eq+fGED3Mg==", + "version": "3.6.10", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.6.10.tgz", + "integrity": "sha512-fvIBQBF7KwCJnDZUnFFy4WqEFP8ibdXeFANnylW19+vOwdjOAvqIzPdsNCEMT6VKTHnYu4K64AWRih0mkFms6Q==", "requires": { "bl": "^2.2.1", "bson": "^1.1.4", |