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 /package-lock.json | |
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>
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 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": "*", |