diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-04-23 16:11:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 16:11:49 -0700 |
commit | b330be21d8d0e9628b748330b3e57ec9cc168c66 (patch) | |
tree | 14ac8284fe7282b80913b93fe6b4c64e836612d6 /package.json | |
parent | ac62847b7c125f46a2f8874aa106f1a6944cfa69 (diff) | |
download | skyblock-api-b330be21d8d0e9628b748330b3e57ec9cc168c66.tar.gz skyblock-api-b330be21d8d0e9628b748330b3e57ec9cc168c66.tar.bz2 skyblock-api-b330be21d8d0e9628b748330b3e57ec9cc168c66.zip |
Bump @types/mongodb from 3.6.8 to 3.6.12 (#10)
Bumps [@types/mongodb](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mongodb) from 3.6.8 to 3.6.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mongodb)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index f4f73c1..78b0f11 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "@types/express": "^4.17.11", "@types/express-rate-limit": "^5.1.1", - "@types/mongodb": "^3.6.8", + "@types/mongodb": "^3.6.12", "@types/node": "^14.14.28", "@types/node-fetch": "^2.5.10", "dotenv": "^8.2.0" |