aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-23 16:11:49 -0700
committerGitHub <noreply@github.com>2021-04-23 16:11:49 -0700
commitb330be21d8d0e9628b748330b3e57ec9cc168c66 (patch)
tree14ac8284fe7282b80913b93fe6b4c64e836612d6
parentac62847b7c125f46a2f8874aa106f1a6944cfa69 (diff)
downloadskyblock-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>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 5151ad7..a74dd43 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -71,9 +71,9 @@
"dev": true
},
"@types/mongodb": {
- "version": "3.6.8",
- "resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.8.tgz",
- "integrity": "sha512-8qNbL5/GFrljXc/QijcuQcUMYZ1iWNcqnJ6tneROwbfU0LsAjQ9bmq3aHi5lWXM4cyBPd2F/n9INAk/pZZttHw==",
+ "version": "3.6.12",
+ "resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.12.tgz",
+ "integrity": "sha512-49aEzQD5VdHPxyd5dRyQdqEveAg9LanwrH8RQipnMuulwzKmODXIZRp0umtxi1eBUfEusRkoy8AVOMr+kVuFog==",
"dev": true,
"requires": {
"@types/bson": "*",
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"