diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-19 08:37:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 08:37:00 -0500 |
commit | e8a4819edd5dbefa26dfca2ed7d9bb933b1b52b4 (patch) | |
tree | 3b1c8af501775b4bb7101bbc6f0d40d5c28b27f4 | |
parent | 5f997ccc3e7ceb05b6e8dacf4210ef984b3321d8 (diff) | |
download | skyblock-api-e8a4819edd5dbefa26dfca2ed7d9bb933b1b52b4.tar.gz skyblock-api-e8a4819edd5dbefa26dfca2ed7d9bb933b1b52b4.tar.bz2 skyblock-api-e8a4819edd5dbefa26dfca2ed7d9bb933b1b52b4.zip |
Bump @types/mongodb from 3.6.12 to 3.6.14 (#33)
Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.6.12 to 3.6.14.
- [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 71b1f16..f5f13d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,9 +77,9 @@ "dev": true }, "@types/mongodb": { - "version": "3.6.12", - "resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.12.tgz", - "integrity": "sha512-49aEzQD5VdHPxyd5dRyQdqEveAg9LanwrH8RQipnMuulwzKmODXIZRp0umtxi1eBUfEusRkoy8AVOMr+kVuFog==", + "version": "3.6.14", + "resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.14.tgz", + "integrity": "sha512-S9WP5+rkofDjAquHNBteuPN11GDZ2vfLHvRsjLS842JgWS4aTPRj8D7QJlsBEwEXt5/JdV0x7A4800rw4cn1lg==", "dev": true, "requires": { "@types/bson": "*", diff --git a/package.json b/package.json index bce4d51..833f4fe 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@types/express-rate-limit": "^5.1.1", "@types/node": "^15.3.0", "@types/mocha": "^8.2.2", - "@types/mongodb": "^3.6.12", + "@types/mongodb": "^3.6.14", "@types/node-fetch": "^2.5.10", "dotenv": "^9.0.2", "mocha": "^8.4.0", |