diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-21 08:24:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-21 08:24:37 -0500 |
commit | dc6bfcc88282bee194d46fec95aae1ee5e2961be (patch) | |
tree | d35d7698965c999015ede5a47a1f6726df0621f7 | |
parent | cd0ade89ad13a3fb247d02e940ec414145d8e274 (diff) | |
download | skyblock-api-dc6bfcc88282bee194d46fec95aae1ee5e2961be.tar.gz skyblock-api-dc6bfcc88282bee194d46fec95aae1ee5e2961be.tar.bz2 skyblock-api-dc6bfcc88282bee194d46fec95aae1ee5e2961be.zip |
Bump @types/mongodb from 3.6.14 to 3.6.15 (#35)
Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.6.14 to 3.6.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)
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 | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index 9bc55bd..6d606a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,9 +77,9 @@ "dev": true }, "@types/mongodb": { - "version": "3.6.14", - "resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.14.tgz", - "integrity": "sha512-S9WP5+rkofDjAquHNBteuPN11GDZ2vfLHvRsjLS842JgWS4aTPRj8D7QJlsBEwEXt5/JdV0x7A4800rw4cn1lg==", + "version": "3.6.15", + "resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.15.tgz", + "integrity": "sha512-66o54Py66NyYxb9/za2dH01ZsD1PCbPdJeys1VMhlitE4lrbmF3akpICzVmzkaiL6byCeG8iClfhD5ThZGu8+A==", "dev": true, "requires": { "@types/bson": "*", diff --git a/package.json b/package.json index 9e68ccd..3c72cb1 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@types/express-rate-limit": "^5.1.1", "@types/node": "^15.3.1", "@types/mocha": "^8.2.2", - "@types/mongodb": "^3.6.14", + "@types/mongodb": "^3.6.15", "@types/node-fetch": "^2.5.10", "dotenv": "^9.0.2", "mocha": "^8.4.0", |